wasm-rquickjs 0.0.24

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.0.24"
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"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.camino]
version = "1.1.10"

[dependencies.fs_extra]
version = "1.3.0"

[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.toml_edit]
version = "0.22.27"

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

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

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