Clean deps

This commit is contained in:
Dominik Werder
2024-11-24 22:33:05 +01:00
parent e22a8383b1
commit c1701fe36a
-29
View File
@@ -10,44 +10,15 @@ serde_json = "1.0"
tracing = "0.1.37"
async-channel = "2.3.1"
bytes = "1.8"
#arrayref = "0.3"
byteorder = "1.5"
futures-util = { version = "0.3.31", features = ["io"] }
#md-5 = "0.10.5"
#hex = "0.4.3"
#regex = "1.8.4"
#axum = "0.7.5"
#http-body = "1"
#url = "2.2"
#hyper = "1.3.1"
chrono = "0.4"
humantime = "2.1.0"
humantime-serde = "1.1.1"
pin-project = "1"
#lazy_static = "1"
#libc = "0.2"
slidebuf = "0.0.1"
#dashmap = "6.0.1"
#hashbrown = "0.14.3"
#smallvec = "1.13.2"
thiserror = "=0.0.1"
#log = { path = "../log" }
series = { path = "../daqbuf-series", package = "daqbuf-series" }
#serieswriter = { path = "../serieswriter" }
#stats = { path = "../stats" }
#scywr = { path = "../scywr" }
#dbpg = { path = "../dbpg" }
#serde_helper = { path = "../serde_helper" }
#ingest-linux = { path = "../ingest-linux" }
#err = { path = "../../daqbuf-err", package = "daqbuf-err" }
netpod = { path = "../daqbuf-netpod", package = "daqbuf-netpod" }
#items_0 = { path = "../../daqbuf-items-0", package = "daqbuf-items-0" }
#items_2 = { path = "../../daqbuf-items-2", package = "daqbuf-items-2" }
#streams = { path = "../../daqbuf-streams", package = "daqbuf-streams" }
#taskrun = { path = "../../daqbuffer/crates/taskrun" }
#bitshuffle = { path = "../../daqbuffer/crates/bitshuffle" }
#mrucache = { path = "../mrucache" }
#batchtools = { path = "../batchtools" }
[patch.crates-io]
thiserror = { git = "https://github.com/dominikwerder/thiserror.git", branch = "cstm" }