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