cgx 0.0.3

Rust version of uvx or npx, for use with Rust crates
[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-labs/cgx"
license = "MIT OR Apache-2.0"
name = "cgx"
readme = "README.md"
repository = "https://github.com/anelson-labs/cgx"
rust-version = "1.85.1"
version = "0.0.3"

[profile.dist]
inherits = "release"
lto = "thin"