ombrac-macros 0.7.4

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-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)"]