codetracer_trace_reader 0.17.1

A library for reading the CodeTracer db trace format
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 = "codetracer_trace_reader"
version = "0.17.1"
authors = ["Metacraft Labs Ltd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading the CodeTracer db trace format"
readme = false
keywords = [
    "debugging",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/metacraft-labs/runtime_tracing"
resolver = "2"

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

[dependencies.cbor4ii]
version = "1.0.0"
features = [
    "serde1",
    "use_std",
]

[dependencies.codetracer_trace_format_capnp]
version = "0.16.1"

[dependencies.codetracer_trace_format_cbor_zstd]
version = "0.16.0"

[dependencies.codetracer_trace_types]
version = "0.16.3"

[dependencies.fscommon]
version = "0.1.1"

[dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.zeekstd]
version = "0.6.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.ruzstd]
version = "0.8.1"