# 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 = "wgx" version = "0.1.4" authors = ["yinheli "] description = "wireguard tool to manage / generate configuration." readme = "README.md" keywords = [ "wireguard", "toolkit", ] license = "MIT" repository = "https://github.com/yinheli/wgx" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dialoguer] version = "0.10" features = ["fuzzy-select"] [dependencies.ipnet] version = "2" [dependencies.qr2term] version = "0.3" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tera] version = "1.17.0" [dependencies.x25519-dalek] version = "1"