# 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 = "pickls" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The General Purpose Language Server for Command-Line Linters and Formatters" homepage = "https://github.com/wbbradley/pickls" readme = "README.md" keywords = [ "LSP", "protocol", "command-line", "ide", "diagnostics", ] categories = [ "development-tools", "text-editors", ] license = "MIT" repository = "https://github.com/wbbradley/pickls" [[bin]] name = "pickls" path = "src/main.rs" [dependencies.libc] version = "0.2.159" [dependencies.log] version = "0.4.22" [dependencies.lsp-types] version = "0.97.0" [dependencies.nix] version = "0.29.0" features = ["process"] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yml] version = "0.0.12" [dependencies.shlex] version = "1.3.0" [dependencies.simple-logging] version = "2.0.2" [dependencies.sysinfo] version = "0.31.4" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19" [dependencies.xdg] version = "2.5.2"