[[example]]
name = "exam"
path = "examples/exam.rs"
[lib]
name = "cache_dir"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "caching"]
description = "用于Rust的跨平台获取缓存目录和数据目录的函数库"
edition = "2021"
keywords = ["cache", "directory", "dir", "ios", "android"]
license = "MIT"
name = "cache-dir"
readme = "README.md"
repository = "https://github.com/mzdk100/cache-dir.git"
version = "0.1.4"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.dirs]
version = "6.0.0"
[target.'cfg(target_os = "android")'.dependencies.droid-wrap]
features = ["android_app", "android_content"]
version = "0.3.7"
[target.'cfg(target_os="ios")'.dependencies.objc2]
version = "0.5.2"
[target.'cfg(target_os="ios")'.dependencies.objc2-foundation]
version = "0.2.2"