fetch-js 1.0.0-alpha.1

A fetch API implementation in Rust
Documentation
[dependencies.tokio]
features = ["full"]
optional = true
version = "^1.43.0"

[features]
tokio-fetch = ["tokio"]

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

[package]
authors = ["Alex Chen <m.ac.alexchen@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fetch API implementation in Rust"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
name = "fetch-js"
readme = "README.md"
repository = "https://github.com/acalexchen/fetch-js"
version = "1.0.0-alpha.1"