shipper-encrypt 0.3.0-rc.2

State file encryption for shipper using AES-256-GCM
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 = "2024"
rust-version = "1.92"
name = "shipper-encrypt"
version = "0.3.0-rc.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "State file encryption for shipper using AES-256-GCM"
documentation = "https://docs.rs/shipper-encrypt"
readme = "README.md"
keywords = [
    "encryption",
    "aes",
    "gcm",
    "pbkdf2",
    "security",
]
categories = [
    "cryptography",
    "security",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/shipper"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

[dev-dependencies.insta]
version = "1.47.2"
features = ["yaml"]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.temp-env]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
unsafe_code = "forbid"