# 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 = "gflux" version = "0.1.3" authors = ["Brian Vincent"] description = "gflux is a tiny experimental reactive component system for rust, designed to make GTK more manageable." homepage = "https://github.com/bvinc/gflux" documentation = "https://docs.rs/gflux" readme = "README.md" keywords = [ "component", "reactive", "ui", "gui", "gtk", ] categories = ["gui"] license = "MIT" repository = "https://github.com/bvinc/gflux" [dev-dependencies.glib] version = "0.17" [dev-dependencies.gtk] version = "0.6" package = "gtk4"