# 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 = "bevy_renet" version = "0.0.12" description = "Bevy plugin for the renet crate: 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" [[example]] name = "simple" required-features = [ "serde", "transport", ] [dependencies.bevy] version = "0.14" default-features = false [dependencies.renet] version = "0.0.16" features = ["bevy"] default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_pbr", "x11", "tonemapping_luts", "ktx2", "zstd", ] default-features = false [dev-dependencies.bincode] version = "1.3" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["transport"] serde = ["renet/serde"] transport = ["renet/transport"]