# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vgtk" version = "0.3.0" authors = ["Bodil Stokke "] description = "A declarative UI framework for GTK" homepage = "http://vgtk.rs" documentation = "https://docs.rs/vgtk" readme = "../README.md" keywords = ["gtk"] categories = ["gui"] license = "LGPL-3.0+" repository = "https://github.com/bodil/vgtk" [dependencies.colored] version = "1.9.3" [dependencies.futures] version = "0.3.5" [dependencies.gdk] version = "0.13.0" [dependencies.gdk-pixbuf] version = "0.9.0" [dependencies.gio] version = "0.9.0" [dependencies.glib] version = "0.10.0" [dependencies.gtk] version = "0.9.0" features = ["embed-lgpl-docs", "v3_20"] [dependencies.log] version = "0.4.8" [dependencies.proc-macro-hack] version = "0.5.16" [dependencies.proc-macro-nested] version = "0.1.6" [dependencies.vgtk-macros] version = "0.3.0"