cloakrs-cli 0.2.0

Command-line PII scanner and masker powered by cloakrs
# 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 = "2021"
rust-version = "1.75.0"
name = "cloakrs-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line PII scanner and masker powered by cloakrs"
homepage = "https://github.com/kadir/cloakrs"
documentation = "https://docs.rs/cloakrs-cli"
readme = "README.md"
keywords = [
    "pii",
    "redaction",
    "privacy",
    "masking",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/kadir/cloakrs"

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

[[bench]]
name = "scan_benchmark"
path = "benches/scan_benchmark.rs"
harness = false

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

[dependencies.cloakrs-adapters]
version = "0.2.0"

[dependencies.cloakrs-core]
version = "0.2.0"

[dependencies.cloakrs-locales]
version = "0.2.0"

[dependencies.cloakrs-patterns]
version = "0.2.0"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.criterion]
version = "0.5"