[package]
edition = "2021"
name = "enet-rust"
version = "0.1.0"
authors = ["Molth Nevin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance pure safe-rust enet implementation."
documentation = "https://github.com/lsalzman/enet"
readme = "README.md"
keywords = [
"enet",
"networking",
"reliable",
"udp",
"protocol",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/Molth/enet-rust"
[lib]
name = "enet_rust"
path = "src/lib.rs"
[dependencies]