agtrace-runtime 0.7.0

Internal runtime orchestration 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-runtime"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal runtime orchestration 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_runtime"
path = "src/lib.rs"

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

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

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

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

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

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.notify]
version = "8.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "fs",
    "sync",
    "macros",
]

[dependencies.toml]
version = "0.9"

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

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.24"