# 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 = "cw-merkle-tree" version = "0.3.0" authors = ["yoisha <48324733+y-pakorn@users.noreply.github.com>"] description = "Sparse merkle tree with variants implementation for CosmWasm smart contract" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/y-pakorn/cw-merkle-tree" [dependencies.cosmwasm-std] version = "1.2.5" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.37" [dev-dependencies.blake2] version = "0.10.4"