# 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 = "2018" name = "crystalorb-bevy-networking-turbulence" version = "0.3.0" authors = ["Ernest Wong "] description = "bevy_networking_turbulence integration for CrystalOrb" readme = "README.markdown" keywords = ["netcode"] categories = ["games", "simulation"] license = "Apache-2.0" repository = "https://github.com/ErnWong/crystalorb" [dependencies.bevy_app] version = "0.5" [dependencies.bevy_core] version = "0.5" [dependencies.bevy_ecs] version = "0.5" [dependencies.bevy_networking_turbulence] version = "0.3.0" default-features = false [dependencies.crystalorb] version = "0.3.0" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.turbulence] version = "0.3" [dev-dependencies.bevy] version = "0.5" default-features = false [features] default = ["use-udp"] use-udp = ["bevy_networking_turbulence/use-udp"] use-webrtc = ["bevy_networking_turbulence/use-webrtc"]