wasm-rquickjs 0.2.1

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
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 = "2024"
name = "wasm-rquickjs"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine"
homepage = "https://github.com/golemcloud/wasm-rquickjs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/golemcloud/wasm-rquickjs"

[features]
default = []
optimize = [
    "dep:wasmtime",
    "dep:wasmtime-wasi",
    "dep:wasmtime-wasi-http",
    "dep:wasmtime-wizer",
    "dep:tokio",
]
use-golem-wasmtime = []

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.camino]
version = "1.1.10"

[dependencies.heck]
version = "0.5.0"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indexmap]
version = "2.11.0"

[dependencies.prettier-please]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.101"

[dependencies.tokio]
version = "1.47.1"
features = ["rt"]
optional = true

[dependencies.toml_edit]
version = "0.22.27"

[dependencies.wasm-encoder]
version = "0.235.0"
features = [
    "wasmparser",
    "component-model",
]

[dependencies.wasmparser_encoder]
version = "0.235.0"
package = "wasmparser"

[dependencies.wasmtime]
version = "42.0.1"
features = [
    "async",
    "component-model",
]
optional = true

[dependencies.wasmtime-wasi]
version = "42.0.1"
optional = true

[dependencies.wasmtime-wasi-http]
version = "42.0.1"
optional = true

[dependencies.wasmtime-wizer]
version = "42.0.1"
features = [
    "component-model",
    "wasmtime",
]
optional = true

[dependencies.wit-bindgen-core]
version = "0.43.0"

[dependencies.wit-encoder]
version = "0.235.0"

[dependencies.wit-parser]
version = "0.235.0"