# 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 = "merkle-tree-wasm" version = "1.1.1" authors = [ "0xisk", "sripwoud", ] description = "Creation and management of Merkle tree structures." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/anonklub/anonklub/tree/main/pkgs/merkle-tree-wasm" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.anonklub-poseidon] version = "1.0.0" [dependencies.ark-ff] version = "0.4.2" [dependencies.ark-secp256k1] version = "0.4.0" [dependencies.ark-secq256k1] version = "0.4.0" [dependencies.ark-serialize] version = "0.4.2" [dependencies.ark-std] version = "0.4.0" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.csv] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.4" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.wasm-bindgen] version = "0.2.89" [dependencies.web-sys] version = "0.3.66" features = ["console"] [dev-dependencies.ark-std] version = "0.4.0" [features] default = ["ark-std/print-trace"]