[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "1"
[dependencies.synstructure]
version = "0.12"
[lib]
proc-macro = true
[package]
authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Procedural macros to derive `Decodable` and `Encodable` from `flexiber`."
edition = "2018"
keywords = ["crypto"]
license = "Apache-2.0 OR MIT"
name = "flexiber_derive"
repository = "https://github.com/nickray/flexiber/tree/main/derive"
version = "0.1.0"