host-extensions 0.3.2

Extension framework for host-sdk: parallel JS bridges registered under window.host.ext.*
Documentation
# 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 = "host-extensions"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extension framework for host-sdk: parallel JS bridges registered under window.host.ext.*"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/paritytech/host-sdk"

[lib]
name = "host_extensions"
path = "src/lib.rs"

[[test]]
name = "wasm"
path = "tests/wasm.rs"

[dependencies.getrandom]
version = "0.2"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

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