spaa_parse 0.1.1

Parser and writer for SPAA (Stack Profile for Agentic Analysis) files
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 = "spaa_parse"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and writer for SPAA (Stack Profile for Agentic Analysis) files"
readme = "README.md"
keywords = [
    "profiling",
    "perf",
    "dtrace",
    "performance",
]
categories = [
    "development-tools::profiling",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/andrewimm/spaa"

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

[[bin]]
name = "spaa_validate"
path = "src/bin/spaa_validate.rs"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"