# 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 = "unimarkup-lsp" version = "0.1.0" authors = [ "Manuel Hatzl", "Nadir Fejzić", ] description = "Language server for Unimarkup." homepage = "https://github.com/unimarkup/unimarkup-lsp" readme = "README.md" license = "MIT" repository = "https://github.com/unimarkup/unimarkup-lsp" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [dependencies.lsp-server] version = "0.7.0" [dependencies.lsp-types] version = "0.94.0" [dependencies.serde] version = "1.0.83" features = ["derive"] [dependencies.serde_json] version = "1.0.34" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.unimarkup-core] version = "0" [dependencies.unimarkup-inline] version = "0" [dev-dependencies.insta] version = "1.29.0" features = ["serde"]