# 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 = "onetun" version = "0.3.7" authors = ["Aram Peres "] description = "A cross-platform, user-space WireGuard port-forwarder that requires no system network configurations." readme = "README.md" license = "MIT" repository = "https://github.com/aramperes/onetun" [lib] [dependencies.anyhow] version = "1" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.boringtun] version = "0.4.0" default-features = false [dependencies.bytes] version = "1" [dependencies.clap] version = "4.4.11" features = [ "suggestions", "std", "env", "help", "wrap_help", ] optional = true default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.pretty_env_logger] version = "0.4" optional = true [dependencies.priority-queue] version = "1.3" [dependencies.rand] version = "0.8" [dependencies.smoltcp] version = "0.10" features = [ "std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp", ] default-features = false [dependencies.tokio] version = "1" features = [ "rt", "sync", "io-util", "net", "time", "fs", "macros", ] [dependencies.tracing] version = "0.1" features = ["log"] default-features = false [features] bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread", ] default = ["bin"] pcap = []