# 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 = "test-by-a11y" version = "0.2.0" authors = ["Lily Hopkins "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Write tests for UIs through the accessibility interface." readme = "README.md" license = "MIT" repository = "https://github.com/lilopkins/test-by-a11y" [lib] name = "test_by_a11y" path = "src/lib.rs" [[test]] name = "test_gnome_calc" path = "tests/test_gnome_calc.rs" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.pretty_env_logger] version = "0.5.0" [target.'cfg(target_os = "linux")'.dependencies.atspi] version = "0.24.0" features = ["zbus"] [target.'cfg(target_os = "linux")'.dependencies.futures] version = "0.3.30" features = ["executor"]