pwsec 0.5.2

Support for password-based encryption.
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.85"
name = "pwsec"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Support for password-based encryption.
"""
documentation = "https://docs.rs/pwsec"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/emabee/pwsec"

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"
features = ["heapless"]

[dependencies.generic-array]
version = "0.14"

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0"

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

[dev-dependencies.version-sync]
version = "0.9"