# 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 = "dmypyls" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A language server to support editor agnostic usage of the dmypy daemon." homepage = "https://github.com/wbbradley/dmypyls" readme = "README.md" keywords = [ "LSP", "mypy", "python", "ide", "diagnostics", ] categories = [ "development-tools", "text-editors", ] license = "MIT" repository = "https://github.com/wbbradley/dmypyls" [[bin]] name = "dmypyls" path = "src/main.rs" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yml] version = "0.0.12" [dependencies.shlex] version = "1.3.0" [dependencies.simple-logging] version = "2.0.2" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.xdg] version = "2.5.2"