rustls-cng 0.7.1

Windows CNG API bridge for rustls
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"
name = "rustls-cng"
version = "0.7.1"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows CNG API bridge for rustls"
documentation = "https://docs.rs/rustls-cng"
readme = "README.md"
keywords = [
    "cng",
    "tls",
    "rustls",
    "windows",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustls/rustls-cng"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
no-default-features = true

[features]
aws-lc-rs = ["rustls/aws_lc_rs"]
default = [
    "logging",
    "tls12",
    "aws-lc-rs",
]
fips = ["rustls/fips"]
logging = ["rustls/logging"]
ring = ["rustls/ring"]
time = ["dep:time"]
tls12 = ["rustls/tls12"]

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

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

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

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

[dependencies.bitflags]
version = "2"

[dependencies.rustls]
version = "0.23"
features = ["std"]
default-features = false

[dependencies.time]
version = "0.3.43"
optional = true
default-features = false

[dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security_Cryptography",
]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.rustls-pki-types]
version = "1"