[package] name = "nodenet" version = "0.0.1-a.1" authors = ["Dominik Werder "] edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_cbor = "0.11.1" chrono = { version = "0.4.19", features = ["serde"] } tokio = { version = "1.7.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] } tokio-stream = {version = "0.1.5", features = ["fs"]} async-channel = "1.6" bytes = "1.0.1" crc32fast = "1.2.1" arrayref = "0.3.6" byteorder = "1.4.3" futures-core = "0.3.14" futures-util = "0.3.14" tracing = "0.1.25" hex = "0.4.3" err = { path = "../err" } netpod = { path = "../netpod" } disk = { path = "../disk" } archapp_wrap = { path = "../archapp_wrap" } #parse = { path = "../parse" } items = { path = "../items" } taskrun = { path = "../taskrun" }