# 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 = "wast2json" version = "0.1.0" authors = ["Oliver Horn "] description = "A wast2json implementation written in Rust" homepage = "https://github.com/ohorn/wast2json-rs" readme = "README.md" keywords = [ "WebAssembly", "wasm", "wast", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/ohorn/wast2json-rs" [profile.release] lto = true strip = true [[bin]] name = "wast2json-rs" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.57" [dependencies.wasmparser] version = "0.201.0" [dependencies.wast] version = "201.0.0" [dependencies.wat] version = "1.201.0" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.wasmprinter] version = "0.201.0"