der_derive 0.2.0

Procedural macro for automatically deriving the `der` crate's `Message` trait
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[dependencies.synstructure]
version = "0.12"

[lib]
proc-macro = true

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Procedural macro for automatically deriving the `der` crate's `Message` trait\n"
documentation = "https://docs.rs/der"
edition = "2018"
keywords = ["asn1", "der", "crypto", "itu", "pkcs"]
license = "Apache-2.0 OR MIT"
name = "der_derive"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/der"
version = "0.2.0"