euv-cli 0.1.3

The official CLI tool for the euv UI framework, providing a development server with hot reload and wasm-pack integration.
# 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 = "2024"
name = "euv-cli"
version = "0.1.3"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    "sh",
    ".github",
    "logs",
    "img",
    "**/*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official CLI tool for the euv UI framework, providing a development server with hot reload and wasm-pack integration."
readme = "README.md"
keywords = ["cross-platform"]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/euv-dev/euv.git"

[[bin]]
name = "euv-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.hyperlane]
version = "21.2.1"

[dependencies.notify]
version = "8.2.0"
features = ["macos_fsevent"]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "fs",
    "sync",
    "time",
]

[dependencies.which]
version = "8.0.2"