# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wirectl" version = "0.1.0" authors = ["Leo "] description = "Library to control Wireguard with kernel or userspace implementation" readme = "README.md" keywords = ["wireguard"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/Leo1003/wiremole" [dependencies.anyhow] version = "1.0.38" [dependencies.async-fs] version = "1.5.0" [dependencies.async-net] version = "1.5.0" [dependencies.async-process] version = "1.1.0" [dependencies.base64] version = "0.13.0" [dependencies.bitflags] version = "1.2.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.13" [dependencies.hex] version = "0.4.3" [dependencies.ipnetwork] version = "0.18.0" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.8.0" [dependencies.rtnetlink] version = "0.8.0" features = ["smol_socket"] default-features = false [dependencies.smol] version = "1.2.5" [dependencies.thiserror] version = "1.0.24" [dependencies.x25519-dalek] version = "1.1.0" [dependencies.zeroize] version = "1.2.0" [dev-dependencies.rand] version = "0.8.4"