accesskit_macos 0.26.2

AccessKit UI accessibility infrastructure: macOS adapter
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "accesskit_macos"
version = "0.26.2"
authors = ["The AccessKit contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AccessKit UI accessibility infrastructure: macOS adapter"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "accessibility",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AccessKit/accesskit"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"

[lib]
name = "accesskit_macos"
path = "src/lib.rs"

[dependencies.accesskit]
version = "0.24.1"

[dependencies.accesskit_consumer]
version = "0.37.0"

[dependencies.hashbrown]
version = "0.16"
features = ["default-hasher"]
default-features = false

[dependencies.objc2]
version = "0.5.1"

[dependencies.objc2-app-kit]
version = "0.2.0"
features = [
    "NSAccessibility",
    "NSAccessibilityConstants",
    "NSAccessibilityElement",
    "NSAccessibilityProtocols",
    "NSColor",
    "NSResponder",
    "NSText",
    "NSView",
    "NSWindow",
]

[dependencies.objc2-foundation]
version = "0.2.0"
features = [
    "NSArray",
    "NSDictionary",
    "NSValue",
    "NSThread",
]