# 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 = "gtk-test" version = "0.18.0" authors = ["The Gtk-rs Project Developers"] description = "Crate to test GTK UIs" homepage = "https://gtk-rs.org/" documentation = "https://docs.rs/gtk-test" readme = "README.md" keywords = [ "gtk", "gtk-rs", "GUI", "test", "gnome", ] categories = [ "api-bindings", "gui", "test", ] license = "MIT" repository = "https://github.com/gtk-rs/gtk-test" [[test]] name = "basic" harness = false [[test]] name = "observer" harness = false [dependencies.enigo] version = "^0.0.14" [dependencies.gtk] version = "0.18"