[package]
edition = "2024"
name = "toolpath-pi"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive Toolpath provenance documents from Pi (pi.dev) coding-agent session logs"
readme = "README.md"
keywords = [
"pi",
"provenance",
"toolpath",
"audit",
"ai",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/empathic/toolpath"
resolver = "2"
[lib]
name = "toolpath_pi"
path = "src/lib.rs"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.toolpath]
version = "0.4.0"
[dependencies.toolpath-convo]
version = "0.8.0"
[dev-dependencies.tempfile]
version = "3.15"