rustls-symcrypt 0.2.2

Implementation of rustls crypto provider model for SymCrypt
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 = "2021"
rust-version = "1.64.0"
name = "rustls-symcrypt"
version = "0.2.2"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
chacha = []
default = []
x25519 = []

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

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

[dependencies.der]
version = "0.8.0"

[dependencies.pkcs1]
version = "0.7.5"
features = ["alloc"]
default-features = false

[dependencies.pkcs8]
version = "0.10"

[dependencies.rustls]
version = "0.23.37"
features = [
    "tls12",
    "std",
    "custom-provider",
]
default-features = false

[dependencies.rustls-pki-types]
version = "1.14.0"

[dependencies.sec1]
version = "0.8.0"

[dependencies.symcrypt]
version = "0.5.1"

[dev-dependencies.once_cell]
version = "1.21.4"

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

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