[package]
edition = "2021"
rust-version = "1.91"
name = "s2n-tls-sys"
version = "0.3.42"
authors = ["AWS s2n"]
build = "build.rs"
links = "s2n-tls"
include = [
"build.rs",
"Cargo.toml",
"files.rs",
"lib/**/*.c",
"lib/**/*.h",
"lib/**/*.S",
"lib/CMakeLists.txt",
"lib/**/*.cmake",
"lib/**/*.flags",
"src/**/*.rs",
"tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A C99 implementation of the TLS/SSL protocols"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aws/s2n-tls"
[package.metadata.docs.rs]
rustdoc-args = [
"-Zcrate-attr=feature(doc_cfg)",
"-Zcrate-attr=doc(auto_cfg)",
]
all-features = true
[features]
cmake = []
default = []
fips = ["aws-lc-rs/fips"]
internal = []
pq = []
quic = []
stacktrace = []
unstable-allow_ip_in_cn = []
unstable-async_offload = []
unstable-cert_authorities = []
unstable-cleanup = []
unstable-crl = []
unstable-custom_x509_extensions = []
unstable-events = []
unstable-fingerprint = []
unstable-ktls = []
unstable-npn = []
unstable-renegotiate = []
[lib]
name = "s2n_tls_sys"
path = "src/lib.rs"
[[test]]
name = "s2n_init"
path = "tests/s2n_init.rs"
[dependencies.aws-lc-rs]
version = ">=1.16.1"
[dependencies.libc]
version = "0.2.121"
[dev-dependencies.home]
version = "=0.5.5"
[dev-dependencies.regex]
version = "1.12"
[dev-dependencies.zeroize]
version = "1.8"
[build-dependencies.cc]
version = "1.2.26"
features = ["parallel"]
[build-dependencies.rustc_version]
version = "0.4"