[package]
name = "cotis-cli"
version = "0.1.0-alpha"
edition = "2024"
license = "MIT"
authors = ["Ignacio Castán"]
description = "Plugin host for Cotis build, check, and run routines"
readme = "README.md"
documentation = "https://docs.rs/cotis-cli"
repository = "https://github.com/igna-778/cotis-cli.git"
homepage = "https://github.com/igna-778/cotis-cli.git"
keywords = ["gui", "ui", "cli", "plugin"]
categories = ["command-line-utilities", "gui"]
[dependencies]
clap = { version = "4.5.53", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "4.5.59"
dialoguer = "0.12.0"
error = "0.1.9"
directories = "6.0.0"
log = "0.4.29"
env_logger = "0.11.8"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
libloading = "0.8.9"
reqwest = { version = "0.12.23", default-features = false, features = ["blocking", "rustls-tls", "json"] }
tempfile = "3.22.0"
flate2 = "1.1.2"
tar = "0.4.44"