cloudiful-redactor 0.2.7

Structured text redaction with reversible sessions for secrets, domains, URLs, and related sensitive values.
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"
name = "cloudiful-redactor"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured text redaction with reversible sessions for secrets, domains, URLs, and related sensitive values."
homepage = "https://github.com/cloudiful/redactor"
documentation = "https://docs.rs/cloudiful-redactor"
readme = "README.md"
keywords = [
    "redaction",
    "privacy",
    "masking",
    "secrets",
]
categories = [
    "text-processing",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/cloudiful/redactor"
resolver = "2"

[features]
default = []
ollama = ["dep:reqwest"]

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

[dependencies.aes-gcm-siv]
version = "0.11.1"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.getrandom]
version = "0.4.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.ipnet]
version = "2.12.0"

[dependencies.pbkdf2]
version = "0.13.0"

[dependencies.psl]
version = "2.1.205"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
    "stream",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"