1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "app_dirs2" 16version = "2.3.0" 17authors = ["Andy Barron <AndrewLBarron@gmail.com>", "Simon Heath <icefoxen@gmail.com>"] 18description = "Put your app's data in the right place on every platform. Community-maintained project." 19homepage = "https://lib.rs/app_dirs2" 20documentation = "https://docs.rs/app_dirs2" 21readme = "README.md" 22keywords = ["application", "data", "storage", "location", "directory"] 23categories = ["filesystem", "os"] 24license = "MIT" 25repository = "https://github.com/app-dirs-rs/app_dirs2" 26[dev-dependencies.lazy_static] 27version = "1.4" 28 29[dev-dependencies.tempfile] 30version = "3" 31 32[dev-dependencies.test-case] 33version = "1" 34[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.xdg] 35version = "^2.0.0" 36[target."cfg(target_os = \"android\")".dependencies.jni] 37version = "0.14.0" 38 39[target."cfg(target_os = \"android\")".dependencies.ndk-glue] 40version = "0.1.0" 41[target."cfg(windows)".dependencies.winapi] 42version = "0.3.8" 43features = ["shlobj", "combaseapi"] 44