Skip to content

Commit 1a056c8

Browse files
authored
Improve crates.io metadata (#2321)
1 parent 71bf168 commit 1a056c8

15 files changed

Lines changed: 15 additions & 12 deletions

File tree

crates/libs/bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.44.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Code gen support for the windows and windows-sys crates"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/libs/metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.44.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Windows metadata reader and writer"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/libs/sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "Rust for Windows"
99
repository = "https://github.com/microsoft/windows-rs"
1010
readme = "../../../docs/readme.md"
1111
rust-version = "1.48"
12+
categories = ["os::windows-apis"]
1213

1314
[package.metadata.docs.rs]
1415
default-target = "x86_64-pc-windows-msvc"

crates/libs/targets/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ version = "0.42.1"
55
authors = ["Microsoft"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"
8-
description = "Code gen support for the windows crate"
8+
description = "Import libs for Windows"
99
repository = "https://github.com/microsoft/windows-rs"
10-
documentation = "https://microsoft.github.io/windows-docs-rs/"
1110

1211
[target.i686-pc-windows-msvc.dependencies]
1312
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.42.1" }

crates/libs/windows/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repository = "https://github.com/microsoft/windows-rs"
1010
documentation = "https://microsoft.github.io/windows-docs-rs/"
1111
readme = "../../../docs/readme.md"
1212
rust-version = "1.48"
13+
categories = ["os::windows-apis"]
1314

1415
[package.metadata.docs.rs]
1516
default-target = "x86_64-pc-windows-msvc"

crates/targets/aarch64_gnullvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.42.1"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Import lib for Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/targets/aarch64_msvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.42.1"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Import lib for Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/targets/i686_gnu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.42.1"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Import lib for Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/targets/i686_msvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.42.1"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Import lib for Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

crates/targets/x86_64_gnu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.42.1"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "Code gen support for the windows crate"
7+
description = "Import lib for Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99

1010
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)