# 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_atspi_common" version = "0.10.1" authors = ["The AccessKit contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer" readme = "README.md" keywords = [ "gui", "ui", "accessibility", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/AccessKit/accesskit" [lib] name = "accesskit_atspi_common" path = "src/lib.rs" [dependencies.accesskit] version = "0.17.1" [dependencies.accesskit_consumer] version = "0.26.0" [dependencies.atspi-common] version = "0.6" default-features = false [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.zvariant] version = "4.2" default-features = false [features] simplified-api = []