# 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_defer_http" version = "0.0.4" authors = ["Mincong Lu "] description = """ Hyper based http utilies for bevy_defer. """ readme = "README.md" keywords = [ "bevy", "async", "defer", "client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/bevy_defer" [dependencies.async-io] version = "2.3.2" [dependencies.bevy_defer] version = "0.12" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.2.0" features = [ "http1", "client", ] [dependencies.smol-hyper] version = "0.1.1" features = ["async-io"] default-features = false [dependencies.thiserror] version = "1.0.58" [dev-dependencies.bevy] version = "0.14.0" [features]