# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aes-ccm" version = "0.5.0" authors = ["Martin Disch ", "Tony Arcieri ", "Arnaud Durand "] description = "A pure-Rust, #![no_std], zero-allocation AES-CCM implementation ported from\nTinyCrypt using RustCrypto's AES.\n" readme = "README.md" keywords = ["aead"] categories = ["cryptography", "no-std", "embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/martindisch/aes-ccm" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.aead] version = "0.3" default-features = false [dependencies.aes] version = "0.4.0" optional = true [dependencies.block-cipher] version = "0.7" default-features = false [dependencies.subtle] version = "2" default-features = false [dev-dependencies.hex-literal] version = "0.2.0" [features] alloc = ["aead/alloc"] default = ["aes", "alloc"] heapless = ["aead/heapless"]