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.65" 15name = "der_derive" 16version = "0.7.3" 17authors = ["RustCrypto Developers"] 18description = "Custom derive support for the `der` crate's `Choice` and `Sequence` traits" 19documentation = "https://docs.rs/der" 20readme = "README.md" 21keywords = [ 22 "asn1", 23 "der", 24 "crypto", 25 "itu", 26 "pkcs", 27] 28categories = [ 29 "cryptography", 30 "data-structures", 31 "encoding", 32 "no-std", 33 "parser-implementations", 34] 35license = "Apache-2.0 OR MIT" 36repository = "https://github.com/RustCrypto/formats/tree/master/der/derive" 37 38[lib] 39proc-macro = true 40 41[dependencies.proc-macro2] 42version = "1" 43 44[dependencies.quote] 45version = "1" 46 47[dependencies.syn] 48version = "2" 49features = ["extra-traits"] 50