[badges.maintenance]
status = "experimental"
[[bin]]
name = "cgx"
path = "src/main.rs"
[dependencies]
[lints.clippy]
enum_glob_use = "deny"
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Adam Nelson <anelson@apocryph.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Rust version of uvx or npx, for use with Rust crates"
edition = "2024"
homepage = "https://github.com/anelson/cgx"
license = "MIT OR Apache-2.0"
name = "cgx"
readme = "README.md"
repository = "https://github.com/anelson/cgx"
rust-version = "1.85.1"
version = "0.0.2"
[profile.dist]
inherits = "release"
lto = "thin"