[package] authors = ["FL03 ", "Scattered-Systems (https://scattered-systems.com)"] categories = ["development-tools", "network-programming"] description = "This crate implements the runtime for the hybrid blockchain network, Disarray" edition = "2021" homepage = "https://scattered-systems.github.io/disarray" keywords = ["async", "scsys"] license = "MIT" name = "disarray-runtime" readme = "README.md" repository = "https://github.com/scattered-systems/disarray" version = "0.1.20" # TODO - Update the cargo package version [lib] crate-type = ["cdylib", "rlib"] test = true [build-dependencies] [dependencies] algae = { default-features = false, features = ["merkle"], version = "0.1.13" } hex = "0.4.3" hex-literal = "0.3.4" scsys = { features = ["full"], version = "0.1.26" } serde = { features = ["derive"], version = "1.0.147" } serde_json = "1.0.87" strum = { features = ["derive"], version = "0.24.1" } tokio = { features = ["full"], version = "1.21.2" } wasmer = "2.3.0" [dev-dependencies] env_logger = "0.9.1"