diff --git a/Cargo.toml b/Cargo.toml index b49c3256..e2dcc109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ members = ["crates/*"] resolver = "2" [workspace.package] +homepage = "https://github.com/toml-rs/toml" +repository = "https://github.com/toml-rs/toml" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.64.0" # MSRV diff --git a/crates/serde_spanned/Cargo.toml b/crates/serde_spanned/Cargo.toml index b5538118..61d735de 100644 --- a/crates/serde_spanned/Cargo.toml +++ b/crates/serde_spanned/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "serde_spanned" version = "0.6.2" -readme = "README.md" keywords = ["serde", "span"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "Serde-compatible spanned Value" -repository = "https://github.com/toml-rs/toml" -homepage = "https://github.com/toml-rs/toml" -documentation = "https://docs.rs/serde_spanned" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/serde_toml/Cargo.toml b/crates/serde_toml/Cargo.toml index 9b6f2e51..f423a112 100644 --- a/crates/serde_toml/Cargo.toml +++ b/crates/serde_toml/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "serde_toml" version = "0.0.1" -readme = "README.md" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "See instead `toml`" -repository = "https://github.com/toml-rs/toml" -homepage = "https://github.com/toml-rs/toml" -documentation = "https://docs.rs/toml" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 5a46052c..279d2bd6 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "toml" version = "0.7.4" -readme = "README.md" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """ @@ -10,9 +9,8 @@ implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. """ authors = ["Alex Crichton "] -repository = "https://github.com/toml-rs/toml" -homepage = "https://github.com/toml-rs/toml" -documentation = "https://docs.rs/toml" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/toml_datetime/Cargo.toml b/crates/toml_datetime/Cargo.toml index 01a2f005..767d01d4 100644 --- a/crates/toml_datetime/Cargo.toml +++ b/crates/toml_datetime/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "toml_datetime" version = "0.6.2" -readme = "README.md" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "A TOML-compatible datetime type" authors = ["Alex Crichton "] -repository = "https://github.com/toml-rs/toml" -homepage = "https://github.com/toml-rs/toml" -documentation = "https://docs.rs/toml_datetime" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index 1b735cb3..d57e5908 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "toml_edit" version = "0.19.10" -readme = "README.md" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "Yet another format-preserving TOML parser." authors = ["Andronik Ordian ", "Ed Page "] -repository = "https://github.com/toml-rs/toml" -documentation = "https://docs.rs/toml_edit" +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true