[[bin]]
name = "shadow"
path = "src/bin/shadow.rs"
[[bin]]
name = "shadows"
path = "src/bin/shadows.rs"
[[bin]]
name = "unshadow"
path = "src/bin/unshadow.rs"
[dependencies.shadow-crypt-shell]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Simon Amadeus <code@simonamadeus.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "Secure password-based file encryption with filename obfuscation"
edition = "2024"
exclude = [".github/", ".gitignore", "tests/", "docs/"]
keywords = ["encryption", "cryptography", "file", "security", "cli"]
license = "MIT OR Apache-2.0"
name = "shadow-crypt"
readme = "README.md"
repository = "https://github.com/simon-amadeus/shadow-crypt"
resolver = "2"
rust-version = "1.88"
version = "1.0.2"