it contains a lot of pregenerated assembly files
Forwarded: not-needed
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic prune
Gbp-Pq: Name d-0022-prune-ring-dependencies.patch
"rustls/logging",
]
native-tokio = ["rustls-native-certs"]
-ring = ["rustls/ring"]
tls12 = [
"tokio-rustls/tls12",
"rustls/tls12",
"rustversion",
"std",
]
-ring = [
- "dep:ring",
- "webpki/ring",
-]
std = [
"webpki/std",
"pki-types/std",
features = ["alloc"]
package = "rustls-pki-types"
-[dependencies.ring]
-version = "0.17"
-optional = true
-
[dependencies.subtle]
version = "2.5.0"
default-features = false
[features]
alloc = [
- "ring?/alloc",
"pki-types/alloc",
]
aws-lc-rs = [
"aws-lc-rs/unstable",
]
default = ["std"]
-ring = ["dep:ring"]
std = [
"alloc",
"pki-types/std",
default-features = false
package = "rustls-pki-types"
-[dependencies.ring]
-version = "0.17"
-optional = true
-default-features = false
-
[dependencies.untrusted]
version = "0.9"
early-data = []
fips = ["rustls/fips"]
logging = ["rustls/logging"]
-ring = ["rustls/ring"]
tls12 = ["rustls/tls12"]
zlib = ["rustls/zlib"]