# 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-mbedpki-provider" version = "0.2.0" authors = ["Fortanix Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements rustls PKI traits using mbedtls" readme = "README.md" categories = [ "cryptography", "network-programming", ] license = "MPL-2.0" repository = "https://github.com/fortanix/rustls-mbedtls-provider" resolver = "2" [lib] name = "rustls_mbedpki_provider" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.mbedtls] version = "0.12.3" features = [ "chrono", "std", "x509", ] default-features = false [dependencies.rustls] version = "0.23.5" default-features = false [dependencies.utils] version = "0.2.0" package = "rustls-mbedtls-provider-utils" [dependencies.x509-parser] version = "0.15" [dev-dependencies.mbedtls] version = "0.12.2" features = ["time"] default-features = false [dev-dependencies.rustls] version = "0.23.5" features = [ "ring", "std", "tls12", ] default-features = false [dev-dependencies.rustls-pemfile] version = "2" [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(bench)"]