# 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 = "bones_ggrs" version = "0.10.1-patch.1" authors = ["Georg Schuppe "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "bones_ggrs" path = "src/lib.rs" [[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" [[test]] name = "debug_socket" path = "tests/debug_socket.rs" [[test]] name = "stubs" path = "tests/stubs.rs" [[test]] name = "stubs_enum" path = "tests/stubs_enum.rs" [[test]] name = "test_p2p_session" path = "tests/test_p2p_session.rs" [[test]] name = "test_p2p_spectator_session" path = "tests/test_p2p_spectator_session.rs" [[test]] name = "test_synctest_session" path = "tests/test_synctest_session.rs" [[test]] name = "test_synctest_session_enum" path = "tests/test_synctest_session_enum.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"