# 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 = "async-traceroute" version = "0.1.2" authors = ["vtramo "] description = "Async Traceroute library/command-line tool" readme = "README.md" keywords = ["network"] categories = [ "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/vtramo/async-traceroute" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.80" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.domain] version = "0.10.1" features = ["resolv"] [dependencies.futures] version = "0.3.30" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.humantime] version = "2.1.0" [dependencies.mio] version = "0.8.6" features = [ "os-poll", "net", "os-ext", ] [dependencies.pnet] version = "0.35.0" [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.5.7" features = ["all"] [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15"