toolpath-cli 0.5.1

Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly.
# 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 = "2024"
name = "toolpath-cli"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "path"
description = "Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly."
readme = "README.md"
keywords = [
    "provenance",
    "toolpath",
    "cli",
    "audit",
    "traceability",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/empathic/toolpath"

[[bin]]
name = "path"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.path-cli]
version = "0.5.0"