File tree Expand file tree Collapse file tree 15 files changed +0
-15
lines changed Expand file tree Collapse file tree 15 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 2
2
name = " futures-example-functional"
3
3
edition = " 2018"
4
4
version = " 0.1.0"
5
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
6
5
publish = false
7
6
8
7
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " futures-example-imperative"
3
3
edition = " 2018"
4
4
version = " 0.1.0"
5
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
6
5
publish = false
7
6
8
7
[dependencies ]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-channel"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.45"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-core"
3
3
version = " 1.0.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.36"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-executor"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.45"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-io"
3
3
version = " 0.3.17"
4
4
edition = " 2018"
5
5
rust-version = " 1.36"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-macro"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.45"
6
- authors = [" Taylor Cramer <cramertj@google.com>" , " Taiki Endo <te316e89@gmail.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-sink"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.36"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-task"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.36"
6
- authors = [" Alex Crichton <alex@alexcrichton.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "futures-test"
3
3
version = " 0.4.0-alpha.0"
4
4
edition = " 2018"
5
5
rust-version = " 1.45"
6
- authors = [" Wim Looman <wim@nemo157.com>" ]
7
6
license = " MIT OR Apache-2.0"
8
7
repository = " https://github.com/rust-lang/futures-rs"
9
8
homepage = " https://rust-lang.github.io/futures-rs"
You can’t perform that action at this time.
0 commit comments