Skip to content

Commit c496b11

Browse files
committed
1 parent 97ede01 commit c496b11

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 <[email protected]>"]
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 <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
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 = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
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 <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Taylor Cramer <[email protected]>", "Taiki Endo <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
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.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Wim Looman <[email protected]>"]
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-util/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-util"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
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/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
readme = "../README.md"
98
keywords = ["futures", "async", "future"]

futures/tests/macro-reexport/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "macro-reexport"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

futures/tests/macro-tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "macro-tests"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

futures/tests/no-std/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "no-std"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

0 commit comments

Comments
 (0)