signature_derive 2.1.0

Custom derive support for the 'signature' crate
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Custom derive support for the 'signature' crate"
documentation = "https://docs.rs/signature"
edition = "2021"
keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"]
license = "Apache-2.0 OR MIT"
name = "signature_derive"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits/tree/master/signature_derive"
rust-version = "1.60"
version = "2.1.0"