# 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" rust-version = "1.76" name = "lightyear_examples_common" version = "0.17.1" authors = ["Charles Bournhonesque "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Common harness for the lightyear examples" readme = "README.md" keywords = [ "bevy", "multiplayer", "networking", "netcode", "gamedev", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cBournhonesque/lightyear" [lib] name = "lightyear_examples_common" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" features = [] [dependencies.async-compat] version = "0.2.3" [dependencies.bevy] version = "0.14" features = [ "multi_threaded", "bevy_state", "serialize", ] default-features = true [dependencies.bevy-inspector-egui] version = "0.25" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.lightyear] version = "0.17.1" features = [ "steam", "webtransport", "websocket", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.201" features = ["derive"]