app_dirs 1.2.1

Put your app's data in the right place on every platform
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "app_dirs"
version = "1.2.1"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
description = "Put your app's data in the right place on every platform"
documentation = "https://docs.rs/app_dirs"
readme = "README.md"
keywords = ["application", "data", "storage", "location", "directory"]
license = "MIT"
repository = "https://github.com/AndyBarron/app-dirs-rs"
[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.xdg]
version = "^2.0.0"
[target."cfg(windows)".dependencies.ole32-sys]
version = "^0.2.0"

[target."cfg(windows)".dependencies.shell32-sys]
version = "^0.1.1"

[target."cfg(windows)".dependencies.winapi]
version = "^0.2.8"