Update README and Cargo.toml about wasm
This commit is contained in:
@@ -3,12 +3,12 @@ name = "reqwest"
|
|||||||
version = "0.10.3" # remember to update html_root_url
|
version = "0.10.3" # remember to update html_root_url
|
||||||
description = "higher level HTTP client library"
|
description = "higher level HTTP client library"
|
||||||
keywords = ["http", "request", "client"]
|
keywords = ["http", "request", "client"]
|
||||||
|
categories = ["web-programming::http-client", "wasm"]
|
||||||
repository = "https://github.com/seanmonstar/reqwest"
|
repository = "https://github.com/seanmonstar/reqwest"
|
||||||
documentation = "https://docs.rs/reqwest"
|
documentation = "https://docs.rs/reqwest"
|
||||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["web-programming::http-client"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
autotests = true
|
autotests = true
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ An ergonomic, batteries-included HTTP Client for Rust.
|
|||||||
- HTTP Proxies
|
- HTTP Proxies
|
||||||
- HTTPS via system-native TLS (or optionally, rustls)
|
- HTTPS via system-native TLS (or optionally, rustls)
|
||||||
- Cookie Store
|
- Cookie Store
|
||||||
|
- WASM
|
||||||
- [Changelog](CHANGELOG.md)
|
- [Changelog](CHANGELOG.md)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user