# 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 = "osmium-libs-lsp-handler" version = "0.0.3" description = "Dispatch LSP messages to all hooked handlers" license = "GPL-3.0-or-later" repository = "https://github.com/astrodevs-labs/osmium" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.js-sys] version = "0.3.64" [dependencies.lsp-types] version = "0.94.1" [dependencies.serde] version = "1.0.188" [dependencies.serde-wasm-bindgen] version = "0.6.0" [dependencies.serde_json] version = "1.0.107" [dependencies.tracing] version = "0.1.39" features = [] [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.wasm-bindgen-futures] version = "0.4.37"