# 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-componentize" version = "0.0.1" authors = ["Pat Hickey "] description = "A library for translating Wasm core modules into Wasm components" homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-componentize" documentation = "https://docs.rs/wasm-componentize" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-componentize" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.7" features = ["derive"] optional = true [dependencies.log] version = "0.4.17" [dependencies.wasm-encoder] version = "0.16.0" [dependencies.wasmparser] version = "0.90.0" [features] cli = ["clap"] default = []