# 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 = "fuel-merkle" version = "0.55.0" authors = ["Fuel Labs "] description = "Fuel Merkle tree libraries." homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "merkle", ] categories = [ "cryptography::cryptocurrencies", "data-structures", "parsing", ] license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuel-vm" [[test]] name = "tests-data" path = "./tests-data/tests-data.rs" harness = false required-features = ["std"] [[test]] name = "tests-data-binary" path = "./tests-data-binary/tests-data-binary.rs" harness = false required-features = ["std"] [[bench]] name = "smt" harness = false required-features = ["std"] [dependencies.derive_more] version = "0.99" features = ["display"] default-features = false [dependencies.digest] version = "0.10" default-features = false [dependencies.fuel-storage] version = "0.55.0" default-features = false [dependencies.hashbrown] version = "0.13" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.criterion] version = "0.5.0" [dev-dependencies.datatest-stable] version = "0.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.proptest-derive] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [features] default = ["std"] serde = ["dep:serde"] std = [ "digest/default", "hex/default", "sha2/default", ] test-helpers = []