bevy_webgate 0.2.1

A web server integration for the Bevy game engine that allows you to easily append a webserver to Bevy.
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 = "2021"
name = "bevy_webgate"
version = "0.2.1"
authors = [
    "Mikhail Ziablitskii <aggyomfg@yandex.com>",
    "Malek <pocmalek@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A web server integration for the Bevy game engine that allows you to easily append a webserver to Bevy."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aggyomfg/bevy_webgate"

[lib]
name = "bevy_webgate"
path = "src/lib.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.async-executor]
version = "1.13.1"

[dependencies.async-io]
version = "2.4.0"

[dependencies.axum]
version = "0.8.1"

[dependencies.bevy_app]
version = "0.17"

[dependencies.bevy_defer]
version = "0.15"
default-features = false

[dependencies.bevy_derive]
version = "0.17"

[dependencies.bevy_ecs]
version = "0.17"

[dependencies.bevy_log]
version = "0.17"

[dependencies.bevy_tasks]
version = "0.17"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.1.0"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1.10"

[dependencies.mime_guess]
version = "2.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.smol-hyper]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-http]
version = "0.6"

[dependencies.tower-service]
version = "0.3.3"

[dev-dependencies.bevy]
version = "0.17"
features = ["serialize"]

[dev-dependencies.maud]
version = "0.27.0"

[dev-dependencies.serde]
version = "1.0.217"
features = ["default"]

[dev-dependencies.serde_json]
version = "1.0.138"