# 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 = "ssping" version = "0.3.0" description = "Command-line tool for testing connectivity of Shadowsocks server." readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/upsuper/ssping" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4" features = ["derive"] [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.3" features = [ "client", "http1", ] [dependencies.hyper-util] version = "0.1.3" features = ["tokio"] [dependencies.shadowsocks] version = "1.18" [dependencies.tokio] version = "1.37" features = [ "macros", "rt", "signal", ] [dependencies.url] version = "2.5.0"