# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "docuglot" version = "0.7.0" authors = ["Justin Simerly "] description = "A Language Server Protocol translator for clients." readme = "README.md" keywords = ["lsp", "lanugage", "server", "protocol"] categories = ["text-editors"] license = "MIT" repository = "https://github.com/jsim2010/docuglot.git" [dependencies.conventus] version = "0.3.0" [dependencies.cur] version = "0.4.0" [dependencies.fehler] version = "1.0.0" [dependencies.log] version = "0.4.8" features = ["serde"] [dependencies.lsp-types] version = "0.88.0" [dependencies.market] version = "0.26.0" [dependencies.parse-display] version = "0.1.1" [dependencies.serde] version = "1.0.104" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"