Skip to content

Commit

Permalink
Cargo.toml: add aws-lc-rs feature as crypto backend
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Feb 19, 2024
1 parent 3582863 commit 2b81a5b
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 @@ -34,6 +34,7 @@ tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thre

[features]
default = ["native-tokio", "http1", "tls12", "logging", "ring"]
aws-lc-rs = ["rustls/aws_lc_rs"]
http1 = ["hyper-util/http1"]
http2 = ["hyper-util/http2"]
webpki-tokio = ["webpki-roots"]
Expand Down

0 comments on commit 2b81a5b

Please sign in to comment.