# 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 = "xaes-gcm" version = "0.2.0" authors = ["Frank Denis "] description = "The simplest and safest way to encrypt data using AES-GCM in Rust (AES256-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-gcm] version = "0.10.3" [dependencies.getrandom] version = "0.2.12" [dependencies.nonce-extension] version = "0.2.0"