# 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.82" name = "miden-client-web" version = "0.6.0" authors = ["miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Web Client library that facilitates interaction with the Miden rollup" documentation = "https://docs.rs/miden-client-web/0.6.0" readme = "README.md" keywords = [ "miden", "client", "web", "wasm", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-client" [lib] name = "miden_client_web" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.console_error_panic_hook] version = "0.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.miden-client] version = "0.6" features = [ "idxdb", "web-tonic", ] default-features = false [dependencies.miden-lib] version = "0.6" default-features = false [dependencies.miden-objects] version = "0.6" default-features = false [dependencies.miden-tx-prover] version = "0.6" features = ["async"] default-features = false [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.miden-lib] version = "0.6" features = ["testing"] default-features = false [dev-dependencies.miden-objects] version = "0.6" features = ["testing"] default-features = false [dev-dependencies.web-sys] version = "0.3" features = ["console"] [features] testing = [ "miden-client/testing", "miden-tx-prover/testing", ]