# 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 = "2021" rust-version = "1.75" name = "accesskit_macos" version = "0.18.1" authors = ["The AccessKit contributors"] build = 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" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "accesskit_macos" path = "src/lib.rs" [dependencies.accesskit] version = "0.17.1" [dependencies.accesskit_consumer] version = "0.26.0" [dependencies.hashbrown] version = "0.15" 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", "NSResponder", "NSView", "NSWindow", ] [dependencies.objc2-foundation] version = "0.2.0" features = [ "NSArray", "NSDictionary", "NSValue", "NSThread", ]