# 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 = "dotrain-lsp" version = "6.0.1-alpha.21" description = "Rain language server protocol services" homepage = "https://github.com/rainlanguage/dotrain" license = "CAL-1.0" repository = "https://github.com/rainlanguage/dotrain" [package.metadata.docs.rs] all-features = true [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.alloy-primitives] version = "0.6.3" [dependencies.anyhow] version = "1.0.75" [dependencies.dotrain] version = "6.0.1-alpha.21" [dependencies.js-sys] version = "0.3.66" optional = true [dependencies.lsp-types] version = "0.94.1" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.2" [dependencies.serde-wasm-bindgen] version = "0.6.1" optional = true [dependencies.tsify] version = "0.4.5" features = [ "js", "wasm-bindgen", ] optional = true default-features = false [dependencies.wasm-bindgen] version = "0.2.89" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.39" optional = true [features] js-api = [ "dotrain/js-api", "dep:js-sys", "dep:wasm-bindgen", "dep:serde-wasm-bindgen", "dep:wasm-bindgen-futures", "dep:tsify", ] [lints.clippy] all = "warn"