# 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_winit" version = "0.23.1" authors = ["The AccessKit contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AccessKit UI accessibility infrastructure: winit adapter" readme = "README.md" keywords = [ "gui", "ui", "accessibility", "winit", ] categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/AccessKit/accesskit" [package.metadata.docs.rs] features = [ "winit/rwh_06", "winit/x11", "winit/wayland", ] [lib] name = "accesskit_winit" path = "src/lib.rs" [[example]] name = "mixed_handlers" path = "examples/mixed_handlers.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.accesskit] version = "0.17.1" [dependencies.rwh_05] version = "0.5" features = ["std"] optional = true package = "raw-window-handle" [dependencies.rwh_06] version = "0.6.2" features = ["std"] optional = true package = "raw-window-handle" [dependencies.winit] version = "0.30" default-features = false [dev-dependencies.winit] version = "0.30" features = [ "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", ] default-features = false [features] async-io = ["accesskit_unix/async-io"] default = [ "accesskit_unix", "async-io", "rwh_06", ] rwh_05 = [ "winit/rwh_05", "dep:rwh_05", ] rwh_06 = [ "winit/rwh_06", "dep:rwh_06", ] tokio = ["accesskit_unix/tokio"] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.accesskit_unix] version = "0.13.1" optional = true default-features = false [target.'cfg(target_os = "macos")'.dependencies.accesskit_macos] version = "0.18.1" [target.'cfg(target_os = "windows")'.dependencies.accesskit_windows] version = "0.24.1"