# 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.7.0" authors = ["FoxZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple HTTP client for Bevy" 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" doctest = false [[example]] name = "ipinfo" path = "examples/ipinfo.rs" [[example]] name = "typed" path = "examples/typed.rs" [[example]] name = "window" path = "examples/window.rs" [dependencies.bevy_app] version = "0.15.0" [dependencies.bevy_derive] version = "0.15.0" [dependencies.bevy_ecs] version = "0.15.0" features = ["multi_threaded"] [dependencies.bevy_hierarchy] version = "0.15.0" [dependencies.bevy_tasks] version = "0.15.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.15.0" features = [ "animation", "bevy_asset", "bevy_gilrs", "bevy_scene", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_window", "multi_threaded", "png", "hdr", "x11", "bevy_gizmos", "tonemapping_luts", "default_font", "webgl2", "sysinfo_plugin", ] default-features = false