1 | [package] |
2 | name = "windows-result" |
3 | version = "0.3.2" |
4 | authors = ["Microsoft" ] |
5 | edition = "2021" |
6 | rust-version = "1.74" |
7 | license = "MIT OR Apache-2.0" |
8 | description = "Windows error handling" |
9 | repository = "https://github.com/microsoft/windows-rs" |
10 | readme = "readme.md" |
11 | categories = ["os::windows-apis" ] |
12 | |
13 | [dependencies] |
14 | windows-link = { workspace = true } |
15 | |
16 | [features] |
17 | default = ["std" ] |
18 | std = [] |
19 | |
20 | [lints] |
21 | workspace = true |
22 | |
23 | [package.metadata.docs.rs] |
24 | default-target = "x86_64-pc-windows-msvc" |
25 | targets = [] |
26 | |