# 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-symcrypt" version = "0.1.0" authors = ["Microsoft "] description = "Implementation of rustls crypto provider model for SymCrypt" homepage = "https://github.com/microsoft/SymCrypt" readme = "README.md" license = "Apache-2.0 OR ISC OR MIT" repository = "https://github.com/microsoft/rustls-symcrypt" [dependencies.cargo-llvm-cov] version = "0.6.6" [dependencies.rustls] version = "0.23.0" features = [ "ring", "tls12", "std", ] default-features = false [dependencies.rustls-webpki] version = "0.102.2" [dependencies.symcrypt] version = "0.2.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.once_cell] version = "1.8.0" [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.webpki-roots] version = "0.26" [features] chacha = [] default = [] x25519 = []