# 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 = "net-parser-rs" version = "0.3.0" authors = ["ProtectWise, Inc. ", "dbcfd ", "Eric Stevens "] description = "Basic network parser leveraging Rust and nom for safe and efficient packet parsing. Design influenced by pktparse-rs." readme = "README.md" keywords = ["pcap", "packet", "network"] categories = ["encoding", "network-programming", "parsing"] license = "MIT" repository = "https://github.com/protectwise/net-parser-rs/" [[bench]] name = "bench_net_parser" path = "benches/benches.rs" harness = false [dependencies.arrayref] version = "0.3" [dependencies.byteorder] version = "1.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "4" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.hex] version = "0.3" [dev-dependencies.hex-slice] version = "0.1" [dev-dependencies.regex] version = "1"