Skip to content

Commit 07dcc4f

Browse files
committed
Remove unneeded 'include' Cargo.toml entries
1 parent b88052d commit 07dcc4f

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

precompiled/serde_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
77
documentation = "https://serde.rs/derive.html"
88
edition = "2015"
99
homepage = "https://serde.rs"
10-
include = ["serde_derive", "src"]
10+
include = ["serde_derive-x86_64-unknown-linux-gnu", "src"]
1111
keywords = ["serde", "serialization", "no_std", "derive"]
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/serde-rs/serde"

serde/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ categories = ["encoding", "no-std", "no-std::no-alloc"]
77
description = "A generic serialization/deserialization framework"
88
documentation = "https://docs.rs/serde"
99
homepage = "https://serde.rs"
10-
include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
1110
keywords = ["serde", "serialization", "no_std"]
1211
license = "MIT OR Apache-2.0"
1312
readme = "crates-io.md"

serde_derive/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ categories = ["no-std", "no-std::no-alloc"]
66
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
77
documentation = "https://serde.rs/derive.html"
88
homepage = "https://serde.rs"
9-
include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
109
keywords = ["serde", "serialization", "no_std", "derive"]
1110
license = "MIT OR Apache-2.0"
1211
readme = "crates-io.md"

serde_derive_internals/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.28.0" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
description = "AST representation used by Serde derive macros. Unstable."
66
documentation = "https://docs.rs/serde_derive_internals"
7+
exclude = ["build.rs"]
78
homepage = "https://serde.rs"
8-
include = ["lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
99
keywords = ["serde", "serialization"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/serde-rs/serde"

serde_test/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ categories = ["development-tools::testing"]
77
description = "Token De/Serializer for testing De/Serialize implementations"
88
documentation = "https://docs.rs/serde_test"
99
homepage = "https://serde.rs"
10-
include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
1110
keywords = ["serde", "serialization", "testing", "dev-dependencies"]
1211
license = "MIT OR Apache-2.0"
1312
readme = "crates-io.md"

0 commit comments

Comments
 (0)