rt-cli 0.1.6

rt is a CLI tools for running task files correctly.
# 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 = "rt-cli"
version = "0.1.6"
build = false
exclude = [
    "/.github",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rt is a CLI tools for running task files correctly."
homepage = "https://github.com/unvalley/rt"
documentation = "https://github.com/unvalley/rt/README.md"
readme = "README.md"
license = "MIT"
repository = "https://github.com/unvalley/rt"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }.{ archive-format }"
bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = [
    "quick-install",
    "compile",
]

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

[dependencies.bpaf]
version = "0.9.20"
features = [
    "derive",
    "dull-color",
]

[dependencies.inquire]
version = "0.9.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.which]
version = "8.0.0"

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