# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "disarray-runtime" version = "0.1.20" authors = [ "FL03 ", "Scattered-Systems (https://scattered-systems.com)", ] description = "This crate implements the runtime for the hybrid blockchain network, Disarray" homepage = "https://scattered-systems.github.io/disarray" readme = "README.md" keywords = [ "async", "scsys", ] categories = [ "development-tools", "network-programming", ] license = "MIT" repository = "https://github.com/scattered-systems/disarray" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.algae] version = "0.1.13" features = ["merkle"] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.scsys] version = "0.1.26" features = ["full"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.wasmer] version = "2.3.0" [dev-dependencies.env_logger] version = "0.9.1" [build-dependencies]