# 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 = "lockbox" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy-to-use, secure, and efficient encryption and decryption using the AES-GCM (Galois/Counter Mode) algorithm." homepage = "https://github.com/scrogson/lockbox" documentation = "https://docs.rs/lockbox" readme = "README.md" keywords = [ "encryption", "aes", "gcm", "vault", "crypto", ] license = "MIT" repository = "https://github.com/scrogson/lockbox" [lib] name = "lockbox" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.hex] version = "0.4.3"