bevy_http_client 0.11.0

A simple HTTP client for 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_http_client"
version = "0.11.0"
authors = ["FoxZoOL <zhooul@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple HTTP client for Bevy"
homepage = "https://crates.io/crates/bevy_http_client"
documentation = "https://docs.rs/bevy_http_client"
readme = "README.md"
keywords = [
    "bevy",
    "http",
    "plugin",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/foxzool/bevy_http_client"

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

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

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

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

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

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

[dependencies.bevy_app]
version = "0.19.0"

[dependencies.bevy_derive]
version = "0.19.0"

[dependencies.bevy_ecs]
version = "0.19.0"
features = ["multi_threaded"]

[dependencies.bevy_log]
version = "0.19.0"

[dependencies.bevy_tasks]
version = "0.19.0"

[dependencies.crossbeam-channel]
version = "0.5.11"

[dependencies.ehttp]
version = "0.5.0"
features = [
    "native-async",
    "json",
]

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.bevy]
version = "0.19.0"
features = [
    "bevy_asset",
    "bevy_gilrs",
    "bevy_scene",
    "bevy_winit",
    "bevy_core_pipeline",
    "bevy_pbr",
    "bevy_gltf",
    "bevy_render",
    "bevy_sprite",
    "bevy_sprite_render",
    "bevy_text",
    "bevy_ui",
    "bevy_ui_render",
    "bevy_window",
    "bevy_log",
    "multi_threaded",
    "zstd_rust",
    "png",
    "hdr",
    "x11",
    "bevy_gizmos",
    "tonemapping_luts",
    "default_font",
    "webgl2",
    "sysinfo_plugin",
]
default-features = false