cari 0.1.0

Simple package manager for minecraft servers
# 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 = "cari"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple package manager for minecraft servers"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ghostdevv/cari"

[[bin]]
name = "cari"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.futures]
version = "0.3.33"

[dependencies.futures-util]
version = "0.3.33"

[dependencies.heck]
version = "0.5.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.6"

[dependencies.open]
version = "5.4.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "query",
    "stream",
]

[dependencies.schemars]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.trash]
version = "5.2.6"

[dependencies.yansi]
version = "1.0.1"