# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "securefmt" version = "0.1.4" authors = ["Pierre Fouilloux "] 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] proc_macro = true [[test]] name = "compile_tests" path = "tests/compile_tests.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.log] version = "0.4.14" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.72" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.assertx] version = "1.1.7" features = ["logging"] [dev-dependencies.log] version = "0.4.14" [dev-dependencies.mockall] version = "0.9.1" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.trybuild] version = "1.0.42" [features] debug_mode = []