wasm-component-ld 0.5.21

Linker for `wasm32-wasip2`
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.82.0"
name = "wasm-component-ld"
version = "0.5.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linker for `wasm32-wasip2`"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/bytecodealliance/wasm-component-ld"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}"
bin-dir = "{name}-v{version}-{target-arch}-{target-family}/{bin}{binary-ext}"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-macos{archive-suffix}"
bin-dir = "{name}-v{version}-{target-arch}-macos/{bin}{binary-ext}"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-macos{archive-suffix}"
bin-dir = "{name}-v{version}-{target-arch}-macos/{bin}{binary-ext}"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.x86_64-pc-windows-gnu]
pkg-fmt = "zip"

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

[[bin]]
name = "wasm-component-ld"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.80"

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

[dependencies.clap_lex]
version = "0.7.5"

[dependencies.lexopt]
version = "0.3.0"

[dependencies.tempfile]
version = "3.10.0"

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

[dependencies.wasmparser]
version = "0.245.1"

[dependencies.wat]
version = "1.245.1"

[dependencies.wit-component]
version = "0.245.1"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Foundation"]

[target."cfg(windows)".dependencies.winsplit]
version = "0.1"