[[bin]]
name = "cargo-cmd"
path = "src/main.rs"
[build-dependencies.tauri-build]
features = []
optional = true
version = "1.0"
[dependencies.dotenv]
version = "0.15"
[dependencies.reqwest]
features = ["blocking"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tauri]
features = ["api-all"]
optional = true
version = "1.0"
[dependencies.tempfile]
version = "3.3.0"
[dependencies.toml]
version = "0.5.8"
[features]
custom-protocol = ["tauri/custom-protocol"]
gui = ["tauri", "tauri-build", "custom-protocol"]
[package]
authors = ["Simon Hyll <hyllsimon@gmail.com>"]
categories = ["development-tools", "development-tools::cargo-plugins", "command-line-utilities"]
default-run = "cargo-cmd"
description = "Like npm scripts, but better"
documentation = "https://github.com/simonhyll/cargo-commander/wiki"
edition = "2021"
exclude = [".idea", ".github", ".gitignore", "cargo-commander.iml"]
homepage = "https://simonhyll.github.io/cargo-commander/"
keywords = ["cargo", "commander", "cmd", "scripts", "commands"]
license-file = "LICENSE.txt"
name = "cargo-commander"
readme = "README.md"
repository = "https://github.com/simonhyll/cargo-commander"
version = "2.0.15"