# 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-ledger" version = "0.1.20" authors = [ "FL03 ", "Scattered-Systems (https://scattered-systems.com)", ] description = "This crate services our hybrid multi-chain directly implementing several critical structures from blocks to chains and transactions" 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.bincode] version = "1.3.3" [dependencies.blake3] version = "1.3.1" [dependencies.bytes] version = "1.2.1" [dependencies.ckb-merkle-mountain-range] version = "0.5.2" [dependencies.crossbeam] version = "0.8.2" [dependencies.digest] version = "0.10.5" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.15.0" [dependencies.scsys] version = "0.1.26" features = ["full"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.slab] version = "0.4.7" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.typenum] version = "1.15.0" [dev-dependencies.env_logger] version = "0.9.1" [build-dependencies]