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