# 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 = "2018" name = "gtk_liststore_item" version = "1.2.0" authors = ["Agathe Porte "] description = "Automatic gtk::ListStore struct derive for Rust." readme = "README.md" keywords = ["gui", "gtk", "gtk-rs", "gnome", "glade"] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/MicroJoe/gtk_liststore_item" [dependencies.glib] version = "0.14" [dependencies.gtk] version = "0.14" [dependencies.gtk_liststore_item_derive] version = "1.2.0" optional = true [dev-dependencies.gio] version = "0.14" [dev-dependencies.gtk_liststore_item_derive] version = "1.2.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.relm] version = "0.22" [dev-dependencies.relm-derive] version = "0.22" [features] default = ["derive"] derive = ["gtk_liststore_item_derive"]