# 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 = "2018" name = "arber" version = "0.2.0" authors = ["Andreas Doerr"] description = "A Merkle-Mountain-Range (MMR) library" readme = "README.md" keywords = ["mmr", "merkle-trees", "crypto", "accumulator", "no_std"] categories = ["data-structures"] license = "Apache-2.0" repository = "http://github.com/adoerr/arber" [lib] doctest = false [[bench]] name = "arber_benchmark" harness = false [dependencies.blake2] version = "0.9" [dependencies.codec] version = "2.3.1" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.scale-info] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] std = ["codec/std", "scale-info/std", "displaydoc/std"]