| # 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.76.0" |
| name = "wasm-component-ld" |
| version = "0.5.10" |
| build = 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] |
| bin-dir = "{name}-v{version}-{target-arch}-{target-family}/{bin}{binary-ext}" |
| pkg-fmt = "tgz" |
| pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}" |
| |
| [package.metadata.binstall.overrides.aarch64-apple-darwin] |
| bin-dir = "{name}-v{version}-{target-arch}-macos/{bin}{binary-ext}" |
| pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-macos{archive-suffix}" |
| |
| [package.metadata.binstall.overrides.x86_64-apple-darwin] |
| bin-dir = "{name}-v{version}-{target-arch}-macos/{bin}{binary-ext}" |
| pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-macos{archive-suffix}" |
| |
| [package.metadata.binstall.overrides.x86_64-pc-windows-gnu] |
| pkg-fmt = "zip" |
| |
| [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] |
| 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.lexopt] |
| version = "0.3.0" |
| |
| [dependencies.tempfile] |
| version = "3.10.0" |
| |
| [dependencies.wasi-preview1-component-adapter-provider] |
| version = "24.0.0" |
| |
| [dependencies.wasmparser] |
| version = "0.219.0" |
| |
| [dependencies.wat] |
| version = "1.219.0" |
| |
| [dependencies.wit-component] |
| version = "0.219.0" |
| |
| [dependencies.wit-parser] |
| version = "0.219.0" |