# 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 = "wasm-bindgen-utils"
version = "0.0.7"
description = "Provides utilities and helpers that make working with wasm-bindgen easy"
homepage = "https://github.com/rainlanguage/rain.wasm"
readme = "README.md"
license = "LicenseRef-DCL-1.0"

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

[dependencies.paste]
version = "1.0"

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

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

[dependencies.tsify]
version = "0.4"
features = [
    "js",
    "wasm-bindgen",
]
default-features = false

[dependencies.wasm-bindgen]
version = "^0.2.93"

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

[dependencies.wasm-bindgen-utils-macros]
version = "=0.0.2"

[dev-dependencies.macrotest]
version = "1.0"

[dev-dependencies.serde_test]
version = "1"

[dev-dependencies.trybuild]
version = "1.0"

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