vtcode-exec-events 0.85.2

Structured execution telemetry event schema used across VT Code crates.
# 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.88"
name = "vtcode-exec-events"
version = "0.85.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured execution telemetry event schema used across VT Code crates."
documentation = "https://docs.rs/vtcode-exec-events"
readme = "README.md"
keywords = [
    "vtcode",
    "agent",
    "turn",
    "vt",
    "cache",
]
categories = [
    "development-tools",
    "data-structures",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vinhnx/vtcode"

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

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

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

[[example]]
name = "event_timeline"
path = "examples/event_timeline.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.log]
version = "0.4"
optional = true

[dependencies.schemars]
version = "1.2"
features = [
    "derive",
    "indexmap2",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "serde",
]

[dependencies.vtcode-commons]
version = "0.85.2"

[lints.clippy]
dbg_macro = "warn"
multiple_unsafe_ops_per_block = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
trivial_numeric_casts = "warn"
unsafe_code = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"
unused_results = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]