# 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 = "spt" version = "1.0.0" authors = ["Colerar"] description = "A simple Speed Test CLI" homepage = "https://github.com/Colerar/spt/" readme = "README.md" license = "MIT" [profile.release] lto = "thin" strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = [ "cargo", "derive", ] [dependencies.comfy-table] version = "7.1.0" [dependencies.console] version = "0.15.7" [dependencies.futures] version = "0.3.28" [dependencies.futures-core] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.humansize] version = "2.1.3" [dependencies.hyper] version = "0.14.27" features = [ "http1", "http2", "h2", "stream", ] [dependencies.hyper-rustls] version = "0.24.1" features = [ "http1", "http2", "rustls-native-certs", ] [dependencies.indicatif] version = "0.17.7" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.33.0" features = [ "sync", "parking_lot", "macros", "rt-multi-thread", ]