[package] name = "der_derive" version = "0.8.0-rc.1" description = "Custom derive support for the `der` crate's `Choice` and `Sequence` traits" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/der" homepage = "https://github.com/RustCrypto/formats/tree/master/der_derive" repository = "https://github.com/RustCrypto/formats" categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"] keywords = ["asn1", "der", "crypto", "itu", "pkcs"] readme = "README.md" edition = "2021" rust-version = "1.71" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["extra-traits"] }