blob: fbf8a6f8be39855f7ba8284885709366ad0f5d0d [file] [log] [blame]
[package]
name = "der-oid-macro"
description = "Macro to encode DER oids at compile time"
version = "0.4.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 <chifflier@wzdftpd.net>", "Jannik Schürg <schuerg@ins.uni-bonn.de>"]
[lib]
proc-macro = true
[dependencies]
nom = "6.0"
num-bigint = "0.4"
num-traits = "0.2"
syn = "1.0"