# 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.70" name = "atk" version = "0.18.0" authors = ["The gtk-rs Project Developers"] exclude = ["gir-files/*"] description = "Rust bindings for the ATK library" homepage = "https://gtk-rs.org/" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/atk/" readme = "README.md" keywords = [ "atk", "gtk-rs", "gnome", "accessibility", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/gtk-rs/gtk3-rs" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "atk" [dependencies.ffi] version = "0.18" package = "atk-sys" [dependencies.glib] version = "0.18" [dependencies.libc] version = "0.2" [dev-dependencies.gir-format-check] version = "^0.1" [features] 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", ] v2_46 = [ "v2_38", "ffi/v2_46", ] v2_50 = [ "v2_46", "ffi/v2_50", ]