# 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" rust-version = "1.73.0" name = "halo2-wasm" version = "0.3.4" authors = ["Intrinsic Technologies"] description = "Wasm bindings for the halo2 circuit library." readme = "readme.md" license = "MIT" repository = "https://github.com/axiom-crypto/halo2-browser/halo2-wasm" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.bincode] version = "1.3" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.halo2-base] version = "0.4.1" features = ["halo2-axiom"] [dependencies.halo2-ecc] version = "0.4.1" features = ["halo2-axiom"] default-features = false [dependencies.itertools] version = "0.11" [dependencies.js-sys] version = "0.3" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0.14" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_bytes] version = "0.11" [dependencies.snark-verifier] version = "0.1.7" features = [ "loader_halo2", "halo2-axiom", ] default-features = false [dependencies.snark-verifier-sdk] version = "0.1.7" features = [ "loader_halo2", "halo2-axiom", ] default-features = false [dependencies.tsify] version = "0.4.5" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3" features = [ "Request", "Window", "Response", "console", ] [features] default = ["rayon"] rayon = [] [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-rayon] version = "=1.1.3"