# 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 = "wireguard-control" version = "1.5.0" authors = ["K900 ", "Jake McGinty "] description = "High level bindings to the WireGuard embeddable C library" readme = "README.md" categories = ["os::unix-apis"] license = "LGPL-2.1-or-later" repository = "https://github.com/tonarino/innernet" [dependencies.base64] version = "0.13" [dependencies.hex] version = "0.4" [dependencies.libc] version = "0.2" [target."cfg(not(target_os = \"linux\"))".dependencies.curve25519-dalek] version = "4.0.0-pre.1" [target."cfg(not(target_os = \"linux\"))".dependencies.rand_core] version = "0.6" [target."cfg(target_os = \"linux\")".dependencies.wireguard-control-sys] version = "1.5.0"