# 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_ggrs" version = "0.16.0" authors = ["Georg Schuppe "] description = "Bevy plugin for the GGRS P2P rollback networking library" readme = "README.md" keywords = [ "gamedev", "networking", "ggpo", "rollback", "bevy", ] categories = [ "network-programming", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gschup/bevy_ggrs" [[example]] name = "box_game_p2p" path = "examples/box_game/box_game_p2p.rs" [[example]] name = "box_game_spectator" path = "examples/box_game/box_game_spectator.rs" [[example]] name = "box_game_synctest" path = "examples/box_game/box_game_synctest.rs" [[example]] name = "particles" path = "examples/stress_tests/particles.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.bytemuck] version = "1.7" features = ["derive"] [dependencies.ggrs] version = "0.10.2" features = ["sync-send"] [dependencies.instant] version = "0.1" optional = true [dependencies.log] version = "0.4" [dependencies.seahash] version = "4.1" [dev-dependencies.bevy] version = "0.14" default-features = true [dev-dependencies.clap] version = "4.4" features = ["derive"] [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_xoshiro] version = "0.6" [dev-dependencies.serde] version = "1.0.196" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serial_test] version = "2.0" [features] wasm-bindgen = [ "instant/wasm-bindgen", "ggrs/wasm-bindgen", ]