# 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_replicon_quinnet" version = "0.5.0" build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Integration with bevy_quinnet for bevy_replicon" documentation = "https://docs.rs/bevy_replicon_quinnet" readme = "README.md" keywords = [ "gamedev", "networking", "quic", "bevy", "plugin", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Henauxg/bevy_quinnet" [lib] name = "bevy_replicon_quinnet" path = "src/lib.rs" [[example]] name = "simple_box" path = "examples/simple_box.rs" [[example]] name = "tic_tac_toe" path = "examples/tic_tac_toe.rs" [[test]] name = "transport" path = "tests/transport.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.bevy_quinnet] version = "0.10.0" default-features = false [dependencies.bevy_replicon] version = "0.28" default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_text", "bevy_ui", "bevy_state", "bevy_gizmos", "x11", "default_font", "bevy_scene", "bevy_pbr", "ktx2", "zstd", ] default-features = false [dev-dependencies.clap] version = "4.1" features = ["derive"] [dev-dependencies.serde] version = "1.0" [features] client = [ "bevy_replicon/client", "bevy_quinnet/client", ] default = [ "client", "server", "shared-client-id", ] server = [ "bevy_replicon/server", "bevy_quinnet/server", ] shared-client-id = ["bevy_quinnet/shared-client-id"]