# 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" name = "wasm-component-ld" version = "0.5.4" 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" [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.wasmparser] version = "0.210.0" [dependencies.wat] version = "1.210.0" [dependencies.wit-component] version = "0.210.0"