[package] name = "dq" version = "0.1.0" authors = ["Dominik Werder "] edition = "2021" [lib] path = "src/dq.rs" [dependencies] tokio = { version = "1.21.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] } futures-util = "0.3.14" clap = { version = "4.0", features = ["derive", "cargo"] } chrono = "0.4.19" bytes = "1.0.1" err = { path = "../err" } taskrun = { path = "../taskrun" } netpod = { path = "../netpod" } items = { path = "../items" } parse = { path = "../parse" } disk = { path = "../disk" } streams = { path = "../streams" }