# 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 = "silly-wat-linker" version = "0.7.1" authors = ["Surma "] description = "A tool that makes writing WebAssembly Text files easier." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/surma/silly-wat-linker" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.14" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.wasm3] version = "0.3.1" [dependencies.wat] version = "1.0.48"