der-oid-macro 0.4.0

Macro to encode DER oids at compile time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"