# 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 = "aes-gcm-stream" version = "0.2.4" authors = ["Hatter Jiang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AES GCM stream encrypt and decrypt library, supports AES128/192/256 bit keys" readme = "README.md" keywords = [ "crypto", "aes", "gcm", "stream", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://git.hatter.ink/hatter/aes-gcm-stream" [lib] name = "aes_gcm_stream" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "encrypt_and_decrypt" path = "examples/encrypt_and_decrypt.rs" [dependencies.aes] version = "0.8" features = ["zeroize"] [dependencies.cipher] version = "0.4" [dependencies.ghash] version = "0.5" [dependencies.zeroize] version = "1.6" features = ["zeroize_derive"] [dev-dependencies.aes-gcm] version = "0.10" features = ["zeroize"] [dev-dependencies.benchmark-simple] version = "0.1" [dev-dependencies.hex] version = "0.4"