Skip to content

Commit ce890c8

Browse files
committed
Remove metadata from test crates
1 parent b586cb5 commit ce890c8

File tree

32 files changed

+0
-301
lines changed

32 files changed

+0
-301
lines changed

tests/ambiguous_methods/Cargo.toml

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/compression/Cargo.toml

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/default_stubs/Cargo.toml

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/extern_path/uuid/Cargo.toml

Lines changed: 0 additions & 2 deletions
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

0 commit comments

Comments
 (0)