# 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 = "2021" name = "rustls-openssl" version = "0.2.0" authors = ["Tom Fay "] build = "build.rs" 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" [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-shared] version = "0.1.1" optional = true [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.0" default-features = false [dependencies.rustls-webpki] version = "0.102.2" default-features = false [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.23.0" [dev-dependencies.rustls] version = "0.23.0" features = ["aws_lc_rs"] [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.133" [dev-dependencies.webpki-roots] version = "0.26" [features] default = ["tls12"] fips = [] tls12 = [ "rustls/tls12", "foreign-types-shared", ]