# 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 = "wgslirpy" version = "0.2.0" description = "User-space Wireguard to internet router, like SLiRP, but with Wireguard instead of PPP" readme = "README.md" keywords = [ "wireguard", "onetun", "slirp", "nat", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/wgslirpy" [dependencies.anyhow] version = "1.0.72" [dependencies.argh] version = "0.1.10" [dependencies.libwgslirpy] version = "0.2.0" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" optional = true [features] default = [ "tracing-subscriber", "tracing/release_max_level_debug", ]