1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.56" 15name = "zeroize_derive" 16version = "1.4.2" 17authors = ["The RustCrypto Project Developers"] 18description = "Custom derive support for zeroize" 19readme = "README.md" 20keywords = [ 21 "memory", 22 "memset", 23 "secure", 24 "volatile", 25 "zero", 26] 27categories = [ 28 "cryptography", 29 "memory-management", 30 "no-std", 31 "os", 32] 33license = "Apache-2.0 OR MIT" 34repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive" 35resolver = "1" 36 37[package.metadata.docs.rs] 38rustdoc-args = ["--document-private-items"] 39 40[lib] 41proc-macro = true 42 43[dependencies.proc-macro2] 44version = "1" 45 46[dependencies.quote] 47version = "1" 48 49[dependencies.syn] 50version = "2" 51features = [ 52 "full", 53 "extra-traits", 54 "visit", 55] 56