# 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 = "caracat" version = "1.0.0" authors = ["Maxime Mouchet "] description = "A fast ICMP/UDP IPv4/v6 Paris traceroute and ping engine." readme = "README.md" keywords = [ "ping", "traceroute", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/maxmouchet/caracat" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.24" [dependencies.circular-queue] version = "0.2.6" [dependencies.csv] version = "1.2.1" [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.ip_network_table-deps-treebitmap] version = "0.5.0" [dependencies.log] version = "0.4.17" [dependencies.pcap] version = "1.0.0" [dependencies.pnet] version = "0.33.0" features = ["std"] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_with] version = "2.3.1" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.zstd] version = "0.12.3" [dev-dependencies.clap] version = "4.2.1" features = ["derive"] [dev-dependencies.libm] version = "0.2.6" [dev-dependencies.permutation_iterator] version = "0.1.2" [features] pkg-config = ["zstd/pkg-config"]