# 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" name = "nonce-extension" version = "0.2.0" authors = ["Frank Denis "] description = "Derive-Key-AES and Double-Nonce-Derive-Key-AES nonce extension mechanisms (DNDK-GCM)" homepage = "https://github.com/jedisct1/nonce-extension" readme = "README.md" keywords = [ "crypto", "aes", "nonce", "dndk", "gcm", ] categories = [ "no-std", "cryptography", "wasm", ] license = "ISC" repository = "https://github.com/jedisct1/nonce-extension" [dependencies.aes] version = "0.8.4" [dev-dependencies.ct-codecs] version = "1.1.1"