# 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 = "renet" version = "0.0.16" authors = ["Lucas Poffo "] description = "Server/Client network library for multiplayer games with authentication and connection management" readme = "README.md" keywords = [ "gamedev", "networking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lucaspoffo/renet" [dependencies.bevy_ecs] version = "0.14" optional = true [dependencies.bytes] version = "1.1" [dependencies.log] version = "0.4.17" [dependencies.octets] version = "0.3" [dependencies.renetcode] version = "0.0.12" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.env_logger] version = "0.11" [features] bevy = ["dep:bevy_ecs"] default = ["transport"] serde = ["dep:serde"] transport = ["dep:renetcode"]