# 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 = "algae-mmr" version = "0.1.19" authors = [ "FL03 (https://gitlab.com/FL03)", "Scattered-Systems (https://gitlab.com/scsys)", ] description = "Algae is a collection of core algorithms and data-structures, written in Rust" homepage = "https://github.com/scattered-systems/algae/wiki" readme = "README.md" keywords = [ "algorithms", "data-structures", ] categories = [] license = "Apache-2.0" repository = "https://github.com/scattered-systems/algae" resolver = "1" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.anyhow] version = "1" [dependencies.decanter] version = "0.1.5" features = [ "derive", "wasm", ] [dependencies.digest] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.6" [dependencies.strum] version = "0.24" features = ["derive"] [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.vrf] version = "0.2.4" [features] default = ["decanter/derive"] wasm = ["decanter/wasm"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]