fastpasta 1.22.0

CLI for verifying or examining readout data from the ALICE detector.
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.74.1"
name = "fastpasta"
version = "1.22.0"
authors = ["Marc Beck König <mbkj@tutamail.com>"]
description = "CLI for verifying or examining readout data from the ALICE detector."
documentation = "https://docs.rs/fastpasta"
readme = "README.md"
keywords = [
    "CLI",
    "parse",
    "Verification",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.cern.ch/mkonig/fastpasta"

[lib]
bench = false

[[bench]]
name = "benchmarks"
harness = false

[dependencies.alice_protocol_reader]
version = "0.15.0"

[dependencies.byteorder]
version = "1.4.3"

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

[dependencies.clap_complete]
version = "4.4.10"

[dependencies.crossbeam-channel]
version = "0.5.8"

[dependencies.ctrlc]
version = "3.4.0"
features = ["termination"]

[dependencies.descriptive_toml_derive]
version = "0.1.0"

[dependencies.flume]
version = "0.11.0"

[dependencies.fmt]
version = "0.1.0"

[dependencies.human-panic]
version = "2.0.0"

[dependencies.indicatif]
version = "0.17.5"

[dependencies.itertools]
version = "0.13.0"

[dependencies.log]
version = "0.4.19"

[dependencies.owo-colors]
version = "4.0.0"

[dependencies.regex]
version = "1.9.0"

[dependencies.ringbuffer]
version = "0.15"

[dependencies.serde]
version = "1.0.166"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.107"

[dependencies.sm]
version = "0.9.0"

[dependencies.stderrlog]
version = "0.6.0"

[dependencies.tabled]
version = "0.15.0"
features = ["ansi"]

[dependencies.toml]
version = "0.8.0"

[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.assert_fs]
version = "1.0.13"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.fancy-regex]
version = "0.13.0"

[dev-dependencies.gag]
version = "1.0.0"

[dev-dependencies.predicates]
version = "3.0.3"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.temp-dir]
version = "0.1.11"

[badges.maintenance]
status = "passively-maintained"