ombrac 0.7.3

Safe, fast, small TCP over QUIC tunnel using Rust
Documentation
# 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"
name = "ombrac"
version = "0.7.3"
authors = ["Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, fast, small TCP over QUIC tunnel using Rust"
readme = "README.md"
keywords = [
    "proxy",
    "firewall",
    "tcp",
    "quic",
]
license = "Apache-2.0"
repository = "https://github.com/ombrac/ombrac"
resolver = "2"

[features]
default = []

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

[dependencies.bincode]
version = "2"
features = [
    "alloc",
    "serde",
]
default-features = false

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

[dependencies.moka]
version = "0.12"
features = ["future"]
default-features = false

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

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "net",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
default-features = false

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