backbeat-cli 0.1.2

The backbeat CLI: inspect and convert self-describing trace dumps to Parquet
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 = "2021"
rust-version = "1.88"
name = "backbeat-cli"
version = "0.1.2"
authors = ["Cameron Bytheway <bytheway.cameron@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The backbeat CLI: inspect and convert self-describing trace dumps to Parquet"
documentation = "https://docs.rs/backbeat-cli"
readme = "README.md"
keywords = [
    "tracing",
    "flight-recorder",
    "parquet",
    "perfetto",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "MIT"
repository = "https://github.com/camshaft/backbeat"

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

[[bin]]
name = "backbeat"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "59"

[dependencies.backbeat]
version = "0.1.2"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.mimalloc]
version = "0.1"

[dependencies.parquet]
version = "59"
features = ["zstd"]

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.arrow]
version = "59"

[dev-dependencies.parquet]
version = "59"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.zerocopy]
version = "0.8"
features = ["derive"]