Clean readme, replace Arcs with leaked Boxes

This commit is contained in:
Pascal Engélibert 2026-03-17 11:12:44 +01:00
commit a95efd9ed8
4 changed files with 19 additions and 35 deletions

View file

@ -27,12 +27,13 @@ rustls-symcrypt = { version = "0.2.1", optional = true, features = ["chacha", "x
[features]
default = [
"aws-lc",
#"record",
"aws-lc",# Change this to the wanted cryptographic backend (list below)
"record",# It may be needed to remove the record feature when building with openssl
]
record = ["sslrelay"]
# Available cryptographic backends
aws-lc = ["tokio-rustls/aws-lc-rs", "rustls-post-quantum", "rustls-post-quantum/aws-lc-rs-unstable", "aws-lc-rs"]
boring = ["boring-rustls-provider"]
graviola = ["rustls-graviola"]