# 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 = "lsp-async-stub" version = "0.6.4" authors = ["tamasfe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An LSP server stub for futures" readme = "README.md" license = "MIT" repository = "https://github.com/tamasfe/taplo" [package.metadata.auto-tag] enabled = true [lib] name = "lsp_async_stub" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.52" [dependencies.futures] version = "0.3.5" [dependencies.getrandom] version = "0.2" features = [ "wasm-bindgen", "js", ] [dependencies.lsp-types] version = "0.93.0" [dependencies.rowan] version = "0.15.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.24.2" optional = true default-features = false [dependencies.tracing] version = "0.1.29" [features] default = [] tokio-stdio = [ "tokio", "tokio/rt", "tokio/io-util", "tokio/io-std", "tokio/macros", ] tokio-tcp = [ "tokio", "tokio/rt", "tokio/io-util", "tokio/net", "tokio/macros", ]