# 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 = "sstp" version = "0.2.2" authors = ["Steve James <0x2t1ff@gmail.com>"] default-run = "sstp" description = "Croc implementation in Rust..." readme = "README.md" license = "MIT" repository = "https://github.com/deathbyknowledge/sstp" resolver = "2" [profile.release] lto = true [lib] name = "sstp" path = "src/lib/mod.rs" [[bin]] name = "sstp" path = "src/bin/cli.rs" [dependencies.bytesize] version = "1.1.0" [dependencies.clap] version = "2.33.3" [dependencies.dialoguer] version = "0.9.0" [dependencies.indicatif] version = "0.16.2" [dependencies.parity-wordlist] version = "1.3" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.soketto] version = "0.7.0" [dependencies.tokio] version = "1.13.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" features = ["net"] [dependencies.tokio-util] version = "0.6.9" features = ["compat"]