rustls-openssl 0.3.1

Rustls crypto provider for OpenSSL
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rustls-openssl"
version = "0.3.1"
authors = ["Tom Fay <tom@teamfay.co.uk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustls crypto provider for OpenSSL"
homepage = "https://github.com/tofay/rustls-openssl"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tofay/rustls-openssl"

[features]
default = [
    "tls12",
    "prefer-post-quantum",
]
fips = []
prefer-post-quantum = []
tls12 = ["rustls/tls12"]
vendored = ["openssl/vendored"]

[lib]
name = "rustls_openssl"
path = "src/lib.rs"

[[test]]
name = "it"
path = "tests/it.rs"

[[test]]
name = "server"
path = "tests/server.rs"

[dependencies.foreign-types]
version = "0.3.1"

[dependencies.once_cell]
version = "1.8.0"

[dependencies.openssl]
version = "0.10.68"

[dependencies.openssl-sys]
version = "0.9.104"

[dependencies.rustls]
version = "0.23.20"
default-features = false

[dependencies.zeroize]
version = "1.8.1"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rcgen]
version = "0.13.1"
features = ["aws_lc_rs"]
default-features = false

[dev-dependencies.rstest]
version = "0.25.0"

[dev-dependencies.rustls]
version = "0.23.0"
features = ["aws_lc_rs"]

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.wycheproof]
version = "0.6.0"
features = [
    "aead",
    "hkdf",
    "ecdh",
    "xdh",
]
default-features = false