# 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" name = "atspi-client" version = "0.1.0" description = "Client extensions for the atspi crate." homepage = "https://github.com/odilia-app/atspi/" readme = "README.md" keywords = [ "screen-reader", "accessibility", "a11y", "linux", ] categories = ["accessibility"] license = "Apache-2.0 OR MIT" repository = "https://github.com/odilia-app/atspi/" resolver = "1" [dependencies.async-trait] version = "0.1.68" [dependencies.atspi-common] version = "0.1.0" default-features = false [dependencies.atspi-proxies] version = "0.1.0" features = ["unstable-traits"] default-features = false [dependencies.static_assertions] version = "1.1.0" [dependencies.zbus] version = "3.12.0" [features] async-std = [ "atspi-proxies/async-std", "atspi-common/async-std", ] default = ["async-std"] tokio = [ "atspi-proxies/tokio", "atspi-common/tokio", ]