rustls-ccm 0.2.0

CCM and CCM-8 cipher suites for rustls (TLS 1.2 and TLS 1.3)
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-ccm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CCM and CCM-8 cipher suites for rustls (TLS 1.2 and TLS 1.3)"
readme = "README.md"
keywords = [
    "tls",
    "rustls",
    "ccm",
    "iot",
    "aead",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jsulmont/rustls-ccm"

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

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

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

[dependencies.aes]
version = "0.9"
features = ["zeroize"]

[dependencies.ccm]
version = "0.6"

[dependencies.rustls]
version = "0.23"
features = [
    "aws_lc_rs",
    "tls12",
]

[dev-dependencies.rcgen]
version = "0.14.7"