wasi2ic 0.2.16

This tool converts WebAssembly System Interface (WASI) dependent Wasm files to be compatible with the Internet Computer (IC) platform.
Documentation
# 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 = "wasi2ic"
version = "0.2.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This tool converts WebAssembly System Interface (WASI) dependent Wasm files to be compatible with the Internet Computer (IC) platform."
readme = "README.md"
keywords = [
    "ic",
    "internet-computer",
    "wasi",
]
license = "MIT"
repository = "https://github.com/wasm-forge/wasi2ic"

[lib]
name = "wasi2ic"
path = "src/lib.rs"

[[bin]]
name = "wasi2ic"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"
default-features = false

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ic-wasm]
version = "0.9.6"

[dependencies.log]
version = "0.4.28"

[dependencies.walrus]
version = "0.22.0"

[dependencies.wasmprinter]
version = "0.239.0"

[dependencies.wat]
version = "1.239.0"