# 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 = "teahttp" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a http client for wasm" homepage = "https://github.com/hUwUtao/teahttp" readme = "README.md" keywords = [ "web", "http", "wasm", ] license = "MIT" repository = "https://github.com/hUwUtao/teahttp" [lib] name = "teahttp" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "one" path = "examples/one.rs" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.70" features = [ "Headers", "Request", "RequestInit", "Response", "Window", "WorkerGlobalScope", ] default-features = false [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [features] default = ["std"] std = []