[package] name = "guibuilder" description = "A program that builds a GUI using JSON passed through stdin" version = "0.1.1" edition = "2021" authors = ["Benjamin Stürz "] homepage = "https://git.stuerz.xyz/guibuilder/" repository = "https://git.stuerz.xyz/guibuilder/" license = "GPL-3.0-or-later" keywords = ["GUI", "graphics"] categories = ["development-tools", "gui"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = "1.12.0" clap = { version = "4.1.4", features = ["derive"] } clap_derive = "4.1.0" iced = { version = "0.7.0", features = ["async-std", "image_rs"] } serde = "1.0.152" serde_derive = "1.0.152" serde_json = "1.0.91"