mcserver 0.1.10

A command line interface which simplifies minecraft server management with zellij and mcrcon
# 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 = "mcserver"
version = "0.1.10"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line interface which simplifies minecraft server management with zellij and mcrcon"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Finnian-Walsh/mcserver-cli.git"

[features]
build-logging = []
default = ["color-eyre"]
minimal = []

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

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

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

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.toml]
version = "0.9.5"

[dependencies.url]
version = "2.5.7"

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

[build-dependencies.proc-macro2]
version = "1.0.101"

[build-dependencies.quote]
version = "1.0.40"

[build-dependencies.serde]
version = "1.0.219"
features = ["derive"]

[build-dependencies.shellexpand]
version = "3.1.1"

[build-dependencies.toml]
version = "0.9.5"