# 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.0" name = "atspi-common" version = "0.8.0" build = false include = [ "src/**/*", "LICENSE-*", "README.md", "xml/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Primitive types used for sending and receiving Linux accessibility events." readme = "README.md" keywords = [ "Macros", "Accessibility", ] categories = [ "accessibility", "api-bindings", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/odilia-app/atspi" [lib] name = "atspi_common" path = "src/lib.rs" [dependencies.enumflags2] version = "0.7.7" [dependencies.serde] version = "1.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.zbus] version = "4.2" optional = true default-features = false [dependencies.zbus-lockstep] version = "0.4.4" [dependencies.zbus-lockstep-macros] version = "0.4.4" [dependencies.zbus_names] version = "3.0" [dependencies.zvariant] version = "4.1" default-features = false [dev-dependencies.rename-item] version = "0.1.0" [dev-dependencies.serde_plain] version = "1.0.1" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tokio-stream] version = "0.1" features = ["time"] default-features = false [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.zbus] version = "4.2" default-features = false [features] async-std = ["zbus/async-io"] default = ["async-std"] tokio = ["zbus/tokio"]