From 07dcc4f7fee819a02c849cbf96b167373096af9f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 19 Jul 2023 13:44:55 -0700 Subject: [PATCH] Remove unneeded 'include' Cargo.toml entries --- precompiled/serde_derive/Cargo.toml | 2 +- serde/Cargo.toml | 1 - serde_derive/Cargo.toml | 1 - serde_derive_internals/Cargo.toml | 2 +- serde_test/Cargo.toml | 1 - 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/precompiled/serde_derive/Cargo.toml b/precompiled/serde_derive/Cargo.toml index c67a76b0..19b4b180 100644 --- a/precompiled/serde_derive/Cargo.toml +++ b/precompiled/serde_derive/Cargo.toml @@ -7,7 +7,7 @@ description = "Precompiled implementation of #[derive(Serialize, Deserialize)]" documentation = "https://serde.rs/derive.html" edition = "2015" homepage = "https://serde.rs" -include = ["serde_derive", "src"] +include = ["serde_derive-x86_64-unknown-linux-gnu", "src"] keywords = ["serde", "serialization", "no_std", "derive"] license = "MIT OR Apache-2.0" repository = "https://github.com/serde-rs/serde" diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 84dad71f..a8b74b26 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -7,7 +7,6 @@ categories = ["encoding", "no-std", "no-std::no-alloc"] description = "A generic serialization/deserialization framework" documentation = "https://docs.rs/serde" homepage = "https://serde.rs" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization", "no_std"] license = "MIT OR Apache-2.0" readme = "crates-io.md" diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index 8eaff559..5e35d8fd 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -6,7 +6,6 @@ categories = ["no-std", "no-std::no-alloc"] description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" documentation = "https://serde.rs/derive.html" homepage = "https://serde.rs" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization", "no_std", "derive"] license = "MIT OR Apache-2.0" readme = "crates-io.md" diff --git a/serde_derive_internals/Cargo.toml b/serde_derive_internals/Cargo.toml index eb084af6..a019a516 100644 --- a/serde_derive_internals/Cargo.toml +++ b/serde_derive_internals/Cargo.toml @@ -4,8 +4,8 @@ version = "0.28.0" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] description = "AST representation used by Serde derive macros. Unstable." documentation = "https://docs.rs/serde_derive_internals" +exclude = ["build.rs"] homepage = "https://serde.rs" -include = ["lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization"] license = "MIT OR Apache-2.0" repository = "https://github.com/serde-rs/serde" diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index daa2605a..7ecca7e1 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -7,7 +7,6 @@ categories = ["development-tools::testing"] description = "Token De/Serializer for testing De/Serialize implementations" documentation = "https://docs.rs/serde_test" homepage = "https://serde.rs" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization", "testing", "dev-dependencies"] license = "MIT OR Apache-2.0" readme = "crates-io.md"