fluxencrypt-cli 0.7.3

Command line interface for FluxEncrypt encryption SDK
# 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.94.0"
name = "fluxencrypt-cli"
version = "0.7.3"
authors = [
    "Wyatt Roersma",
    "Claude Code",
    "Codex",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for FluxEncrypt encryption SDK"
homepage = "https://github.com/ThreatFlux/fluxencrypt"
documentation = "https://docs.rs/fluxencrypt"
readme = false
keywords = [
    "encryption",
    "cryptography",
    "security",
    "aes",
    "rsa",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ThreatFlux/fluxencrypt"

[features]
default = ["parallel"]
parallel = [
    "dep:rayon",
    "fluxencrypt/parallel",
]

[[bin]]
name = "fluxencrypt-cli"
path = "src/main.rs"

[[test]]
name = "cli_integration_test"
path = "tests/cli_integration_test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "3.1"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.fluxencrypt]
version = "0.7.3"
features = ["serde"]

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.11"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

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