# 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 = "unicode_lsp" version = "0.1.0" authors = ["Vincent Woltmann "] exclude = ["*.um"] description = "A barely functional language server to input unicode" readme = "README.md" keywords = [ "unicode", "lsp", ] license = "MIT" repository = "https://github.com/VincentWo/um" resolver = "1" [dependencies.csv] version = "1.2.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.ropey] version = "1.6.0" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tower-lsp] version = "0.19.0" features = ["proposed"]