[package] name = "mycelium_lib" version = "0.1.2" authors = ["matthew.bradford "] edition = "2018" description = "Library for Mycelium DDM" repository = "https://gitlab.com/matthew.bradford/myceliumdds" license = "MIT" maintenance = { status = "experimental" } [dependencies] bincode = "1.1.1" bytes = "0.4.12" chrono = { version = "0.4.6", features = ["serde"] } crossbeam-deque = "0.7.1" fern = "0.5.7" futures = "0.1.29" get_if_addrs = "0.5.3" log = "0.4.6" #mycelium_command = { path="../mycelium_command" } mycelium_command = "0.1.1" #mycelium_experimental = { path="../mycelium_experimental" } mycelium_experimental = "0.1.0" #mycelium_index = { path="../mycelium_index" } mycelium_index = "0.1.1" rayon = "1.1.0" ron = "0.4.1" serde = { version="1.0.101", features=["serde_derive",] } serde_json = "1.0.40" socket2 = { version = "0.3.4", features = ["reuseport"] } tokio = "0.1.22" uuid = { version = "0.7", features = ["v4"] }