home 0.5.11

Shared definitions of home directories.
Documentation
[lib]
name = "home"
path = "src/lib.rs"

[lints.clippy]
dbg_macro = "warn"
disallowed_methods = "warn"
print_stderr = "warn"
print_stdout = "warn"
self_named_module_files = "warn"

[lints.clippy.all]
level = "allow"
priority = -2

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"

[lints.rustdoc]
private_intra_doc_links = "allow"

[package]
authors = ["Brian Anderson <andersrb@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared definitions of home directories."
documentation = "https://docs.rs/home"
edition = "2021"
homepage = "https://github.com/rust-lang/cargo"
include = ["/src", "/Cargo.toml", "/CHANGELOG", "/LICENSE-*", "/README.md"]
license = "MIT OR Apache-2.0"
name = "home"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo"
rust-version = "1.81"
version = "0.5.11"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_System_Com"]
version = "0.59"