# 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 = "openaws-vpn-client" version = "0.1.8" authors = [ "KoresFramework", "Jonathan H. R. Lopes ", ] description = "Unofficial open-source AWS VPN client written in Rust" homepage = "https://github.com/JonathanxD/openaws-vpn-client" documentation = "https://docs.rs/openaws-vpn-client/" readme = "README.md" keywords = [ "vpn", "openaws", "vpn-client", ] categories = ["gui"] license = "MIT" repository = "https://github.com/JonathanxD/openaws-vpn-client" [profile.release] strip = "symbols" [dependencies.ctrlc] version = "=3.2.1" [dependencies.dirs] version = "=4.0.0" [dependencies.domain] version = "=0.6.1" features = [ "tokio", "resolv", ] [dependencies.gtk] version = "=0.15.5" [dependencies.hex] version = "=0.4.3" [dependencies.lazy_static] version = "=1.4.0" [dependencies.open] version = "=2.0.2" [dependencies.rand] version = "=0.8.4" [dependencies.temp-dir] version = "=0.1.11" [dependencies.tokio] version = "=1.14.0" features = ["full"] [dependencies.tokio-stream] version = "=0.1.8" [dependencies.warp] version = "=0.3"