gtk-test 0.2.0

Crate to test GTK UIs
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gtk-test"
version = "0.2.0"
authors = ["The Gtk-rs Project Developers"]
description = "Crate to test GTK UIs"
homepage = "http://gtk-rs.org/"
documentation = "https://docs.rs/gtk-test"
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.11"

[dependencies.gdk]
version = "^0.9.0"

[dependencies.gtk]
version = "^0.5.0"

[features]
default = ["gtk/v3_10"]
[badges.appveyor]
repository = "GuillaumeGomez/gtk-test"
service = "github"

[badges.travis-ci]
repository = "gtk-rs/gtk-test"