[package] name = "wg-bond" version = "0.2.1" authors = ["Vladimir Serov "] edition = "2018" license = "GPL-3.0+" description = "Wireguard configuration manager" readme = "README.md" repository = "https://gitlab.com/cab404/wg-bond" homepage = "https://gitlab.com/cab404/wg-bond" keywords = [ "wireguard", "networking", "cli" ] categories = [ "command-line-utilities" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" url = "2.1.1" rand = "0.7" base64 = "0.11" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.18.0" strum_macros = "0.18.0" qrcode = { version = "0.12", default-features = false } ipnetwork = "0.16" clap = "2.33.0" pretty_env_logger = "0.4"