Files
daqbuf-ca-proto/Cargo.toml
2025-04-10 11:58:28 +02:00

26 lines
739 B
TOML

[package]
name = "daqbuf-ca-proto"
version = "0.0.4"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1.37"
async-channel = "2.3.1"
bytes = "1.8"
byteorder = "1.5"
futures-util = { version = "0.3.31", features = ["io"] }
chrono = "0.4"
humantime = "2.1.0"
humantime-serde = "1.1.1"
slidebuf = "0.0.1"
thiserror = "=0.0.1"
series = { path = "../daqbuf-series", package = "daqbuf-series" }
netpod = { path = "../daqbuf-netpod", package = "daqbuf-netpod" }
mettrics = { version = "0.0.6", path = "../mettrics" }
[patch.crates-io]
thiserror = { git = "https://github.com/dominikwerder/thiserror.git", branch = "cstm" }