objc2-finder-sync 0.2.2

Bindings to the FinderSync framework
Documentation
[dependencies.block2]
default-features = false
optional = true
version = "0.5.1"

[dependencies.objc2]
default-features = false
version = "0.5.2"

[dependencies.objc2-app-kit]
default-features = false
features = ["NSImage", "NSMenu"]
optional = true
version = "0.2.2"

[dependencies.objc2-foundation]
default-features = false
features = ["NSArray", "NSData", "NSDate", "NSDictionary", "NSError", "NSExtensionContext", "NSExtensionRequestHandling", "NSFileManager", "NSSet", "NSString", "NSURL", "NSXPCConnection"]
version = "0.2.2"

[features]
all = ["block2", "objc2-app-kit"]
alloc = ["block2?/alloc", "objc2/alloc", "objc2-app-kit?/alloc", "objc2-foundation/alloc"]
block2 = ["dep:block2", "objc2-app-kit?/block2", "objc2-foundation/block2"]
default = ["std"]
objc2-app-kit = ["dep:objc2-app-kit"]
std = ["alloc", "block2?/std", "objc2/std", "objc2-app-kit?/std", "objc2-foundation/std"]

[lib]
name = "objc2_finder_sync"
path = "src/lib.rs"
[lints.clippy]
cargo = "warn"
ptr_as_ptr = "warn"

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "deny"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "os::macos-apis"]
description = "Bindings to the FinderSync framework"
edition = "2021"
keywords = ["cocoa", "apple", "framework", "macos"]
license = "MIT"
name = "objc2-finder-sync"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.60"
version = "0.2.2"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
features = ["all"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]