componentize-qjs 0.2.1

Convert JavaScript to WebAssembly components using QuickJS
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"
rust-version = "1.94"
name = "componentize-qjs"
version = "0.2.1"
build = "build.rs"
include = [
    "src/**/*",
    "wit/**/*",
    "build.rs",
    "../../README.md",
    "prebuilt/runtime.wasm",
    "prebuilt/runtime.wasm.cdx.json",
    "prebuilt/runtime.wasm.sha256",
    "prebuilt/runtime-opt-size.wasm",
    "prebuilt/runtime-opt-size.wasm.cdx.json",
    "prebuilt/runtime-opt-size.wasm.sha256",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert JavaScript to WebAssembly components using QuickJS"
homepage = "https://github.com/andreiltd/componentize-qjs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/andreiltd/componentize-qjs"
resolver = "2"

[features]
component-model-async = []
default = ["component-model-async"]
opt-size = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
default-features = false

[dependencies.wac-graph]
version = "0.10"

[dependencies.wasi-preview1-component-adapter-provider]
version = "44"

[dependencies.wasmtime]
version = "44"
features = [
    "component-model",
    "async",
]

[dependencies.wasmtime-wasi]
version = "44"
features = ["p3"]

[dependencies.wasmtime-wizer]
version = "44"
features = [
    "component-model",
    "wasmtime",
]

[dependencies.wit-component]
version = "0.248"
features = ["dummy-module"]

[dependencies.wit-dylib]
version = "0.248"

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

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.flate2]
version = "1.1"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "3"