# 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_veilid" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build turn-based p2p games with Veilid " readme = "README.md" keywords = [ "veilid", "bevy", "p2p", "turnbased", ] license = "Apache-2.0" repository = "https://github.com/stillonearth/bevy_veilid" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_veilid" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.bevy] version = "0.14" [dependencies.bevy_app] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.copypasta] version = "0.10" [dependencies.futures] version = "0.3.29" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt", "sync", ] [dependencies.uuid] version = "1.5.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.veilid_duplex] version = "0.2.1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["Clipboard"] [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_core_pipeline", "bevy_asset", "bevy_render", "bevy_winit", "x11", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["time"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1" features = ["rt-multi-thread"]