[[bench]]
harness = false
name = "throughput"
path = "benches/throughput.rs"
[dependencies.atomic-instant]
version = "0.1.1"
[dependencies.bitflags]
version = "1.3.2"
[dependencies.bytes]
version = "1.2.1"
[dependencies.futures]
version = "0.3.25"
[dependencies.log]
version = "0.4.17"
[dependencies.parking_lot]
version = "0.12.1"
[dependencies.tokio]
features = ["net", "macros", "rt-multi-thread", "time", "io-util", "sync"]
version = "1.21.2"
[dependencies.tracing]
version = "0.1.37"
[dependencies.udx-udp]
version = "0.2.0"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.4.0"
[dev-dependencies.pretty-bytes]
version = "0.2.2"
[dev-dependencies.tracing-subscriber]
version = "0.3.16"
[[example]]
name = "bench"
path = "examples/bench.rs"
[[example]]
name = "multi_stream"
path = "examples/multi_stream.rs"
[[example]]
name = "rw"
path = "examples/rw.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[features]
default = []
lock_tracking = []
[lib]
name = "udx"
path = "src/lib.rs"
[package]
authors = ["Franz Heinzmann (Frando) <frando@unbiskant.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "Rust port of libudx, a protocol for reliable, multiplex, and congestion controlled streams over udp"
documentation = "https://docs.rs/udx"
edition = "2024"
keywords = ["udx", "p2p", "udp", "protocol"]
license = "MIT OR Apache-2.0"
name = "udx"
readme = "README.md"
repository = "https://github.com/datrs/async-udx"
version = "0.2.0"
[[test]]
name = "socket"
path = "tests/socket.rs"
[[test]]
name = "stream"
path = "tests/stream.rs"