noxtls-crypto 0.2.20

Internal implementation crate for noxtls: hash, symmetric cipher, public-key, and DRBG primitives.
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.75"
name = "noxtls-crypto"
version = "0.2.20"
authors = ["Argenox Technologies LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal implementation crate for noxtls: hash, symmetric cipher, public-key, and DRBG primitives."
homepage = "https://noxtls.com"
documentation = "https://github.com/argenox/noxtls"
readme = "README.md"
keywords = [
    "tls",
    "crypto",
    "aes",
    "rsa",
    "hkdf",
]
categories = ["cryptography"]
license = "GPL-2.0-only OR LicenseRef-Argenox-Commercial-License"
repository = "https://github.com/argenox/noxtls"

[features]
alloc = ["noxtls-core/alloc"]
default = [
    "std",
    "alloc",
]
hazardous-legacy-crypto = []
std = ["noxtls-core/std"]

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

[dependencies.ml-kem]
version = "0.2.3"
features = ["deterministic"]
default-features = false

[dependencies.noxtls-core]
version = "0.2.20"
default-features = false

[dev-dependencies.p256]
version = "0.13"
features = ["ecdsa"]
default-features = false

[dev-dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]
default-features = false

[target.'cfg(target_has_atomic = "8")'.dependencies.spin]
version = "0.9.8"
features = ["once"]
default-features = false