# 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 = "expunge_derive" version = "0.3.4" description = "A simple crate to expunge, redact and transform struct fields declaratively" homepage = "https://github.com/vancelongwill/expunge" documentation = "https://docs.rs/expunge" readme = "README.md" keywords = [ "sensitive", "redact", "pii", "secret", "zeroize", ] license = "MIT" repository = "https://github.com/vancelongwill/expunge" [lib] proc-macro = true [dependencies.erased-serde] version = "0.3" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slog] version = "2.7.0" features = ["nested-values"] optional = true [dependencies.slog_derive] version = "0.2.0" optional = true [dependencies.syn] version = "2.0" features = ["extra-traits"] [dependencies.zeroize] version = "1.7.0" optional = true [features] all = [ "zeroize", "slog", ] default = [] serde = ["dep:serde"] slog = [ "dep:slog_derive", "dep:slog", "dep:erased-serde", "dep:serde", ] zeroize = ["dep:zeroize"]