toolpath-cli 0.1.2

CLI for deriving, querying, and visualizing Toolpath provenance
# 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.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for deriving, querying, and visualizing Toolpath provenance"
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"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.git2]
version = "0.19"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2"

[dependencies.tempfile]
version = "3.15"

[dependencies.toolpath]
version = "0.1.3"

[dependencies.toolpath-claude]
version = "0.1.2"

[dependencies.toolpath-dot]
version = "0.1.2"

[dependencies.toolpath-git]
version = "0.1.2"

[dev-dependencies]