javy-codegen 4.0.0

Wasm generation library for use with Javy
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 = "javy-codegen"
version = "4.0.0"
authors = ["The Javy Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasm generation library for use with Javy"
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/codegen"
readme = "README.md"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/codegen"
resolver = "2"

[features]
plugin_internal = []

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.brotli]
version = "8.0.2"

[dependencies.convert_case]
version = "0.10.0"

[dependencies.deterministic-wasi-ctx]
version = "4.0.0"

[dependencies.swc_core]
version = "58.0.4"
features = [
    "common_sourcemap",
    "ecma_ast",
    "ecma_parser",
]

[dependencies.tempfile]
version = "3.26.0"

[dependencies.walrus]
version = "0.24.5"

[dependencies.wasm-opt]
version = "0.116.1"

[dependencies.wasmparser]
version = "0.244.0"

[dependencies.wasmtime]
version = "42"

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

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

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

[dev-dependencies.insta]
version = "1.46.3"

[dev-dependencies.tokio]
version = "1"
features = ["macros"]

[dev-dependencies.wasmprinter]
version = "0.244.0"