# 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" 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 bench = false [dependencies.algae-graph] version = "0.1.19" features = [] optional = true [dependencies.algae-merkle] version = "0.1.19" features = [] optional = true [dependencies.algae-mmr] version = "0.1.19" features = [] optional = true [dev-dependencies] [build-dependencies] [features] core = [] default = [ "core", "graph", "merkle", "mmr", ] full = [ "core", "graph", "merkle", "mmr", ] graph = ["algae-graph"] merkle = ["algae-merkle"] mmr = ["algae-mmr"] wasm = [] [target.wasm32-unknown-unknown] [target.wasm32-wasi]