# 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 = "snoopy" version = "0.3.2" authors = ["kanishkarj "] exclude = ["Sample/**/*"] description = "A highly configurable multi-threaded packet sniffer and parser." homepage = "https://github.com/kanishkarj/snoopy" documentation = "https://github.com/kanishkarj/snoopy" readme = "README.md" keywords = ["pcap-parser", "packet-capture", "packet-sniffer", "packet-parsing", "command-line-tool"] categories = ["command-line-utilities", "parsing"] license-file = "LICENSE" repository = "https://github.com/kanishkarj/snoopy" [dependencies.clap] version = "2.33.0" [dependencies.dns-parser] version = "0.8" [dependencies.httparse] version = "1.3.0" [dependencies.hwaddr] version = "0.1.2" [dependencies.nom] version = "5.0.0" [dependencies.num_cpus] version = "1.0" [dependencies.pcap] version = "0.7.0" [dependencies.pktparse] version = "0.4.0" features = ["derive"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.threadpool] version = "1.0" [dependencies.tls-parser] version = "0.7"