# 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] name = "dirs-cli" version = "0.1.0" authors = ["Simon Ochsenreither "] description = "A tiny low-level command line application that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS." readme = "README.md" keywords = [ "xdg", "basedir", "app_dirs", "path", "folder", ] license = "MPL-2.0" repository = "https://github.com/soc/dirs-cli-rs" [profile.dev] [profile.release] lto = true codegen-units = 1 strip = true [dependencies.dirs] version = "5.0.1" [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_Storage_FileSystem", ]