lockboxer 0.3.0

Configurable fork of Lockbox encryption library.
Documentation
# 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"
rust-version = "1.85"
name = "lockboxer"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable fork of Lockbox encryption library."
homepage = "https://github.com/kimlindholm/lockboxer"
documentation = "https://docs.rs/lockboxer"
readme = "README.md"
keywords = [
    "encryption",
    "aes",
    "gcm",
    "vault",
    "crypto",
]
license = "MIT"
repository = "https://github.com/kimlindholm/lockboxer"

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

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

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

[dependencies.aes-gcm]
version = "0.11.0"
features = ["zeroize"]

[dependencies.thiserror]
version = "2.0.19"

[dependencies.zeroize]
version = "1.9.0"
features = ["alloc"]
default-features = false

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