shadow-crypt-shell 2.0.0

Main workflows and I/O operations for shadow-crypt
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.88"
name = "shadow-crypt-shell"
version = "2.0.0"
authors = ["Simon Amadeus <code@simonamadeus.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Main workflows and I/O operations for shadow-crypt"
readme = false
keywords = [
    "encryption",
    "cryptography",
    "file",
    "security",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simon-amadeus/shadow-crypt"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.colored]
version = "3"

[dependencies.rand]
version = "0.9"
features = ["os_rng"]

[dependencies.rayon]
version = "1"

[dependencies.rpassword]
version = "7"

[dependencies.shadow-crypt-core]
version = "2"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1"

[dependencies.zxcvbn]
version = "3"

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