# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rechannel" version = "0.0.7" authors = ["Lucas Poffo "] description = "Server/Client network library for reliable communication channels in multiplayer games" readme = "README.md" keywords = [ "gamedev", "networking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lucaspoffo/renet" [dependencies.bincode] version = "1.3.1" [dependencies.bytes] version = "1.1" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5"