# 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_unix" version = "0.13.1" authors = ["The AccessKit contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AccessKit UI accessibility infrastructure: Linux adapter" readme = "README.md" keywords = [ "gui", "ui", "accessibility", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/AccessKit/accesskit" [lib] name = "accesskit_unix" path = "src/lib.rs" [dependencies.accesskit] version = "0.17.1" [dependencies.accesskit_atspi_common] version = "0.10.1" [dependencies.async-channel] version = "2.1.1" optional = true [dependencies.async-executor] version = "1.5.0" optional = true [dependencies.async-task] version = "4.3.0" optional = true [dependencies.atspi] version = "0.22" default-features = false [dependencies.futures-lite] version = "2.3" [dependencies.futures-util] version = "0.3.27" optional = true [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.32.0" features = [ "macros", "net", "rt", "sync", "time", ] optional = true [dependencies.tokio-stream] version = "0.1.14" optional = true [dependencies.zbus] version = "4.4" default-features = false [features] async-io = [ "dep:async-channel", "dep:async-executor", "dep:async-task", "dep:futures-util", "atspi/async-std", "zbus/async-io", ] default = ["async-io"] tokio = [ "dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio", ]