# 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 = "pako-tools" version = "0.1.2" authors = [ "Pierre Chifflier ", "Andreas Doerr <0xad@gmx.net>", ] description = "Library for creating of Pcap file analyzers" readme = "README.md" keywords = [ "pcap", "network", "tools", ] categories = ["network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/adoerr/pako.git" resolver = "1" [dependencies.log] version = "0.4.17" [dependencies.pcap-parser] version = "0.14.0" features = ["data"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.5.10"