# 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-network" version = "0.1.20" authors = [ "FL03 ", "Scattered-Systems (https://scattered-systems.com)", ] description = "This crate implements the networking features required 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.crossbeam] version = "0.8.2" [dependencies.disarray-ledger] version = "0.1.20" [dependencies.libp2p] version = "0.49.0" features = [ "autonat", "dns", "dns-tokio", "floodsub", "identify", "kad", "mdns", "mdns-tokio", "metrics", "mplex", "noise", "ping", "pnet", "request-response", "rsa", "secp256k1", "tcp", "tcp-tokio", "tokio", "websocket", ] [dependencies.log] version = "0.4.17" [dependencies.mio] version = "0.8.5" features = [ "os-ext", "os-poll", "net", ] [dependencies.mio-extras] version = "2.0.6" [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.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies.env_logger] version = "0.9.1" [features] default = []