blob: f068b66a37b274b49fd00d24000012613db36d60 [file] [log] [blame] [edit]
[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"