amberfork-model 0.4.0

Canonical Run/Step trajectory model and DiffResult schema for amberfork (the frozen contract every crate reads).
Documentation
# 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-model"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical Run/Step trajectory model and DiffResult schema for amberfork (the frozen contract every crate reads)."
readme = false
keywords = [
    "agent",
    "llm",
    "trace",
    "diff",
    "debugging",
]
categories = [
    "development-tools::debugging",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Melvin0070/amberfork"

[lib]
name = "amberfork_model"
path = "src/lib.rs"

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

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

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

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

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