# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "standard_paths" version = "2.1.0" authors = ["Petr Tsymbarovich "] description = "A port of QStandardPaths class which provides methods for accessing standard paths on the local filesystem (config, cache, user directories and etc.)." documentation = "https://docs.rs/standard_paths" readme = "README.md" keywords = [ "standard", "paths", "location", "directory", "storage", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/mentaljam/standard_paths" [dependencies.home] version = "0.5" [dev-dependencies.argparse] version = "0.2" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "^0.26" features = [ "ioctl", "user", ] default-features = false [target."cfg(windows)".dependencies.winapi] version = "^0.3" features = [ "shlobj", "combaseapi", "winbase", ]