[package] name = "netfetch" version = "0.0.2" authors = ["Dominik Werder "] edition = "2021" [lib] path = "src/netfetch.rs" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_cbor = "0.11" serde_yaml = "0.8.23" tokio = { version = "1.18.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs", "tracing"] } tokio-stream = { version = "0.1", features = ["fs"]} async-channel = "1.6" bytes = "1.0" arrayref = "0.3" byteorder = "1.4" futures-core = "0.3" futures-util = "0.3" #pin-project-lite = "0.2" scylla = "0.4" tokio-postgres = "0.7.6" md-5 = "0.9" hex = "0.4" libc = "0.2" regex = "1.5.5" axum = "0.5" log = { path = "../log" } stats = { path = "../stats" } err = { path = "../../daqbuffer/err" } netpod = { path = "../../daqbuffer/netpod" } taskrun = { path = "../../daqbuffer/taskrun" } bitshuffle = { path = "../../daqbuffer/bitshuffle" }