amberfork 0.4.0

The amberfork command: diff two agent-run traces and render where they fork.
# 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 = "amberfork"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The amberfork command: diff two agent-run traces and render where they fork."
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "trace",
    "diff",
    "debugging",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/Melvin0070/amberfork"

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

[[test]]
name = "demo_cli"
path = "tests/demo_cli.rs"

[[test]]
name = "diff_cli"
path = "tests/diff_cli.rs"

[[test]]
name = "render_cli"
path = "tests/render_cli.rs"

[[test]]
name = "warnings_cli"
path = "tests/warnings_cli.rs"

[dependencies.amberfork-align]
version = "0.4.0"

[dependencies.amberfork-ingest]
version = "0.4.0"

[dependencies.amberfork-model]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.terminal_size]
version = "0.4"

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

[dev-dependencies.insta]
version = "1"

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

[lints.clippy.all]
level = "warn"
priority = -1