From 267794c0bc3e2c307536547e43c94b015c019d39 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 2 Jun 2022 10:20:20 -0700 Subject: [PATCH] Cargo.toml: Remove redundant settings that match the defaults --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 103f2a5cf..cad707232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,9 @@ edition = "2018" license = "Apache-2.0/MIT" repository = "https://github.com/async-rs/async-std" homepage = "https://async.rs" -documentation = "https://docs.rs/async-std" description = "Async version of the Rust standard library" keywords = ["async", "await", "future", "std", "task"] categories = ["asynchronous", "concurrency", "network-programming"] -readme = "README.md" [package.metadata.docs.rs] features = ["docs"]