21 lines
No EOL
750 B
TOML
21 lines
No EOL
750 B
TOML
[package]
|
|
name = "zokrates_js"
|
|
version = "1.0.43"
|
|
authors = ["Darko Macesic"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
js-sys = "0.3.33"
|
|
serde = { version = "^1.0.59", features = ["derive"] }
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|
|
wasm-bindgen = { version = "0.2.46", features = ["serde-serialize"] }
|
|
typed-arena = "1.4.1"
|
|
zokrates_core = { path = "../zokrates_core", features = ["wasm", "ark"], default-features = false }
|
|
zokrates_common = { path = "../zokrates_common" }
|
|
zokrates_field = { path = "../zokrates_field" }
|
|
zokrates_abi = { path = "../zokrates_abi" }
|
|
console_error_panic_hook = "0.1.6"
|
|
indexmap = "~1.6.2" # see https://github.com/rustwasm/wasm-bindgen/issues/2770#issuecomment-1041102532 |