# 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 = "2021" name = "rtshark" version = "3.0.0" authors = ["CrabeDeFrance"] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust interface for TShark" homepage = "https://github.com/CrabeDeFrance/rtshark" documentation = "https://docs.rs/rtshark" readme = "README.md" keywords = [ "wireshark", "tshark", "pcap", "network", "dissector", ] categories = [ "network-programming", "api-bindings", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CrabeDeFrance/rtshark" [lib] name = "rtshark" path = "src/lib.rs" [dependencies.chrono] version = "0.4" default-features = false [dependencies.quick-xml] version = "0.37" [dependencies.semver] version = "1" [dev-dependencies.libc] version = "0.2" [dev-dependencies.serial_test] version = "3" [dev-dependencies.tempdir] version = "0.3" [target."cfg(unix)".dev-dependencies.nix] version = "0.29" features = [ "fs", "signal", ]