# 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_client_server_events" version = "0.6.0" exclude = [ "assets/", ".github/", ".gitignore", ] description = "Simplified game networking" readme = "README.md" categories = [ "networking", "game", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/edouardpoitras/bevy_client_server_events" [profile.dev.package."*"] opt-level = 3 debug = false debug-assertions = false overflow-checks = false [profile.release] lto = "thin" [dependencies.bevy] version = "0.12" [dependencies.bevy_renet] version = "0.0.10" [dependencies.bincode] version = "2.0.0-rc.3" features = ["serde"] [dependencies.paste] version = "1.0" [dependencies.renet] version = "0.0.14" [dependencies.serde] version = "1.0"