# 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.56" name = "ccm" version = "0.5.0" authors = ["RustCrypto Developers"] description = "Generic implementation of the Counter with CBC-MAC (CCM) mode" homepage = "https://github.com/RustCrypto/AEADs" documentation = "https://docs.rs/ccm" readme = "README.md" keywords = [ "encryption", "aead", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/AEADs/tree/master/ccm" [dependencies.aead] version = "0.5" default-features = false [dependencies.cipher] version = "0.4.3" default-features = false [dependencies.ctr] version = "0.9.1" default-features = false [dependencies.subtle] version = "2" default-features = false [dev-dependencies.aead] version = "0.5" features = ["dev"] default-features = false [dev-dependencies.aes] version = "0.8.1" [dev-dependencies.hex-literal] version = "0.3.4" [features] alloc = ["aead/alloc"] default = [ "alloc", "getrandom", ] getrandom = ["aead/getrandom"] heapless = ["aead/heapless"] std = [ "aead/std", "alloc", ] stream = ["aead/stream"]