diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index cdc1d3a6e..9d58274b9 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -3,8 +3,6 @@ name = "codegen" authors = ["Lucio Franco "] license = "MIT" edition = "2021" -publish = false -version = "0.1.0" [dependencies] protox = "0.7" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index cd38e331b..9116710fc 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "examples" -publish = false -version = "0.1.0" [[bin]] name = "helloworld-server" diff --git a/interop/Cargo.toml b/interop/Cargo.toml index 18d029277..0ae949f76 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "interop" -publish = false -version = "0.1.0" [[bin]] name = "client" diff --git a/tests/ambiguous_methods/Cargo.toml b/tests/ambiguous_methods/Cargo.toml index a9e64cf94..53b282153 100644 --- a/tests/ambiguous_methods/Cargo.toml +++ b/tests/ambiguous_methods/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Yonathan Randolph "] edition = "2021" license = "MIT" name = "ambiguous_methods" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/compression/Cargo.toml b/tests/compression/Cargo.toml index f9ecf1590..31ac8c60b 100644 --- a/tests/compression/Cargo.toml +++ b/tests/compression/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "compression" -publish = false -version = "0.1.0" [dependencies] bytes = "1" diff --git a/tests/default_stubs/Cargo.toml b/tests/default_stubs/Cargo.toml index 278f36029..9a786f116 100644 --- a/tests/default_stubs/Cargo.toml +++ b/tests/default_stubs/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Jordan Singh "] edition = "2021" license = "MIT" name = "default_stubs" -publish = false -version = "0.1.0" [dependencies] tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]} diff --git a/tests/deprecated_methods/Cargo.toml b/tests/deprecated_methods/Cargo.toml index 67caa17f4..86a530e0b 100644 --- a/tests/deprecated_methods/Cargo.toml +++ b/tests/deprecated_methods/Cargo.toml @@ -2,8 +2,6 @@ name = "deprecated_methods" edition = "2021" license = "MIT" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/disable_comments/Cargo.toml b/tests/disable_comments/Cargo.toml index ac75b2d22..00339be4b 100644 --- a/tests/disable_comments/Cargo.toml +++ b/tests/disable_comments/Cargo.toml @@ -3,8 +3,6 @@ authors = ["bouzuya "] edition = "2021" license = "MIT" name = "disable-comments" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/extern_path/my_application/Cargo.toml b/tests/extern_path/my_application/Cargo.toml index ade632181..b3ce30e8f 100644 --- a/tests/extern_path/my_application/Cargo.toml +++ b/tests/extern_path/my_application/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Danny Hua "] edition = "2021" license = "MIT" name = "my_application" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/extern_path/uuid/Cargo.toml b/tests/extern_path/uuid/Cargo.toml index e32c3b5cb..e8561af95 100644 --- a/tests/extern_path/uuid/Cargo.toml +++ b/tests/extern_path/uuid/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Danny Hua "] edition = "2021" license = "MIT" name = "uuid1" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/included_service/Cargo.toml b/tests/included_service/Cargo.toml index 2c63a3310..5d69bd3a8 100644 --- a/tests/included_service/Cargo.toml +++ b/tests/included_service/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "included_service" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/integration_tests/Cargo.toml b/tests/integration_tests/Cargo.toml index 04899ab7a..166f52df8 100644 --- a/tests/integration_tests/Cargo.toml +++ b/tests/integration_tests/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "integration-tests" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/root-crate-path/Cargo.toml b/tests/root-crate-path/Cargo.toml index f52a04403..ab0b2df1e 100644 --- a/tests/root-crate-path/Cargo.toml +++ b/tests/root-crate-path/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "root-crate-path" -publish = false -version = "0.1.0" [dependencies] prost = "0.13" diff --git a/tests/same_name/Cargo.toml b/tests/same_name/Cargo.toml index 019f1abd4..9929d4fed 100644 --- a/tests/same_name/Cargo.toml +++ b/tests/same_name/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "same_name" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/service_named_result/Cargo.toml b/tests/service_named_result/Cargo.toml index aa719faff..593f116d4 100644 --- a/tests/service_named_result/Cargo.toml +++ b/tests/service_named_result/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "service_named_result" -version = "0.1.0" edition = "2021" -publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/service_named_service/Cargo.toml b/tests/service_named_service/Cargo.toml index 10d5f5796..331b34aad 100644 --- a/tests/service_named_service/Cargo.toml +++ b/tests/service_named_service/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "service_named_service" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/skip_debug/Cargo.toml b/tests/skip_debug/Cargo.toml index 7013b598e..e1a2a20da 100644 --- a/tests/skip_debug/Cargo.toml +++ b/tests/skip_debug/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Andrew Yuan "] edition = "2021" license = "MIT" name = "skip_debug" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/stream_conflict/Cargo.toml b/tests/stream_conflict/Cargo.toml index bed5e048f..20ef202c8 100644 --- a/tests/stream_conflict/Cargo.toml +++ b/tests/stream_conflict/Cargo.toml @@ -2,8 +2,6 @@ authors = ["Ben Sully "] edition = "2021" name = "stream_conflict" -publish = false -version = "0.1.0" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/use_arc_self/Cargo.toml b/tests/use_arc_self/Cargo.toml index 48e69e6dc..5bdd492f7 100644 --- a/tests/use_arc_self/Cargo.toml +++ b/tests/use_arc_self/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Aurimas Blažulionis "] edition = "2021" license = "MIT" name = "use_arc_self" -publish = false -version = "0.1.0" [dependencies] tokio-stream = "0.1" diff --git a/tests/web/Cargo.toml b/tests/web/Cargo.toml index 73d3f0d8d..b1e09d612 100644 --- a/tests/web/Cargo.toml +++ b/tests/web/Cargo.toml @@ -2,8 +2,6 @@ authors = ["Juan Alvarez "] edition = "2021" name = "test_web" -publish = false -version = "0.1.0" license = "MIT" [dependencies] diff --git a/tests/wellknown-compiled/Cargo.toml b/tests/wellknown-compiled/Cargo.toml index e637b350c..247dc097c 100644 --- a/tests/wellknown-compiled/Cargo.toml +++ b/tests/wellknown-compiled/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "wellknown-compiled" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/wellknown/Cargo.toml b/tests/wellknown/Cargo.toml index 3cbd15e74..3bf0edfdb 100644 --- a/tests/wellknown/Cargo.toml +++ b/tests/wellknown/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Lucio Franco "] edition = "2021" license = "MIT" name = "wellknown" -publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html