s5t 0.1.0

client for s5x crate
# 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.1.0"
authors = ["Podvoyskiy Ilya <ilya.podvoyskiy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "client for s5x crate"
readme = "README.md"
keywords = [
    "tun",
    "socks5",
    "proxy",
    "cli",
]
license = "MIT"
repository = "https://github.com/podvoyskiy/s5x"
resolver = "2"

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

[dependencies.rustls]
version = "0.23.40"

[dependencies.s5l]
version = "0.1.0"

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

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

[dependencies.tracing]
version = "0.1.44"

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

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