# 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" version = "0.1.20" authors = [ "FL03 ", "Scattered-Systems (https://scattered-systems.com)", ] build = "build.rs" description = "Disarray a hybrid multi-chain engineered as a high-preformant execution layer for our portals" 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.disarray-core] version = "0.1.20" features = ["full"] optional = true [dependencies.disarray-ledger] version = "0.1.20" optional = true [dependencies.disarray-network] version = "0.1.20" optional = true [dependencies.disarray-runtime] version = "0.1.20" optional = true [dev-dependencies] [build-dependencies] [features] core = [ "disarray-core/default", "disarray-core/full", ] default = [ "core", "ledger", "network", "runtime", ] full = [ "core", "ledger", "network", "runtime", ] ledger = ["disarray-ledger"] network = ["disarray-network"] runtime = ["disarray-runtime"]