# 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" rust-version = "1.75" name = "tokio-wireguard" version = "0.1.3" authors = ["Raphaël Thériault "] description = "In-process WireGuard for Tokio" readme = "README.md" keywords = [ "wireguard", "tokio", "wg", ] categories = [ "network-programming", "asynchronous", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/raftario/river" [package.metadata.docs.rs] rustc-args = ["--cfg=curve25519_dalek_backend=\"serial\""] [dependencies.atomic-waker] version = "1.0" default-features = false [dependencies.boringtun] version = "0.6.0" default-features = false [dependencies.bytes] version = "1.0" default-features = false [dependencies.ipnet] version = "2.2" features = ["std"] default-features = false [dependencies.parking_lot] version = "0.12.1" features = [ "arc_lock", "send_guard", ] default-features = false [dependencies.pin-project-lite] version = "0.2.12" default-features = false [dependencies.rand] version = "0.8.4" features = ["getrandom"] default-features = false [dependencies.smoltcp] version = "0.11.0" features = [ "std", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-tcp", "socket-udp", "async", ] default-features = false [dependencies.socket2] version = "0.5.3" default-features = false [dependencies.tokio] version = "1.30" features = [ "rt", "net", "time", "sync", "io-util", "parking_lot", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"]