# 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 = "simple-aes256-gcm" version = "0.2.2" authors = ["Nicolas Marlier "] description = "This library is built on top of `aes-gcm` crate exposing a easy-to-use aes256-gcm encryption API." homepage = "https://github.com/prospect-guru/simple-aes256-gcm" license = "MIT" repository = "https://github.com/prospect-guru/simple-aes256-gcm" [lib] name = "simple_aes256_gcm" path = "src/simple_aes256_gcm.rs" [dependencies.aead] version = "0.2.0" [dependencies.aes-gcm] version = "0.3.0" [dependencies.base64] version = "0.11.0" [dependencies.rand] version = "0.7.3"