# 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 = "nu-lsp" version = "0.100.0" authors = ["The Nushell Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nushell's integrated LSP server" readme = "README.md" license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-lsp" [lib] name = "nu_lsp" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.lsp-server] version = "0.7.5" [dependencies.lsp-types] version = "0.95.0" features = ["proposed"] [dependencies.miette] version = "7.2" [dependencies.nu-cli] version = "0.100.0" [dependencies.nu-parser] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" [dependencies.reedline] version = "0.37.0" [dependencies.ropey] version = "1.6.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.nu-cmd-lang] version = "0.100.0" [dev-dependencies.nu-command] version = "0.100.0" [dev-dependencies.nu-test-support] version = "0.100.0" [lints.clippy] unchecked_duration_subtraction = "warn"