# 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" version = "0.1.5" authors = [ "FL03 ", "Scattered-Systems ", ] description = "Disaronno is a blockchain framework designed to support the Scattered-Systems Ecosystem" readme = "README.md" keywords = [ "blockchain", "devtool", "scsys", ] categories = [ "blockchain", "toolkit", ] license = "MIT" repository = "https://github.com/scattered-systems/disaronno.git" [lib] crate-type = [ "cdylib", "rlib", ] test = true bench = false [[test]] name = "test" path = "tests/test.rs" [dependencies.blake2] version = "0.10.4" [dependencies.bson] version = "2.2.0" features = [ "chrono-0_4", "serde_with", ] [dependencies.chrono] version = "0.4.19" [dependencies.config] version = "0.13.1" [dependencies.disaronno-macros] version = "0.1.0" optional = true [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", "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" [features] default = ["networking"] macros = ["disaronno-macros"] networking = [ "libp2p/default", "libp2p/dns-tokio", "libp2p/tcp-tokio", ]