redaction 0.1.1

Layered data redaction controls: classification and redaction
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 = "2021"
name = "redaction"
version = "0.1.1"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layered data redaction controls: classification and redaction"
homepage = "https://github.com/sformisano/redaction"
documentation = "https://docs.rs/redaction"
readme = "README.md"
keywords = [
    "redaction",
    "privacy",
    "security",
    "logging",
    "telemetry",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/sformisano/redaction"

[features]
classification = []
default = [
    "classification",
    "policy",
]
policy = ["classification"]
slog = [
    "policy",
    "dep:serde",
    "dep:serde_json",
    "dep:slog",
    "redaction-derive/slog",
]
testing = []

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

[dependencies.redaction-derive]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.slog]
version = "2"
features = ["nested-values"]
optional = true

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

[dev-dependencies.trybuild]
version = "1"