# 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 = "plotcap" version = "0.1.3" authors = ["Simeon Miteff "] description = "Plot packet and data rates over time given a PCAP file, with gnuplot." documentation = "https://docs.rs/plotcap" readme = "README.md" keywords = [ "pcap", "cli", "gnuplot", ] categories = [ "command-line-utilities", "network-programming", ] license = "BSD-3-Clause" repository = "https://github.com/corelight/plotcap" [dependencies.anyhow] version = "1" [dependencies.byte-unit] version = "4" [dependencies.chrono] version = "0.4" features = [ "alloc", "std", "clock", ] default-features = false [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.humantime] version = "2" [dependencies.pcap-parser] version = "0.14"