[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.9.16" tokio = { version = "1.23.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs", "tracing"] } tokio-stream = { version = "0.1", features = ["fs"]} tracing = "0.1.37" async-channel = "1.6" bytes = "1.3" arrayref = "0.3" byteorder = "1.4" futures-util = "0.3" #pin-project-lite = "0.2" scylla = "0.7" tokio-postgres = "0.7.7" md-5 = "0.10" hex = "0.4" libc = "0.2" regex = "1.7.0" axum = "0.6" http = "0.2" url = "2.2" hyper = "0.14" chrono = "0.4" humantime = "2.1" humantime-serde = "1.1" pin-project = "1" lazy_static = "1" log = { path = "../log" } stats = { path = "../stats" } err = { path = "../../daqbuffer/err" } netpod = { path = "../../daqbuffer/netpod" } taskrun = { path = "../../daqbuffer/taskrun" } bitshuffle = { path = "../../daqbuffer/bitshuffle" }