# 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 = "granite-rs" version = "1.3.0" authors = ["David Hewitt "] description = "Rust bindings for Granite" homepage = "https://github.com/davidmhewitt/granite-rs" readme = "README.md" keywords = [ "gtk4-rs", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/davidmhewitt/granite-rs" [package.metadata.docs.rs] all-features = true rustc-arg = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "2.2" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.granite-rs-sys] version = "0.4.0" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.17" [features] v7_1 = ["granite-rs-sys/v7_1"] v7_2 = [ "granite-rs-sys/v7_2", "v7_1", ] v7_3 = [ "granite-rs-sys/v7_3", "v7_2", ] v7_4 = [ "granite-rs-sys/v7_4", "v7_3", ] v7_5 = [ "granite-rs-sys/v7_5", "v7_4", ]