ruknet 0.1.2

The perfect reimplementation of the RakNet protocol in Rust
Documentation
[dependencies.bytes]
version = "1.10.0"

[dependencies.crossbeam-queue]
version = "0.3.12"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[features]
debug = []
default = []
udt = []

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

[package]
authors = ["Mirucow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The perfect reimplementation of the RakNet protocol in Rust"
documentation = "https://docs.rs/ruknet"
edition = "2021"
homepage = "https://github.com/StudioGrails/ruknet"
license = "MIT"
name = "ruknet"
readme = "README.md"
repository = "https://github.com/StudioGrails/ruknet"
version = "0.1.2"

[[test]]
name = "big_message"
path = "tests/big_message.rs"

[[test]]
name = "connect"
path = "tests/connect.rs"

[[test]]
name = "hello_world"
path = "tests/hello_world.rs"

[[test]]
name = "ping"
path = "tests/ping.rs"

[[test]]
name = "ping_res"
path = "tests/ping_res.rs"