# 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 = "zerokit_utils" version = "0.5.1" description = "Various utilities for Zerokit" homepage = "https://vac.dev" documentation = "https://github.com/vacp2p/zerokit" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/vacp2p/zerokit" [lib] bench = false [[bench]] name = "merkle_tree_benchmark" harness = false [dependencies.ark-ff] version = "=0.4.1" features = ["asm"] default-features = false [dependencies.color-eyre] version = "=0.6.2" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "=0.4.3" features = ["rand"] default-features = false [dependencies.pmtree] version = "=2.0.2" optional = true package = "vacp2p_pmtree" [dependencies.serde] version = "=1.0.163" [dependencies.sled] version = "=0.34.7" [dev-dependencies.ark-bn254] version = "=0.4.0" [dev-dependencies.criterion] version = "=0.4.0" features = ["html_reports"] [dev-dependencies.hex-literal] version = "=0.3.4" [dev-dependencies.num-traits] version = "=0.2.15" [dev-dependencies.tiny-keccak] version = "=2.0.2" features = ["keccak"] [features] default = ["parallel"] parallel = ["ark-ff/parallel"] pmtree-ft = ["pmtree"]