# 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 = "guibuilder" version = "0.1.1" authors = ["Benjamin Stürz "] description = "A program that builds a GUI using JSON passed through stdin" homepage = "https://git.stuerz.xyz/guibuilder/" readme = "README.md" keywords = [ "GUI", "graphics", ] categories = [ "development-tools", "gui", ] license = "GPL-3.0-or-later" repository = "https://git.stuerz.xyz/guibuilder/" [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.clap_derive] version = "4.1.0" [dependencies.iced] version = "0.7.0" features = [ "async-std", "image_rs", ] [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91"