[package] name = "bevy_prototype_networking_laminar" version = "0.1.0" authors = ["Noah Callaway "] edition = "2018" description = "This is a prototype of a networking crate for bevy. This create provides a low-level networking plugin built on top of laminar." license = "MIT" readme = "README.md" repository = "https://github.com/ncallaway/bevy_prototype_networking_laminar" homepage = "https://github.com/ncallaway/bevy_prototype_networking_laminar" keywords = ["game", "networking", "bevy", "laminar"] categories = ["bevy", "networking"] exclude = ["assets/**/*"] [dependencies] bevy = "0.1.3" bytes = "0.5.6" laminar = "0.3.2" [dev-dependencies] smallvec = "1.4.2" rand = "0.7" serde = "1.0.115" bincode = "1.3.1" serde_json = "1.0.57" [lib] name = "bevy_prototype_networking_laminar" path = "src/lib.rs" [[example]] name = "testbed" path = "examples/testbed/bin.rs" [[example]] name = "simple" path = "examples/simple.rs"