[package]
edition = "2024"
name = "ombrac-macros"
version = "0.7.4"
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 = []
tracing = ["dep:tracing"]
[lib]
name = "ombrac_macros"
path = "src/lib.rs"
[dependencies.tracing]
version = "0.1"
optional = true
default-features = false
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(nightly)"]