componentize-qjs 0.1.0

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 = "2021"
rust-version = "1.94"
name = "componentize-qjs"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*",
    "wit/**/*",
    "build.rs",
    "../../README.md",
    "prebuilt/runtime.wasm",
    "prebuilt/runtime.wasm.cdx.json",
    "prebuilt/runtime.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"

[features]
default = []
optimize-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.9"

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

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

[dependencies.wasmtime-wasi]
version = "42"

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

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

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

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

[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"