atk 0.16.0

Rust bindings for the ATK library
Documentation
[dependencies.bitflags]
version = "1.0"

[dependencies.ffi]
package = "atk-sys"
version = "0.16"

[dependencies.glib]
version = "0.16"

[dependencies.libc]
version = "0.2"
[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
dox = ["ffi/dox", "glib/dox"]
v2_30 = ["ffi/v2_30"]
v2_32 = ["v2_30", "ffi/v2_32"]
v2_34 = ["v2_32", "ffi/v2_34"]
v2_38 = ["v2_34", "ffi/v2_38"]

[lib]
name = "atk"

[package]
authors = ["The gtk-rs Project Developers"]
categories = ["api-bindings", "gui"]
description = "Rust bindings for the ATK library"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/atk/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
license = "MIT"
name = "atk"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
resolver = "1"
rust-version = "1.63"
version = "0.16.0"
[package.metadata.docs.rs]
features = ["dox"]