iris-wasm 0.1.0

WASM bindings for Iris wallet
Documentation
[dependencies.bip39]
default-features = false
features = ["alloc", "std"]
version = "2.0"

[dependencies.ibig]
version = "0.3"

[dependencies.iris-crypto]
version = "0.1"

[dependencies.iris-grpc-proto]
version = "0.1"

[dependencies.iris-nockchain-types]
version = "0.1"

[dependencies.iris-ztd]
version = "0.1"

[dependencies.js-sys]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.tonic-web-wasm-client]
version = "0.6"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
features = ["console"]
version = "0.3"

[lib]
crate-type = ["cdylib", "rlib"]
name = "iris_wasm"
path = "src/lib.rs"

[package]
authors = ["NockBox inc. <tech@nockbox.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WASM bindings for Iris wallet"
documentation = "https://docs.rs/iris-wasm"
edition = "2021"
homepage = "https://nockbox.org"
keywords = ["nockchain", "iris", "wallet", "nock"]
license = "MIT"
name = "iris-wasm"
readme = "README.md"
repository = "https://github.com/nockbox/iris-rs"
rust-version = "1.85.0"
version = "0.1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"