[package]
edition = "2021"
rust-version = "1.74"
name = "agent-shadow-mode"
version = "0.1.0"
authors = ["Mukunda Rao Katta <mukunda.vjcs6@gmail.com>"]
build = false
exclude = [
".github/*",
"target/*",
"*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toggle shadow mode for agent tool calls: record what would have happened without running real side-effecting code."
homepage = "https://github.com/MukundaKatta/agent-shadow-mode-rs"
documentation = "https://docs.rs/agent-shadow-mode"
readme = "README.md"
keywords = [
"llm",
"agents",
"shadow",
"dry-run",
"testing",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/agent-shadow-mode-rs"
[lib]
name = "agent_shadow_mode"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dev-dependencies.serde_json]
version = "1"