Skip to content

Commit

Permalink
Add an aws-lc-rs feature as an alias for aws_lc_rs (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Mar 19, 2024
1 parent 3a153ac commit 5665342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }
[features]
default = ["logging", "tls12", "aws_lc_rs"]
aws_lc_rs = ["rustls/aws_lc_rs"]
aws-lc-rs = ["aws_lc_rs"] # Alias because Cargo features commonly use `-`
early-data = []
fips = ["rustls/fips"]
logging = ["rustls/logging"]
Expand Down

0 comments on commit 5665342

Please sign in to comment.