safe-debug 0.1.1

Derives std::fmt::Debug with automatic redaction for sensitive fields marked with #[facet(sensitive)]
Documentation
[dependencies.facet-macros-parse]
version = "0.31"

[dependencies.quote]
version = "1.0"

[dev-dependencies.facet]
features = ["reflect"]
version = "0.31"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "enum_example"
path = "examples/enum_example.rs"

[lib]
name = "safe_debug"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["C J Silverio <ceejceej@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "encoding"]
description = "Derives std::fmt::Debug with automatic redaction for sensitive fields marked with #[facet(sensitive)]"
documentation = "https://docs.rs/safe-debug"
edition = "2024"
exclude = [".github/", "docs/", "*.md", "!README.md", "!CHANGELOG.md"]
homepage = "https://github.com/ceejbot/safe-debug"
keywords = ["debug", "redaction", "sensitive", "hipaa", "facet"]
license = "MIT OR Apache-2.0"
name = "safe-debug"
readme = "README.md"
repository = "https://github.com/ceejbot/safe-debug"
rust-version = "1.90.0"
version = "0.1.1"

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