lockbox 0.1.0

Easy-to-use, secure, and efficient encryption and decryption using the AES-GCM (Galois/Counter Mode) algorithm.
Documentation
[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies.hex]
version = "0.4.3"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "lockbox"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Easy-to-use, secure, and efficient encryption and decryption using the AES-GCM (Galois/Counter Mode) algorithm."
documentation = "https://docs.rs/lockbox"
edition = "2021"
homepage = "https://github.com/scrogson/lockbox"
keywords = ["encryption", "aes", "gcm", "vault", "crypto"]
license = "MIT"
name = "lockbox"
readme = "README.md"
repository = "https://github.com/scrogson/lockbox"
version = "0.1.0"