agentdiff 0.1.23

Audit and trace autonomous AI code contributions in git repositories
# 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"
rust-version = "1.85"
name = "agentdiff"
version = "0.1.23"
authors = ["Prakhar Khatri"]
build = false
exclude = [
    ".agentdiff/*",
    "agentdiff_e2e_cycle.txt",
    "agentdiff_mcp_server_cycle.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audit and trace autonomous AI code contributions in git repositories"
homepage = "https://github.com/codeprakhar25/agentdiff"
documentation = "https://docs.rs/agentdiff"
readme = "README.md"
keywords = [
    "ai",
    "git",
    "audit",
    "mcp",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/codeprakhar25/agentdiff"

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

[[bin]]
name = "agentdiff-mcp"
path = "src/bin/agentdiff-mcp.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "env",
]

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.glob]
version = "0.3"

[dependencies.json-canon]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "2"