uniffi-runtime-javascript 0.30.0-0

Javascript runtime for UniFFI-generated bindings
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 = "uniffi-runtime-javascript"
version = "0.30.0-0"
authors = ["James Hugman <james@hugman.tv>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Javascript runtime for UniFFI-generated bindings"
readme = "README.md"
keywords = [
    "ffi",
    "code-generation",
    "javascript",
    "wasm",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MPL-2.0"
repository = "https://github.com/jhugman/uniffi-bindgen-react-native"

[features]
wasm32 = ["wasm-bindgen"]

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

[dependencies.uniffi_core]
version = "0.29"
default-features = false

[dependencies.wasm-bindgen]
version = "0.2.97"
optional = true