1 | [package] |
2 | name = "accesskit_atspi_common" |
3 | version = "0.10.1" |
4 | authors.workspace = true |
5 | license.workspace = true |
6 | description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer" |
7 | categories.workspace = true |
8 | keywords = ["gui" , "ui" , "accessibility" ] |
9 | repository.workspace = true |
10 | readme = "README.md" |
11 | edition.workspace = true |
12 | rust-version.workspace = true |
13 | |
14 | [features] |
15 | simplified-api = [] |
16 | |
17 | [dependencies] |
18 | accesskit = { version = "0.17.1" , path = "../../common" } |
19 | accesskit_consumer = { version = "0.26.0" , path = "../../consumer" } |
20 | atspi-common = { version = "0.6" , default-features = false } |
21 | serde = "1.0" |
22 | thiserror = "1.0" |
23 | zvariant = { version = "4.2" , default-features = false } |
24 | |
25 | |