# 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 = "cvpn" version = "0.1.1" description = "a CLI application of VPN service at Faculty of Informatics, Shizuoka University" readme = "README.md" license = "MIT" repository = "https://github.com/earlgray283/cvpn-rs" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.dotenv] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.10" [dependencies.percent-encoding] version = "2.1" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["cookies"] [dependencies.rpassword] version = "6.0.1" [dependencies.scraper] version = "0.13" [dependencies.spinners] version = "4.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "macros", "rt-multi-thread", ]