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 = "2018" 14name = "zeroize_derive" 15version = "1.3.3" 16authors = ["The RustCrypto Project Developers"] 17description = "Custom derive support for zeroize" 18readme = "README.md" 19keywords = [ 20 "memory", 21 "memset", 22 "secure", 23 "volatile", 24 "zero", 25] 26categories = [ 27 "cryptography", 28 "memory-management", 29 "no-std", 30 "os", 31] 32license = "Apache-2.0 OR MIT" 33repository = "https://github.com/RustCrypto/utils/tree/master/zeroize/derive" 34 35[package.metadata.docs.rs] 36rustdoc-args = ["--document-private-items"] 37 38[lib] 39proc-macro = true 40 41[dependencies.proc-macro2] 42version = "1" 43 44[dependencies.quote] 45version = "1" 46 47[dependencies.syn] 48version = "1" 49 50[dependencies.synstructure] 51version = "0.12.2" 52