vtcode-exec-events 0.47.8

Structured execution telemetry event schema used across VTCode crates.
[package]
name = "vtcode-exec-events"
version = "0.47.8"
edition = "2024"
description = "Structured execution telemetry event schema used across VTCode crates."
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-exec-events"
categories = ["development-tools", "data-structures", "database"]
keywords = ["vtcode", "agent", "turn", "vt", "cache"]

[features]
default = ["serde-json"]
serde-json = []
telemetry-tracing = ["dep:tracing"]
telemetry-log = ["serde-json", "dep:log"]
schema-export = ["dep:schemars"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = { workspace = true }
tracing = { version = "0.1", optional = true }
log = { version = "0.4", optional = true }
schemars = { workspace = true, optional = true, features = ["derive", "indexmap2"] }

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]