# 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 = "wg2gue" version = "0.1.0" description = "Command-line application that listens two UDP ports: one for Wireguard and the other for plain IP packets and exchanges them" readme = "README.md" keywords = [ "udp", "wireguard", "boringtun", "gue", "fou", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/wg2gue" [dependencies.anyhow] version = "1.0.72" [dependencies.argh] version = "0.1.10" [dependencies.base64] version = "0.21.2" [dependencies.boringtun] version = "0.6.0" [dependencies.tokio] version = "1.29.1" features = [ "rt", "net", "sync", "macros", "io-util", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" optional = true [features] default = [ "tracing-subscriber", "tracing/release_max_level_debug", ]