# 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-ui-builder" version = "0.2.0" authors = ["Nikita Podvirnyy "] description = " A Rust library to parse Blueprint files and convert them into GTK UI files" readme = "README.md" keywords = [ "gtk", "gui", ] license = "GPL-3.0" repository = "https://github.com/krypt0nn/gtk-ui-builder" resolver = "2" [dependencies.gtk4] version = "0.4" optional = true [dependencies.rhai] version = "1.8.0" optional = true [features] gtk-builder = ["dep:gtk4"] rhai-events = ["dep:rhai"]