wat_service 0.10.2

WebAssembly Text Format language service.
Documentation
# 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 = "2024"
name = "wat_service"
version = "0.10.2"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
exclude = ["/tests"]
autolib = false
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 = "diagnostics"
path = "benches/diagnostics.rs"
harness = false

[[bench]]
name = "unchanged"
path = "benches/unchanged.rs"
harness = false

[dependencies.bumpalo]
version = "3.20"
features = [
    "collections",
    "allocator-api2",
]

[dependencies.hashbrown]
version = "0.16"
features = [
    "inline-more",
    "allocator-api2",
]
default-features = false

[dependencies.indexmap]
version = "2.13"

[dependencies.itertools]
version = "0.14"

[dependencies.line-index]
version = "0.1"

[dependencies.lspt]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.petgraph]
version = "0.8"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.salsa]
version = "0.26"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.wat_formatter]
version = "0.10"

[dependencies.wat_parser]
version = "0.10"

[dependencies.wat_syntax]
version = "0.10"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.insta]
version = "1.46"
features = [
    "glob",
    "json",
]

[lints.clippy]
dbg_macro = "warn"