# 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 = "cfspeedtest" version = "1.2.6" exclude = [".github/"] description = "Unofficial CLI for speed.cloudflare.com" readme = "README.md" keywords = [ "cli", "speedtest", "speed-test", "cloudflare", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/code-inflation/cfspeedtest/" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.11" [dependencies.indexmap] version = "2.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0"