[package]
name = "rocal-cli"
version = "0.2.3"
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]
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", features = ["json"] }
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"
[dependencies.uuid]
version = "1.13.1"
features = [
"v4",
"fast-rng",
"macro-diagnostics",
]