[package]
name = "caelix-cli"
version = "0.0.33"
edition = "2024"
description = "Command line generator for Caelix applications."
license = "MIT"
repository = "https://github.com/Ohanronnie/caelix"
homepage = "https://ohanronnie.github.io/caelix/"
documentation = "https://ohanronnie.github.io/caelix/cli/guide.html"
readme = "README.md"
[[bin]]
name = "caelix"
path = "src/main.rs"
[dependencies]
clap = { workspace = true, features = ["derive"] }
ctrlc.workspace = true
heck = "0.5.0"
notify.workspace = true
notify-debouncer-mini.workspace = true
reqwest = { workspace = true, default-features = false, features = ["blocking", "json", "rustls-no-provider"] }
rustls = { workspace = true, features = ["ring", "std"] }
serde_json.workspace = true
toml_edit.workspace = true
[dev-dependencies]
tempfile = "3.27.0"