aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYiming Jing <yimingjing@google.com>2021-07-16 13:15:12 -0700
committerYiming Jing <yimingjing@google.com>2021-07-16 13:15:12 -0700
commitebb187258f97aff0a9e7a0e31b3233b5570f3266 (patch)
tree293b11b9b7e5c859eda0cc9fa0d558321a90fb92 /Cargo.toml
parent61f3cdd73fa997537b62c352e6b36c9b271246da (diff)
downloadrusticata-macros-ebb187258f97aff0a9e7a0e31b3233b5570f3266.tar.gz
Initial import of rusticata-macros-3.1.0
Bug: 193833713 Change-Id: I8c64a1f7a387fb4162d80d201b1cfcd7172ed0f3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..1f5f076
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,26 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
+[package]
+edition = "2018"
+name = "rusticata-macros"
+version = "3.1.0"
+authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
+description = "Helper macros for Rusticata"
+homepage = "https://github.com/rusticata/rusticata-macros"
+readme = "README.md"
+keywords = ["parser", "nom", "serialize"]
+categories = ["parsing"]
+license = "MIT/Apache-2.0"
+repository = "https://github.com/rusticata/rusticata-macros.git"
+[dependencies.nom]
+version = "6.0"