# 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 = "beefy-merkle-tree" version = "12.0.0" authors = ["Parity Technologies "] description = "A no-std/Substrate compatible library to construct binary merkle tree." homepage = "https://substrate.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/substrate" [dependencies.array-bytes] version = "4.1" optional = true [dependencies.beefy-primitives] version = "12.0.0" default-features = false package = "sp-beefy" [dependencies.log] version = "0.4" optional = true default-features = false [dependencies.sp-api] version = "12.0.0" default-features = false [dependencies.sp-runtime] version = "16.0.0" default-features = false [dev-dependencies.array-bytes] version = "4.1" [dev-dependencies.env_logger] version = "0.9" [features] debug = [ "array-bytes", "log", ] default = [ "debug", "std", ] std = [ "beefy-primitives/std", "sp-api/std", "sp-runtime/std", ]