[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"
[features]
async = []
default = []
[lib]
name = "mdquery_rs"
path = "src/lib.rs"
[package]
authors = ["BB-fat <bbfat3047@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "filesystem", "os::macos-apis"]
description = "A Rust binding library for macOS Spotlight search using Metadata Query API"
edition = "2021"
keywords = ["macos", "spotlight", "search", "metadata", "finder"]
license = "MIT"
name = "mdquery-rs"
readme = "README.md"
repository = "https://github.com/BB-fat/mdquery-rs"
version = "0.2.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-darwin"]
[target.'cfg(target_vendor = "apple")'.dependencies.anyhow]
version = "1"
[target.'cfg(target_vendor = "apple")'.dependencies.chrono]
version = "0.4"
[target.'cfg(target_vendor = "apple")'.dependencies.objc2]
version = "0.6"
[target.'cfg(target_vendor = "apple")'.dependencies.objc2-core-foundation]
version = "0.3"