# 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 = "kwui" version = "0.2.2" links = "kwui" autobins = false autoexamples = false autotests = false autobenches = false description = "A GUI library with JSX/CSS support" readme = "README.md" keywords = [ "graphics", "gui", "widgets", "jsx", "quickjs", ] categories = [ "gui", "api-bindings", ] license = "LGPL-3.0-or-later" repository = "https://github.com/wanghoi/kwui-rs" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [lib] name = "kwui" path = "src/lib.rs" [dependencies.kwui-sys] version = "0.2.2" [dependencies.log] version = "0.4.20" [build-dependencies.build-target] version = "0.4.0" [build-dependencies.embed-resource] version = "2.4.1" [build-dependencies.kwui-cli] version = "0.2.2" [build-dependencies.walkdir] version = "2.5.0"