# 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 = "taplo-lsp" version = "0.7.2" authors = ["tamasf97 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Language server for Taplo" homepage = "https://taplo.tamasfe.dev" readme = "README.md" license = "MIT" repository = "https://github.com/tamasfe/taplo" [package.metadata.auto-tag] enabled = true [lib] name = "taplo_lsp" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.arc-swap] version = "1.5.0" [dependencies.either] version = "1.6.1" [dependencies.figment] version = "0.10.6" features = ["json"] [dependencies.futures] version = "0.3.5" [dependencies.indexmap] version = "1.6" features = ["serde"] [dependencies.itertools] version = "0.10.3" [dependencies.lsp-async-stub] version = "0.6.4" [dependencies.lsp-types] version = "0.93.0" features = ["proposed"] [dependencies.once_cell] version = "1.5" [dependencies.parking_lot] version = "0.12.0" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.9" features = ["json"] default-features = false [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tap] version = "1.0.1" [dependencies.taplo] version = "0.13.2" features = ["serde"] [dependencies.taplo-common] version = "0.5.2" [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1.29" [features] default = ["rustls-tls"] native-tls = ["taplo-common/native-tls"] rustls-tls = ["taplo-common/rustls-tls"]