miseo 0.1.0

Stable global CLI tools on top of mise
# 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 = "miseo"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable global CLI tools on top of mise"
homepage = "https://github.com/chancancode/miseo"
documentation = "https://docs.rs/miseo"
readme = "README.md"
keywords = [
    "mise",
    "cli",
    "tooling",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/chancancode/miseo"

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

[dependencies.camino]
version = "1.1.9"

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

[dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

[dependencies.owo-colors]
version = "4.1.0"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "1.0.3"

[dev-dependencies.tempfile]
version = "3.17.1"