# 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 = "wasi-update" version = "0.1.5" authors = ["Frank Denis "] description = "A simple tool to convert a WebAssembly module to a WASI component." homepage = "https://github.com/jedisct1/wasi-update" readme = "README.md" keywords = [ "wit", "webassembly", "wasi", "component", "preview2", ] categories = [ "wasm", "web-programming", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/jedisct1/wasi-update" [package.metadata.deb] assets = [ [ "target/release/wasi-update", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/wasi-update/README.md", "644", ], ] depends = "$auto" extended-description = "A simple tool to convert a WebAssembly module to a WASI component." priority = "optional" section = "devel" [profile.release] codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4" features = [ "std", "cargo", "wrap_help", "string", ] [dependencies.ct-codecs] version = "1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.wit-component] version = "0.205.0" package = "wit-component-update"