componentize-qjs-cli 0.1.0

CLI for converting 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-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for converting 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"

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

[[bin]]
name = "componentize-qjs"
path = "src/main.rs"
doc = false

[[test]]
name = "async_types"
path = "tests/async_types.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "fuzz"
path = "tests/fuzz.rs"

[[test]]
name = "wasi"
path = "tests/wasi.rs"

[[test]]
name = "wit_types"
path = "tests/wit_types.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.componentize-qjs]
version = "0.1.0"

[dependencies.oxc_allocator]
version = "0.115.0"

[dependencies.oxc_codegen]
version = "0.115.0"

[dependencies.oxc_minifier]
version = "0.115.0"

[dependencies.oxc_parser]
version = "0.115.0"

[dependencies.oxc_span]
version = "0.115.0"

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

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.tempfile]
version = "3.13"

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

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

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

[profile.release]
lto = true

[profile.test]
opt-level = 3