# 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-rs" version = "0.2.0" authors = ["Nelson Chen "] build = false exclude = ["tests/config/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Speedtest.net testing utility and crate" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nelsonjchen/speedtest-rs" [lib] name = "speedtest_rs" path = "src/lib.rs" [[bin]] name = "speedtest-rs" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.11.4" [dependencies.iter-read] version = "1.0.1" [dependencies.log] version = "0.4.22" optional = true [dependencies.md5] version = "0.7.0" [dependencies.mockito] version = "1.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.roxmltree] version = "0.20.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.url] version = "2.5.2" [features] log = ["dep:log"] rustls-tls = ["reqwest/rustls-tls"]