# 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 = "glasgow" version = "0.3.1" authors = ["Christofer Nolander "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Language Server for WGSL (WebGPU Shading Language)" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/nolanderc/glasgow" [[bin]] name = "glasgow" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.lsp] version = "0.97.0" package = "lsp-types" [dependencies.lsp-server] version = "0.7.6" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.wgsl-spec] version = "0.2.0" features = ["include"] [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.indoc] version = "2.0.5"