summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index fbf8a6f..f068b66 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "der-oid-macro"
description = "Macro to encode DER oids at compile time"
-version = "0.4.0"
+version = "0.5.0"
edition = "2018"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rusticata/der-parser"
@@ -12,7 +12,6 @@ authors = ["Pierre Chifflier <chifflier@wzdftpd.net>", "Jannik Schürg <schuerg@
proc-macro = true
[dependencies]
-nom = "6.0"
num-bigint = "0.4"
num-traits = "0.2"
syn = "1.0"