Skip to content

Commit d26ad5a

Browse files
committed
Remove metadata from test crates
1 parent 77f8320 commit d26ad5a

File tree

32 files changed

+0
-301
lines changed

32 files changed

+0
-301
lines changed

tests/ambiguous_methods/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Yonathan Randolph <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "ambiguous_methods"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/ambiguous_methods/LICENSE

-19
This file was deleted.

tests/compression/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "compression"
65
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
bytes = "1"

tests/compression/LICENSE

-19
This file was deleted.

tests/default_stubs/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Jordan Singh <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "default_stubs"
65
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}

tests/deprecated_methods/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "deprecated_methods"
33
edition = "2021"
4-
license = "MIT"
54
publish = false
6-
version = "0.1.0"
75

86
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
97

tests/disable_comments/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["bouzuya <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "disable-comments"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/extern_path/my_application/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Danny Hua <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "my_application"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/extern_path/my_application/LICENSE

-19
This file was deleted.

tests/extern_path/uuid/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Danny Hua <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "uuid1"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/extern_path/uuid/LICENSE

-19
This file was deleted.

tests/included_service/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "included_service"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/included_service/LICENSE

-19
This file was deleted.

tests/integration_tests/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "integration-tests"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/integration_tests/LICENSE

-19
This file was deleted.

tests/root-crate-path/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "root-crate-path"
65
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
prost = "0.13"

tests/root-crate-path/LICENSE

-19
This file was deleted.

tests/same_name/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "same_name"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/same_name/LICENSE

-19
This file was deleted.

tests/service_named_result/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "service_named_result"
3-
version = "0.1.0"
43
edition = "2021"
54
publish = false
65

tests/service_named_result/LICENSE

-19
This file was deleted.

tests/service_named_service/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "service_named_service"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/service_named_service/LICENSE

-19
This file was deleted.

tests/skip_debug/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Andrew Yuan <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "skip_debug"
65
publish = false
7-
version = "0.1.0"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/stream_conflict/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Ben Sully <[email protected]>"]
33
edition = "2021"
44
name = "stream_conflict"
55
publish = false
6-
version = "0.1.0"
7-
license = "MIT"
86

97
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108

tests/stream_conflict/LICENSE

-19
This file was deleted.

tests/use_arc_self/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
authors = ["Aurimas Blažulionis <[email protected]>"]
33
edition = "2021"
4-
license = "MIT"
54
name = "use_arc_self"
65
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
tokio-stream = "0.1"

0 commit comments

Comments
 (0)