1[package] 2name = "der-oid-macro" 3description = "Macro to encode DER oids at compile time" 4version = "0.5.0" 5edition = "2018" 6license = "MIT/Apache-2.0" 7homepage = "https://github.com/rusticata/der-parser" 8repository = "https://github.com/rusticata/der-parser.git" 9authors = ["Pierre Chifflier <chifflier@wzdftpd.net>", "Jannik Schürg <schuerg@ins.uni-bonn.de>"] 10 11[lib] 12proc-macro = true 13 14[dependencies] 15num-bigint = "0.4" 16num-traits = "0.2" 17syn = "1.0" 18