Remove authors field from Cargo.toml (#2521)

https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
This commit is contained in:
Taiki Endo
2021-11-23 10:09:06 +09:00
parent b4e550c6d0
commit 1380297461
15 changed files with 0 additions and 15 deletions
-1
View File
@@ -2,7 +2,6 @@
name = "futures-example-functional"
edition = "2018"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false
[dependencies]
-1
View File
@@ -2,7 +2,6 @@
name = "futures-example-imperative"
edition = "2018"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false
[dependencies]
-1
View File
@@ -3,7 +3,6 @@ name = "futures-channel"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-core"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-executor"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-io"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-macro"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-sink"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-task"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-test"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Wim Looman <wim@nemo157.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures-util"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-1
View File
@@ -3,7 +3,6 @@ name = "futures"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
keywords = ["futures", "async", "future"]
-1
View File
@@ -1,7 +1,6 @@
[package]
name = "macro-reexport"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false
-1
View File
@@ -1,7 +1,6 @@
[package]
name = "macro-tests"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false
-1
View File
@@ -1,7 +1,6 @@
[package]
name = "no-std"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false