[dependencies.bevy]
default-features = false
features = ["bevy_log", "multi_threaded", "bevy_asset"]
version = "0.17"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.ehttp]
features = ["native-async"]
version = "0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.bevy]
version = "0.17"
[[example]]
name = "image"
path = "examples/image.rs"
[[example]]
name = "ipinfo"
path = "examples/ipinfo.rs"
[[example]]
name = "typed"
path = "examples/typed.rs"
[features]
asset_loading = []
default = ["asset_loading"]
response_as_component = []
[lib]
name = "bevy_ehttp"
path = "src/lib.rs"
[package]
authors = ["Piotr Siuszko <siuszko@zoho.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A ehttp client plugin for Bevy"
edition = "2024"
keywords = ["bevy", "http", "ehttp", "plugin"]
license = "MIT OR Apache-2.0"
name = "bevy_ehttp"
readme = "README.md"
repository = "https://github.com/Leinnan/bevy_ehttp"
version = "0.6.0"