# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_prototype_networking_laminar" version = "0.1.0" authors = ["Noah Callaway "] exclude = ["assets/**/*"] description = "This is a prototype of a networking crate for bevy. This create provides a low-level networking plugin built on top of laminar." homepage = "https://github.com/ncallaway/bevy_prototype_networking_laminar" readme = "README.md" keywords = ["game", "networking", "bevy", "laminar"] categories = ["bevy", "networking"] license = "MIT" repository = "https://github.com/ncallaway/bevy_prototype_networking_laminar" [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" [dependencies.bevy] version = "0.1.3" [dependencies.bytes] version = "0.5.6" [dependencies.laminar] version = "0.3.2" [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde] version = "1.0.115" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.smallvec] version = "1.4.2"