# 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 = "disaronno-macros" version = "0.1.0" authors = [ "FL03 ", "Scattered-Systems ", ] description = "A highly modular blockchain framework designed for the Scattered-Systems Ecosystem" license = "MIT" repository = "https://github.com/scattered-systems/disaronno.git" [lib] crate-type = [ "cdylib", "rlib", ] test = true bench = false [[test]] name = "simple" path = "tests/simple.rs" [dependencies.blake2] version = "0.10.4" [dependencies.chrono] version = "0.4.19" [dependencies.config] version = "0.13.1" [dependencies.futures] version = "0.3.21" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.libp2p] version = "0.45.1" features = [ "dns-tokio", "gossipsub", "mdns", "tcp-tokio", ] [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.12.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11"