# 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 = "securefmt" version = "0.1.5" authors = ["Pierre Fouilloux "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Drop-in replacement for the Debug derive macro that hides fields marked as sensitive." readme = "README.md" license = "BSD-3-Clause" repository = "https://gitlab.com/pfouilloux/securefmt" [package.metadata.docs.rs] all-features = true [lib] name = "securefmt" path = "src/lib.rs" proc-macro = true [[test]] name = "compile_tests" path = "tests/compile_tests.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.assertx] version = "1.1.7" features = ["logging"] [dev-dependencies.log] version = "0.4.22" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.trybuild] version = "1.0.97" [features] debug_mode = []