mirror of
https://github.com/openharmony/third_party_rust_futures-rs.git
synced 2026-06-30 21:47:57 -04:00
Remove authors field from Cargo.toml (#2521)
https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
name = "futures-example-functional"
|
||||
edition = "2018"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
name = "futures-example-imperative"
|
||||
edition = "2018"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,7 +1,6 @@
|
||||
[package]
|
||||
name = "macro-reexport"
|
||||
version = "0.1.0"
|
||||
authors = ["Taiki Endo <te316e89@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "macro-tests"
|
||||
version = "0.1.0"
|
||||
authors = ["Taiki Endo <te316e89@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "no-std"
|
||||
version = "0.1.0"
|
||||
authors = ["Taiki Endo <te316e89@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user