agtrace-testing 0.7.0

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.assert_cmd]
version = "2.1"

[dependencies.filetime]
version = "0.2"

[dependencies.predicates]
version = "3.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.24"

[dependencies.walkdir]
version = "2.5"

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