rustls-post-quantum 0.3.0-dev.1

Experimental support for post-quantum key exchange in 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 = "2024"
rust-version = "1.85"
name = "rustls-post-quantum"
version = "0.3.0-dev.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental support for post-quantum key exchange in rustls"
homepage = "https://github.com/rustls/rustls"
readme = "README.md"
categories = [
    "network-programming",
    "cryptography",
]
license = "Apache-2.0 OR ISC OR MIT"
repository = "https://github.com/rustls/rustls"
resolver = "2"

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.aws-lc-rs]
version = "1.14"
features = ["unstable"]
default-features = false

[dependencies.rustls]
version = "0.24.0-dev.0"
default-features = false

[dependencies.rustls-aws-lc-rs]
version = "0.1.0-dev.1"

[dependencies.webpki]
version = "=0.104.0-alpha.7"
features = ["alloc"]
default-features = false
package = "rustls-webpki"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.rcgen]
version = "0.14.4"
features = [
    "pem",
    "aws_lc_rs",
    "aws_lc_rs_unstable",
]
default-features = false

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

[lints.clippy]
alloc_instead_of_core = "warn"
cloned_instead_of_copied = "warn"
manual_let_else = "warn"
needless_bitwise_bool = "warn"
needless_collect = "warn"
needless_pass_by_ref_mut = "warn"
new_without_default = "allow"
or_fun_call = "warn"
redundant_clone = "warn"
std_instead_of_core = "warn"
too_many_arguments = "allow"
upper_case_acronyms = "warn"
use_self = "warn"

[lints.rust]
elided_lifetimes_in_paths = "warn"
trivial_numeric_casts = "warn"
unnameable_types = "warn"
unreachable_pub = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(bench)",
    "cfg(coverage_nightly)",
    "cfg(rustls_docsrs)",
]