# 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 = "woab" version = "0.9.0" authors = ["IdanArye "] description = "Widgets on Actors Bridge - a GUI microframework for combining GTK with Actix" documentation = "https://docs.rs/woab" readme = "README.md" keywords = [ "gtk", "gui", "actix", "actor", ] categories = ["gui"] license = "MIT" repository = "https://github.com/idanarye/woab" [dependencies.actix] version = "^0.13" default-features = false [dependencies.gdk4] version = "^0.8" [dependencies.gio] version = "^0.19" [dependencies.glib] version = "^0.19" [dependencies.gtk4] version = "^0.8" [dependencies.hashbrown] version = "^0.14" [dependencies.quick-xml] version = "^0.31" [dependencies.send_wrapper] version = "^0.6" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1" features = ["sync"] [dependencies.woab-macros] version = "0.9.0" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.cairo-rs] version = "^0.19" [dev-dependencies.futures-util] version = "0.3.23"