# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dev_bestia_cargo_completion" version = "2024.421.1905" authors = ["bestia.dev"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] publish = true 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://github.com/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]