# 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-mbedtls-provider-utils" version = "0.2.0" authors = ["Fortanix Inc."] description = "Utility code used in mbedtls based provider for rustls." homepage = "https://github.com/fortanix/rustls-mbedtls-provider" readme = "README.md" categories = [ "cryptography", "network-programming", ] license = "MPL-2.0" repository = "https://github.com/fortanix/rustls-mbedtls-provider" resolver = "2" [dependencies.mbedtls] version = "0.12.3" features = ["std"] default-features = false [dependencies.rustls] version = "0.23.5" features = ["std"] default-features = false