cotis-cli 0.1.0-alpha

Plugin host for Cotis build, check, and run routines
Documentation
# 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 = "cotis-cli"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin host for Cotis build, check, and run routines"
homepage = "https://github.com/igna-778/cotis-cli.git"
documentation = "https://docs.rs/cotis-cli"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "cli",
    "plugin",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-cli.git"

[lib]
name = "cotis_cli"
path = "src/lib.rs"

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

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "cargo",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.5.59"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.error]
version = "0.1.9"

[dependencies.flate2]
version = "1.1.2"

[dependencies.libloading]
version = "0.8.9"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.22.0"