bevy_remote_wasm 0.1.0

Wasm transport for the Bevy Remote Protocol
Documentation
# 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 = "2024"
name = "bevy_remote_wasm"
version = "0.1.0"
build = "build.rs"
exclude = [
    "bevy-remote-wasm-types/node_modules",
    "bevy-remote-wasm-types/package-lock.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasm transport for the Bevy Remote Protocol"
readme = "README.md"
keywords = [
    "bevy",
    "wasm",
    "webassembly",
]
categories = [
    "wasm",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/splo/bevy_remote_wasm"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]

[lib]
name = "bevy_remote_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "cube"
path = "examples/cube.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-channel]
version = "2"

[dependencies.bevy_app]
version = "0.18"
default-features = false

[dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dependencies.bevy_platform]
version = "0.18"
features = [
    "std",
    "serialize",
]
default-features = false

[dependencies.bevy_remote]
version = "0.18"
default-features = false

[dependencies.js-sys]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2.108"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.bevy]
version = "0.18"

[dev-dependencies.bevy_remote]
version = "0.18"
default-features = false

[dev-dependencies.wasm-bindgen-test]
version = "0.3"