agtrace-engine 0.7.0

Internal core engine for the agtrace CLI. Not intended for direct use.
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"
name = "agtrace-engine"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal core engine for the agtrace CLI. Not intended for direct use."
readme = false
keywords = ["agtrace-internal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lanegrid/agtrace"
resolver = "2"

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

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

[dependencies.agtrace-types]
version = "0.7.0"

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

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.agtrace-providers]
version = "0.7.0"

[dev-dependencies.insta]
version = "1.45"
features = [
    "json",
    "redactions",
]