# 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 = "backroll" version = "0.6.0" authors = ["Hourai Teahouse Developers "] description = "A pure Rust async implementation of GGPO." readme = "README.md" license = "ISC" repository = "https://github.com/HouraiTeahouse/backroll-rs" [dependencies.async-channel] version = "1.6" [dependencies.backroll_transport] version = "0.2" [dependencies.bevy_tasks] version = "0.9" optional = true [dependencies.bincode] version = "1.3" [dependencies.bytemuck] version = "1.5" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.futures-timer] version = "3.0" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.varinteger] version = "1.0" [features] bevy = ["bevy_tasks"] default = ["bevy"]