[package] name = "merkle-tree-wasm" version = "1.1.1" edition = "2021" license = "AGPL-3.0" authors = ["0xisk", "sripwoud"] repository = "https://github.com/anonklub/anonklub/tree/main/pkgs/merkle-tree-wasm" description = "Creation and management of Merkle tree structures." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib","cdylib"] [dependencies] anonklub-poseidon = "1.0.0" ark-ff = "0.4.2" ark-secp256k1 = "0.4.0" ark-secq256k1 = "0.4.0" ark-serialize = "0.4.2" ark-std = "0.4.0" console_error_panic_hook = "0.1.7" csv = "1.3.0" hex = "0.4.3" num-bigint = "0.4.4" rayon = "1.8.0" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" wasm-bindgen = "0.2.89" web-sys = { version = "0.3.66", features = ["console"] } [dev-dependencies] ark-std = "0.4.0" [features] default = ["ark-std/print-trace"]