ombrac-client 0.5.7

Safe, fast, small TCP tunnel using Rust
Documentation
[[bin]]
name = "ombrac-client"
path = "bin/main.rs"
required-features = ["binary"]

[dependencies.blake3]
default-features = false
optional = true
version = "1"

[dependencies.bytes]
default-features = false
version = "1"

[dependencies.clap]
default-features = false
features = ["std", "derive", "color", "help", "usage", "error-context", "suggestions"]
optional = true
version = "4"

[dependencies.http]
default-features = false
optional = true
version = "1"

[dependencies.http-body-util]
default-features = false
optional = true
version = "0.1"

[dependencies.hyper]
default-features = false
features = ["client", "server", "http1"]
optional = true
version = "1"

[dependencies.ombrac]
default-features = false
version = "0.5.7"

[dependencies.ombrac-macros]
default-features = false
version = "0.5.7"

[dependencies.ombrac-transport]
default-features = false
version = "0.5.7"

[dependencies.socks-lib]
default-features = false
optional = true
version = "0.1"

[dependencies.thiserror]
default-features = false
version = "2"

[dependencies.tokio]
default-features = false
features = ["rt", "net", "sync", "io-util"]
version = "1"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"

[dependencies.tracing-appender]
default-features = false
optional = true
version = "0.2"

[dependencies.tracing-subscriber]
default-features = false
features = ["ansi"]
optional = true
version = "0.3"

[dev-dependencies.tokio]
default-features = false
features = ["full"]
version = "1"

[features]
binary = ["clap", "blake3", "tokio/macros", "tokio/rt-multi-thread", "tracing-subscriber", "tracing-appender", "transport-default", "endpoint-socks", "endpoint-http", "datagram", "tracing"]
datagram = ["ombrac-transport/datagram"]
default = []
endpoint-default = ["endpoint-socks"]
endpoint-http = ["http", "hyper", "http-body-util"]
endpoint-socks = ["socks-lib"]
tracing = ["dep:tracing", "ombrac-transport/tracing"]
transport-default = ["transport-quic"]
transport-quic = ["ombrac-transport/quic"]

[lib]
name = "ombrac_client"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe, fast, small TCP tunnel using Rust"
edition = "2024"
keywords = ["proxy", "firewall"]
license = "Apache-2.0"
name = "ombrac-client"
readme = "README.md"
repository = "https://github.com/ombrac/ombrac"
resolver = "2"
version = "0.5.7"