spead 0.4.1

Structure Preserving Encryption and Decryption CLI tool
Documentation
[badges.maintenance]
status = "experimental"

[[bin]]
name = "spead"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.argon2]
version = "0.5.3"

[dependencies.atty]
version = "0.2.14"

[dependencies.camino]
version = "1.2.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.49"

[dependencies.cloudproof_fpe]
version = "0.2.2"

[dependencies.getrandom]
features = ["wasm_js"]
optional = true
version = "0.3.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.rpassword]
version = "7.4.0"

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

[dependencies.serde_json]
features = ["arbitrary_precision", "preserve_order"]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[features]
wasm = ["dep:getrandom"]

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

[package]
authors = ["Johan Yim <johanjyyim@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Structure Preserving Encryption and Decryption CLI tool"
edition = "2024"
homepage = "https://spead.johanyim.com"
keywords = ["cli", "encryption", "cryptography"]
license-file = "LICENSE"
name = "spead"
readme = "README.md"
repository = "https://github.com/johanyim/spead"
version = "0.4.1"