# 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.7.0" build = false exclude = [ "assets/", ".github/", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simplified game networking" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/edouardpoitras/bevy_client_server_events" [profile.dev.package."*"] opt-level = 3 debug = 0 debug-assertions = false overflow-checks = false [profile.release] lto = "thin" [lib] name = "bevy_client_server_events" path = "src/lib.rs" [[example]] name = "chat" path = "examples/chat.rs" [[example]] name = "features" path = "examples/features.rs" [[example]] name = "ping" path = "examples/ping.rs" [dependencies.bevy] version = "0.14" [dependencies.bevy_renet] version = "0.0.12" [dependencies.bincode] version = "2.0.0-rc.3" features = ["serde"] [dependencies.paste] version = "1.0" [dependencies.renet] version = "0.0.16" [dependencies.serde] version = "1.0"