|
|
@ -13,6 +13,7 @@ documentation = "https://docs.rs/async-std"
|
|
|
|
description = "Async version of the Rust standard library"
|
|
|
|
description = "Async version of the Rust standard library"
|
|
|
|
keywords = ["async", "await", "future", "std", "task"]
|
|
|
|
keywords = ["async", "await", "future", "std", "task"]
|
|
|
|
categories = ["asynchronous", "concurrency", "network-programming"]
|
|
|
|
categories = ["asynchronous", "concurrency", "network-programming"]
|
|
|
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
features = ["docs"]
|
|
|
|
features = ["docs"]
|
|
|
|