[dependencies.dirs]
version = "1.0"
[dependencies.failure]
version = "0.1"
[dependencies.regex]
version = "1.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.toml]
version = "0.4"
[lib]
name = "cargo_x"
path = "src/lib.rs"
[package]
authors = ["Liu Chong <mail@liuchong.io>"]
description = """
A very simple third-party cargo subcommand to execute a custom command.
"""
edition = "2018"
homepage = "https://github.com/liuchong/cargo-x"
keywords = ["x", "exec", "execute", "cmd", "command"]
license = "MIT OR Apache-2.0"
name = "cargo-x"
repository = "https://github.com/liuchong/cargo-x"
version = "0.3.6"
[package.metadata.x]
build = "cargo build --verbose --all-targets --all-features --all --release"
lint = "cargo clippy --verbose --all-targets --all-features --all --release -- -D warnings"
test = "cargo test --verbose --all-targets --all-features --all --release"
[profile.release]
panic = "abort"