# 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 = "wiretun" version = "0.5.0" authors = ["lodrem "] description = "WireGuard Library" homepage = "https://github.com/lodrem/wiretun" documentation = "https://docs.rs/wiretun" readme = "README.md" keywords = [ "wireguard", "networking", ] license = "Apache-2.0" repository = "https://github.com/lodrem/wiretun" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.blake2] version = "0.10" [dependencies.bytes] version = "1.5" [dependencies.chacha20poly1305] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.ip_network] version = "0.4" [dependencies.ip_network_table] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.27" features = [ "fs", "ioctl", "socket", ] [dependencies.rand_core] version = "0.6" [dependencies.regex] version = "1.9" [dependencies.socket2] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.x25519-dalek] version = "2.0" features = [ "reusable_secrets", "static_secrets", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = ["native"] native = [] uapi = []