# 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_service" version = "0.1.0" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "WebAssembly Text Format language service." readme = "README.md" keywords = ["wasm"] license = "MIT" repository = "https://github.com/g-plane/wasm-language-tools" [lib] name = "wat_service" path = "src/lib.rs" [[bench]] name = "changed" path = "benches/changed.rs" harness = false [[bench]] name = "unchanged" path = "benches/unchanged.rs" harness = false [dependencies.indexmap] version = "2.5" [dependencies.line-index] version = "0.1" [dependencies.lsp-types] version = "0.97" [dependencies.rowan] version = "0.15" [dependencies.rustc-hash] version = "2.0" [dependencies.salsa] version = "0.16" [dependencies.smallvec] version = "1.13" [dependencies.wat_formatter] version = "0.1" [dependencies.wat_parser] version = "0.1" [dependencies.wat_syntax] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.39" features = [ "glob", "json", ] [lints.clippy] dbg_macro = "warn"