# 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" name = "alice_protocol_reader" version = "0.15.0" authors = ["Marc Beck König "] description = "Reader library for reading raw binary data from the ALICE detector into a convenient structure for implementing analysis." readme = "README.md" keywords = [ "parser", "verification", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://gitlab.cern.ch/mkonig/fastpasta" [dependencies.arrayvec] version = "0.7.4" [dependencies.byteorder] version = "1.4.3" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.flume] version = "0.11.0" [dependencies.owo-colors] version = "4.0.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.temp-dir] version = "0.1.11"