# 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 = "wat_formatter" version = "0.1.0" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "WebAssembly Text Format formatter." readme = "README.md" keywords = [ "wasm", "formatter", ] license = "MIT" repository = "https://github.com/g-plane/wasm-language-tools" [lib] name = "wat_formatter" path = "src/lib.rs" [[example]] name = "fmt" path = "examples/fmt.rs" required-features = ["config_serde"] [dependencies.line-index] version = "0.1" [dependencies.rowan] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tiny_pretty] version = "0.2" [dependencies.wat_syntax] version = "0.1" [dev-dependencies.insta] version = "1.39" features = [ "glob", "json", ] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.similar-asserts] version = "1.6" [dev-dependencies.wat_parser] version = "0.1" [features] config_serde = ["serde"] [lints.clippy] dbg_macro = "warn"