# 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 = "2018" name = "wasmfmt" version = "0.2.4" authors = ["philipahlberg "] description = "A WebAssembly formatter" homepage = "https://github.com/philipahlberg/wasmfmt" documentation = "https://docs.rs/wasmfmt" readme = "README.md" categories = [ "command-line-interface", "wasm", ] license = "MIT" repository = "https://github.com/philipahlberg/wasmfmt" [profile.release] strip = "symbols" [[bin]] name = "wasmfmt" path = "src/main.rs" [[bench]] name = "fmt" harness = false [dependencies.structopt] version = "0.3" [dependencies.wast] version = "46.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.2" [dev-dependencies.unindent] version = "0.1"