# 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 = "gstore" version = "0.10.4" authors = ["Florian Loers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Global and local state management in redux style for applications written in Rust" readme = "README.md" keywords = [ "store", "state", ] categories = [ "data-structures", "gui", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/floers/gstore" [lib] name = "gstore" path = "src/lib.rs" [[test]] name = "intergration_tests" path = "tests/intergration_tests.rs" [dependencies.async-channel] version = "2" [dependencies.async-std] version = "1.6" [dependencies.async-trait] version = "0.1.67" [dependencies.gtk] version = "0.9" optional = true package = "gtk4" [dependencies.libadwaita] version = "0.7" optional = true [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", ] [dev-dependencies.env_logger] version = "0.11" [features] default = ["gtk"] gtk = [ "dep:gtk", "dep:libadwaita", ]