kwui-cli 0.2.2

Command line tool for kwui - A GUI library with JSX/CSS support
Documentation
# 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-cli"
version = "0.2.2"
description = "Command line tool for kwui - 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"

[lib]
path = "src/lib.rs"

[[bin]]
name = "kwui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.75"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.cargo_toml]
version = "0.20.2"

[dependencies.clap]
version = "4.4.11"
features = ["derive"]

[dependencies.flate2]
version = "1.0.30"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.globmatch]
version = "0.3.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.lzf]
version = "1.0.0"

[dependencies.num_enum]
version = "0.7.1"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.regex]
version = "1.10.5"

[dependencies.sha1]
version = "0.10.6"

[dependencies.size]
version = "0.4.1"

[dependencies.tar]
version = "0.4.41"

[dependencies.toml]
version = "0.8.14"

[dependencies.walkdir]
version = "2.4.0"

[dependencies.zip]
version = "2.1.3"

[build-dependencies.bindgen]
version = "0.69.1"

[build-dependencies.serde_json]
version = "1.0.117"