[dependencies.tracing]
default-features = false
optional = true
version = "0.1"
[features]
default = []
tracing = ["dep:tracing"]
[lib]
name = "ombrac_macros"
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 over QUIC tunnel using Rust"
edition = "2024"
keywords = ["proxy", "firewall", "tcp", "quic"]
license = "Apache-2.0"
name = "ombrac-macros"
readme = "README.md"
repository = "https://github.com/ombrac/ombrac"
resolver = "2"
version = "0.7.2"