# 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 = "prosemd-lsp" version = "0.1.0" authors = ["Phil Pluckthun "] build = "build.rs" include = ["vendor/nlprule-data/**/*.bin.xz", "vendor/tree-sitter-markdown/**/*.{c,cc,h}", "src/**/*.rs", "Cargo.toml", "build.rs"] description = "An experimental proofreading and linting language server for markdown files" homepage = "https://github.com/kitten/prosemd-lsp" documentation = "https://github.com/kitten/prosemd-lsp" keywords = ["language-server", "lsp", "markdown", "grammar"] categories = ["command-line-utilities"] license = "LGPL-2.1" repository = "https://github.com/kitten/prosemd-lsp" [profile.dev.build-override] opt-level = 2 [[bin]] name = "prosemd-lsp" path = "src/main.rs" bench = false [dependencies.async-std] version = "1.9.0" features = ["attributes", "unstable"] [dependencies.diff] version = "0.1.12" [dependencies.env_logger] version = "0.8" [dependencies.flate2] version = "1.0" [dependencies.im] version = "15.0.0" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.6.5" [dependencies.lspower] version = "0.6.2" features = ["runtime-agnostic"] default-features = false [dependencies.nlprule] version = "0.4.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tree-sitter] version = "0.17.1" [dependencies.url] version = "2.2.1" [dependencies.xi-rope] version = "0.3.0" [build-dependencies.cc] version = "1.0" [build-dependencies.flate2] version = "1.0" [build-dependencies.nlprule-build] version = "0.4.6" [build-dependencies.xz2] version = "0.1"