1 | [package] |
2 | name = "home" |
3 | version = "0.5.9" |
4 | authors = ["Brian Anderson <andersrb@gmail.com>" ] |
5 | rust-version = "1.70.0" # MSRV:3 |
6 | documentation = "https://docs.rs/home" |
7 | edition.workspace = true |
8 | include = [ |
9 | "/src" , |
10 | "/Cargo.toml" , |
11 | "/CHANGELOG" , |
12 | "/LICENSE-*" , |
13 | "/README.md" , |
14 | ] |
15 | license.workspace = true |
16 | repository = "https://github.com/rust-lang/cargo" |
17 | description = "Shared definitions of home directories." |
18 | |
19 | [target.'cfg(windows)'.dependencies] |
20 | windows-sys = { workspace = true, features = ["Win32_Foundation" , "Win32_UI_Shell" , "Win32_System_Com" ] } |
21 | |
22 | [lints] |
23 | workspace = true |
24 | |