# 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 = "netdiag" version = "0.3.0" authors = ["Will "] description = "Network diagnostics" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/kentik/netdiag" [dependencies.anyhow] version = "1.0.56" [dependencies.etherparse] version = "0.10.1" [dependencies.futures] version = "0.3.21" [dependencies.libc] version = "0.2.121" [dependencies.log] version = "0.4.16" [dependencies.parking_lot] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.raw-socket] version = "0.0.2" [dependencies.socket2] version = "0.4.4" [dependencies.tokio] version = "1.17.0" features = ["net"] default-features = false [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.gumdrop] version = "0.8.1" [dev-dependencies.tokio] version = "1.17.0" features = ["full"]