rocal-cli 0.2.6

CLI tool for Rocal - Full-Stack WASM framework
Documentation
[package]
name = "rocal-cli"
version = "0.2.6"
edition = "2021"
build = "build.rs"

authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
description = "CLI tool for Rocal - Full-Stack WASM framework"
license = "MIT"
homepage = "https://github.com/rocal-dev/rocal"
repository = "https://github.com/rocal-dev/rocal"
readme = "README.md"
keywords = ["local-first", "web-framework", "wasm", "web"]

[dependencies]
rocal-dev-server = "0.1"
quote = "1.0"
syn = { version = "2.0", features = ["extra-traits"] }
clap = { version = "4.5.28", features = ["cargo"] }
tar = "0.4"
flate2 = "1.0"
reqwest = { version = "0.12", default-features= false, features = ["json", "rustls-tls"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
keyring = { version = "3", features = ["apple-native", "windows-native", "linux-native"] }
rpassword = "7.3.1"
chrono = "0.4"

[dependencies.uuid]
version = "1.13.1"
features = [
    "v4",                
    "fast-rng",          
    "macro-diagnostics",
]