# 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-connection" version = "0.8.0" build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A method of connecting, querying, sending and receiving over AT-SPI." readme = "README.md" keywords = [ "screen-reader", "accessibility", "a11y", "linux", ] categories = ["accessibility"] license = "Apache-2.0 OR MIT" repository = "https://github.com/odilia-app/atspi/" [lib] name = "atspi_connection" path = "src/lib.rs" [dependencies.atspi-common] version = "0.8.0" default-features = false [dependencies.atspi-proxies] version = "0.8.0" default-features = false [dependencies.futures-lite] version = "2" default-features = false [dependencies.tracing] version = "0.1.37" optional = true [dependencies.zbus] version = "4.2" default-features = false [dev-dependencies.enumflags2] version = "0.7.7" [dev-dependencies.tokio-test] version = "0.4.2" [features] async-std = [ "zbus/async-io", "atspi-proxies/async-std", "atspi-common/async-std", ] default = ["async-std"] tokio = [ "zbus/tokio", "atspi-proxies/tokio", "atspi-common/tokio", ] tracing = ["dep:tracing"]