Skip to content

Commit d0f07bd

Browse files
authored
1 parent 9f73b8d commit d0f07bd

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

examples/functional/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "futures-example-functional"
33
edition = "2018"
44
version = "0.1.0"
5-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
65
publish = false
76

87
[dependencies]

examples/imperative/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "futures-example-imperative"
33
edition = "2018"
44
version = "0.1.0"
5-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
65
publish = false
76

87
[dependencies]

futures-channel/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-channel"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-core"
33
version = "1.0.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-executor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-executor"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-io/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-io"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-macro/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-macro"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-sink/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-sink"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-task/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-task"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

futures-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-test"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Wim Looman <wim@nemo157.com>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

0 commit comments

Comments
 (0)