1e73685ebSopenharmony_ci[package] 2e73685ebSopenharmony_ciname = "codespan-lsp" 3e73685ebSopenharmony_civersion = "0.11.0" 4e73685ebSopenharmony_cilicense = "Apache-2.0" 5e73685ebSopenharmony_ciauthors = ["Markus Westerlind <marwes91@gmail.com>"] 6e73685ebSopenharmony_cidescription = "Conversions between codespan types and Language Server Protocol types" 7e73685ebSopenharmony_cihomepage = "https://github.com/brendanzab/codespan" 8e73685ebSopenharmony_cirepository = "https://github.com/brendanzab/codespan" 9e73685ebSopenharmony_cidocumentation = "https://docs.rs/codespan-lsp" 10e73685ebSopenharmony_ciedition = "2018" 11e73685ebSopenharmony_ci 12e73685ebSopenharmony_ci[dependencies] 13e73685ebSopenharmony_cicodespan-reporting = { version = "0.11.0", path = "../codespan-reporting" } 14e73685ebSopenharmony_ci# WARNING: Be extremely careful when expanding this version range. 15e73685ebSopenharmony_ci# We should be confident that all of the uses of `lsp-types` in `codespan-lsp` 16e73685ebSopenharmony_ci# will be valid for all the versions in this range. Getting this range wrong 17e73685ebSopenharmony_ci# could potentially break down-stream builds on a `cargo update`. This is an 18e73685ebSopenharmony_ci# absolute no-no, breaking much of what we enjoy about Cargo! 19e73685ebSopenharmony_cilsp-types = ">=0.84, <0.85" 20e73685ebSopenharmony_ciurl = "2" 21