# 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 = "2018" name = "mozwire" version = "0.8.1" authors = ["Nils "] description = "MozillaVPN wireguard configuration manager" readme = "README.md" keywords = [ "wireguard", "vpn", "mozilla", "cross-platform", "linux", ] categories = [ "command-line-utilities", "authentication", "config", ] license = "GPL-3.0-or-later" repository = "https://github.com/NilsIrl/MozWire/" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.2.5" features = [ "color", "derive", "env", "wrap_help", ] [dependencies.percent-encoding] version = "2.1.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.sha2] version = "0.10.2" [dependencies.sys-info] version = "0.9.1" [dependencies.tiny_http] version = "0.11.0" [dependencies.webbrowser] version = "0.8.7" [dependencies.x25519-dalek] version = "1.2.0"