# 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" rust-version = "1.80" name = "tinywasm-cli" version = "0.8.0" authors = ["Henry Gressmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyWasm CLI" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/explodingcamera/tinywasm" [[bin]] name = "tinywasm-cli" path = "src/bin.rs" [dependencies.argh] version = "0.1" [dependencies.eyre] version = "0.6" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.tinywasm] version = "0.8.0-alpha.0" features = [ "std", "parser", ] [dependencies.wast] version = "216" optional = true [features] default = ["wat"] wat = ["dep:wast"]