agtrace-core 0.7.1

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

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

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

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

[dependencies.dirs]
version = "5.0"

[dependencies.sha2]
version = "0.10"

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