# 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 = "ggrs" version = "0.10.2" authors = ["Georg Schuppe "] description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!" readme = "README.md" keywords = [ "gamedev", "networking", "ggpo", "rollback", ] categories = [ "network-programming", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gschup/ggrs" [[example]] name = "ex_game_p2p" path = "examples/ex_game/ex_game_p2p.rs" [[example]] name = "ex_game_spectator" path = "examples/ex_game/ex_game_spectator.rs" [[example]] name = "ex_game_synctest" path = "examples/ex_game/ex_game_synctest.rs" [dependencies.bincode] version = "1.3" [dependencies.bitfield-rle] version = "0.2.1" [dependencies.bytemuck] version = "1.9" features = ["derive"] [dependencies.getrandom] version = "0.2" optional = true [dependencies.instant] version = "0.1" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.macroquad] version = "0.3.10" [dev-dependencies.serial_test] version = "0.5" [dev-dependencies.structopt] version = "0.3" [features] sync-send = [] wasm-bindgen = [ "instant/wasm-bindgen", "getrandom/js", ] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3"