# 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 = "2018" name = "jmt-blake3" version = "0.1.2" authors = [ "Penumbra Labs ", "Diem Association ", "shuimuliang ", ] publish = true description = "Jellyfish Merkle Tree based on BLAKE3 hash function" homepage = "https://eclipse.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/shuimuliang/jellyfish-merkle-tree-blake3.git" [dependencies.anyhow] version = "1.0.68" [dependencies.async-recursion] version = "1.0.0" [dependencies.bcs] version = "0.1.4" [dependencies.blake3] version = "1.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.ics23-blake3] version = "0.9.1" optional = true [dependencies.itertools] version = "0.10.5" default-features = false [dependencies.mirai-annotations] version = "1.12.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.17.0" [dependencies.prometheus] version = "0.13.3" [dependencies.proptest] version = "1.0.0" [dependencies.proptest-derive] version = "0.3.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.0.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.rand] version = "0.8.5" [features] default = ["ics23-blake3"]