# 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 = "cf_speedtest" version = "0.5.0" authors = ["https://github.com/12932"] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "cf_speedtest" description = "A command-line internet speed test tool" readme = "README.md" keywords = [ "cross-platform", "speedtest", "cli", "speed", "test", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/12932/cf_speedtest" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 strip = "symbols" [[bin]] name = "cf_speedtest" path = "src/main.rs" doc = false [dependencies.argh] version = "0.1.12" [dependencies.chrono] version = "0.4.38" [dependencies.comfy-table] version = "7.1.1" [dependencies.once_cell] version = "1.19.0" [dependencies.rustls] version = "0.23.5" features = ["ring"] default-features = false [dependencies.ureq] version = "2.10.0" [dependencies.webpki-roots] version = "0.26"