Files
daqbuffer/crates/commonio/Cargo.toml
2025-05-07 14:50:50 +02:00

24 lines
590 B
TOML

[package]
name = "commonio"
version = "0.0.2"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[lib]
path = "src/commonio.rs"
[dependencies]
tracing = "0.1"
futures-util = "0.3.31"
bytes = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = "0.4"
async-channel = "2.3.1"
parking_lot = "0.12"
crc32fast = "1.4"
daqbuf-err = { path = "../../../daqbuf-err" }
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
taskrun = { path = "../taskrun" }
items_0 = { path = "../../../daqbuf-items-0", package = "daqbuf-items-0" }