[package]
edition = "2021"
name = "dev_bestia_cargo_completion"
version = "2026.306.1707"
authors = ["bestia.dev"]
build = false
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"src/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-completion for cargo-auto and automation_tasks_rs and partial auto-completion for cargo in bash"
homepage = "https://bestia.dev"
readme = "README.md"
keywords = [
"maintained",
"ready-for-use",
"rustlang",
"automation",
"workflow",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://codeberg.org/automation-tasks-rs/dev_bestia_cargo_completion"
[lib]
name = "dev_bestia_cargo_completion_lib"
path = "src/lib.rs"
doc = true
[[bin]]
name = "dev_bestia_cargo_completion"
path = "src/bin/dev_bestia_cargo_completion/main.rs"
doc = true
[dependencies]