redaction-derive 0.1.9

Proc-macro derive for Sensitive classification traversal
Documentation
# 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 = "redaction-derive"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro derive for Sensitive classification traversal"
homepage = "https://github.com/sformisano/redaction"
documentation = "https://docs.rs/redaction-derive"
readme = false
keywords = [
    "redaction",
    "privacy",
    "security",
    "macro",
    "derive",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/sformisano/redaction"

[features]
default = []
slog = ["dep:slog"]

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

[dependencies.proc-macro-crate]
version = "2.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.slog]
version = "2.8"
features = ["nested-values"]
optional = true

[dependencies.syn]
version = "2.0"
features = ["extra-traits"]