securefmt 0.1.0

Drop-in replacement for the Debug derive macro that hides fields marked as sensitive.
Documentation
[[test]]
name = "compile_tests"
path = "tests/compile_tests.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.assertx]
features = ["logging"]
version = "1.1"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.mockall]
version = "0.9"

[dev-dependencies.pretty_assertions]
version = "0.6"

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

[features]
debug_mode = []

[lib]
proc_macro = true

[package]
authors = ["Pierre Fouilloux <pfxdev@protonmail.com>"]
description = "Drop-in replacement for the Debug derive macro that hides fields marked as sensitive."
edition = "2018"
license = "BSD-3-Clause"
name = "securefmt"
readme = "README.md"
repository = "https://gitlab.com/pfouilloux/securefmt"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true