# 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 = "speedtest" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-based network speed testing tool between two computers" readme = "README.md" keywords = [ "speedtest", "bandwidth", "cli", "speed", "test", ] license = "MIT" repository = "https://github.com/Antosser/speedtest" [[bin]] name = "speedtest" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.colored] version = "2.1.0" [dependencies.humansize] version = "2.1.3" [dependencies.itertools] version = "0.12.1" [dependencies.parse-size] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.tap] version = "1.0.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18"