s5t 0.2.0

SOCKS5 client with tun2socks and one-time request modes
# 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 = "2024"
rust-version = "1.95.0"
name = "s5t"
version = "0.2.0"
authors = ["Podvoyskiy Ilya <ilya.podvoyskiy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SOCKS5 client with tun2socks and one-time request modes"
readme = "README.md"
keywords = [
    "tun",
    "socks5",
    "proxy",
    "tun2socks",
    "cli",
]
license = "MIT"
repository = "https://github.com/podvoyskiy/s5x"
resolver = "2"

[[bin]]
name = "s5t"
path = "src/main.rs"
test = true

[dependencies.default-net]
version = "0.22.0"

[dependencies.futures-util]
version = "0.3.34"

[dependencies.hickory-proto]
version = "0.26.1"

[dependencies.iptables]
version = "0.6.0"

[dependencies.netlink-packet-core]
version = "0.8.1"

[dependencies.netlink-packet-route]
version = "0.31.0"

[dependencies.netlink-sys]
version = "0.8.8"

[dependencies.netstack-smoltcp]
version = "0.2.4"

[dependencies.rustls]
version = "0.23.40"

[dependencies.s5l]
version = "0.1.1"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "signal",
]

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.tun]
version = "0.8.11"
features = ["async"]

[dependencies.webpki-roots]
version = "1.0.7"