[[bin]]
name = "raz"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.colored]
version = "2.0"
[dependencies.raz-core]
version = "0.1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.shell-words]
version = "1.1"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.toml]
version = "0.8"
[package]
authors = ["Uriah Galang <codeitlikemiley@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "development-tools::testing"]
description = "Universal command runner for Rust - Run any Rust file from anywhere with cursor-aware test targeting and override persistence"
documentation = "https://docs.rs/raz-cli"
edition = "2021"
exclude = ["tests/fixtures/"]
homepage = "https://github.com/codeitlikemiley/raz"
keywords = ["rust", "cargo", "testing", "cli", "runner"]
license = "MIT"
name = "raz-cli"
readme = "README.md"
repository = "https://github.com/codeitlikemiley/raz"
version = "0.1.0"
[[test]]
name = "init_command"
path = "tests/init_command.rs"