diff --git a/serde/Cargo.toml b/serde/Cargo.toml index a2efb2631..c13741897 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -2,17 +2,17 @@ name = "serde" version = "1.0.140" # remember to update html_root_url and serde_derive dependency authors = ["Erick Tryzelaar ", "David Tolnay "] -rust-version = "1.13" -license = "MIT OR Apache-2.0" +build = "build.rs" +categories = ["encoding"] description = "A generic serialization/deserialization framework" -homepage = "https://serde.rs" -repository = "https://github.com/serde-rs/serde" documentation = "https://docs.serde.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"] -categories = ["encoding"] +license = "MIT OR Apache-2.0" readme = "crates-io.md" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] -build = "build.rs" +repository = "https://github.com/serde-rs/serde" +rust-version = "1.13" [dependencies] serde_derive = { version = "=1.0.140", optional = true, path = "../serde_derive" } diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index 333c7f27d..06e0557f5 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -2,15 +2,15 @@ name = "serde_derive" version = "1.0.140" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] -rust-version = "1.31" -license = "MIT OR Apache-2.0" description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" -homepage = "https://serde.rs" -repository = "https://github.com/serde-rs/serde" 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"] +license = "MIT OR Apache-2.0" readme = "crates-io.md" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] +repository = "https://github.com/serde-rs/serde" +rust-version = "1.31" [features] default = [] diff --git a/serde_derive_internals/Cargo.toml b/serde_derive_internals/Cargo.toml index b5f85fde2..f84a3f52d 100644 --- a/serde_derive_internals/Cargo.toml +++ b/serde_derive_internals/Cargo.toml @@ -2,14 +2,14 @@ name = "serde_derive_internals" version = "0.26.0" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] -rust-version = "1.31" -license = "MIT OR Apache-2.0" description = "AST representation used by Serde derive macros. Unstable." -homepage = "https://serde.rs" -repository = "https://github.com/serde-rs/serde" documentation = "https://docs.rs/serde_derive_internals" -keywords = ["serde", "serialization"] +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" +rust-version = "1.31" [lib] path = "lib.rs" diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index b2253b08e..0c93f2607 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -2,16 +2,16 @@ name = "serde_test" version = "1.0.140" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] -rust-version = "1.13" -license = "MIT OR Apache-2.0" +build = "build.rs" description = "Token De/Serializer for testing De/Serialize implementations" -homepage = "https://serde.rs" -repository = "https://github.com/serde-rs/serde" documentation = "https://docs.serde.rs/serde_test/" +homepage = "https://serde.rs" +include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization"] +license = "MIT OR Apache-2.0" readme = "crates-io.md" -include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] -build = "build.rs" +repository = "https://github.com/serde-rs/serde" +rust-version = "1.13" [dependencies] serde = { version = "1.0.60", path = "../serde" } diff --git a/test_suite/Cargo.toml b/test_suite/Cargo.toml index adf0e0fbb..3e2aaefb0 100644 --- a/test_suite/Cargo.toml +++ b/test_suite/Cargo.toml @@ -2,9 +2,9 @@ name = "serde_test_suite" version = "0.0.0" authors = ["Erick Tryzelaar ", "David Tolnay "] +build = "build.rs" edition = "2018" publish = false -build = "build.rs" [features] expandtest = []