# 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 = "libwgslirpy" version = "0.2.0" description = "User-space Wireguard to internet router, like SLiRP, but with Wireguard instead of PPP (library part of the CLI tool)" keywords = [ "wireguard", "onetun", "slirp", "nat", ] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/wgslirpy" [dependencies.anyhow] version = "1.0.72" [dependencies.base64] version = "0.21.2" [dependencies.boringtun] version = "0.6.0" [dependencies.bytes] version = "1.4.0" [dependencies.hashbrown] version = "0.14.0" [dependencies.simple-dns] version = "0.5.3" [dependencies.smoltcp] version = "0.10.0" features = [ "socket", "socket-tcp", "socket-udp", "std", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "fragmentation-buffer-size-65536", "assembler-max-segment-count-32", "log", "medium-ip", ] default-features = false [dependencies.tokio] version = "1.29.1" features = [ "rt", "net", "sync", "macros", "io-util", "time", ] [dependencies.tracing] version = "0.1.37"