diff options
Diffstat (limited to '')
-rw-r--r-- | rust/vendor/ntp-parser/Cargo.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/rust/vendor/ntp-parser/Cargo.toml b/rust/vendor/ntp-parser/Cargo.toml new file mode 100644 index 0000000..b705ae6 --- /dev/null +++ b/rust/vendor/ntp-parser/Cargo.toml @@ -0,0 +1,30 @@ +# 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 are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2018" +name = "ntp-parser" +version = "0.6.0" +authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"] +description = "Parser for the NTP protocol" +homepage = "https://github.com/rusticata/ntp-parser" +readme = "README.md" +keywords = ["NTP", "time", "protocol", "parser", "nom"] +categories = ["network-programming", "parser-implementations"] +license = "MIT/Apache-2.0" +repository = "https://github.com/rusticata/ntp-parser.git" +[dependencies.nom] +version = "7.0" + +[dependencies.nom-derive] +version = "0.10" +[badges.travis-ci] +repository = "rusticata/ntp-parser" |