# 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 = "rebase_client_wasm" version = "0.0.2" authors = ["Spruce Systems, Inc"] description = "The WASM used to create the Rebase JavaScript Client, usable by other WASM-targeting Rust libs" homepage = "https://www.spruceid.dev/rebase" documentation = "https://www.spruceid.dev/rebase" readme = "README.md" keywords = [ "cryptography", "identity", "credentials", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/spruceid/rebase/" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3" [dependencies.rand] version = "0.7" features = ["wasm-bindgen"] [dependencies.rebase_witness_sdk] version = "0.1.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3.28" features = ["wasm-bindgen"] [dependencies.url] version = "2" features = ["serde"] [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"]