[package] | |
name = "der-oid-macro" | |
description = "Macro to encode DER oids at compile time" | |
version = "0.5.0" | |
edition = "2018" | |
license = "MIT/Apache-2.0" | |
homepage = "https://github.com/rusticata/der-parser" | |
repository = "https://github.com/rusticata/der-parser.git" | |
authors = ["Pierre Chifflier <[email protected]>", "Jannik Schürg <[email protected]>"] | |
[lib] | |
proc-macro = true | |
[dependencies] | |
num-bigint = "0.4" | |
num-traits = "0.2" | |
syn = "1.0" |