[package] name = "mycelium_index" version = "0.1.1" authors = ["matthew.bradford "] edition = "2018" description = "Library for Mycelium DDM" repository = "https://gitlab.com/matthew.bradford/myceliumdds" license = "MIT" maintenance = { status = "experimental" } gitlab = { repository = "https://gitlab.com/matthew.bradford/myceliumdds.git", branch = "master" } [dependencies] mycelium_command = "0.1.1" mycelium_core = "0.1.1" mycelium_experimental = "0.1.0" rayon = "1.1.0" serde = { version="1.0.101", features=["serde_derive"] }