gstore 0.2.6

Global state management and easy-to-use widget macros for GTK applications written in Rust
Documentation
[package]
name = "gstore"
version = "0.2.6"
authors = ["Florian Loers"]
edition = "2018"
description = "Global state management and easy-to-use widget macros for GTK applications written in Rust"
readme = "README.md"
repository = "https://gitlab.com/loers/gstore"
license = "MIT"
keywords = ["gtk", "store", "state"]
categories = ["data-structures", "gui"]

# This feature only exist to allow rustdoc to build this crates doc
[features]
default = ["with_libhandy"]
with_libhandy = ["libhandy"]

[package.metadata.docs.rs]
no-default-features = true

[dependencies]
log = "^0.4.14"
serde = { version = "^1.0.123", features = ["derive"] }
once_cell = "^1.7.2"

[dependencies.gettext-rs]
version = "^0.5.0"

[dependencies.gtk]
version = "^0.9.2"
features = ["v3_24_9"]

[dependencies.glib]
version = "^0.10.3"

[dependencies.gio]
version = "^0.9.1"

[dependencies.libhandy]
version = "^0.7.1"
optional = true