[package] name = "lsp_rs" version = "0.1.0" authors = ["Jacob Smith "] license = "MIT" description = """ Tokio Codec support for the Language Server Protocol. """ homepage = "https://github.com/smith61/rls_proto" repository = "https://github.com/smith61/rls_proto" readme = "README.md" [dependencies] erased-serde = "0.1.3" futures = "0.1" languageserver-types = "0.6.1" log = "0.3.6" serde = "0.8" serde_derive = "0.8" serde_json = "0.8" tokio-core = "0.1"