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