# 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 = "harper-ls" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The language checker for developers." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/elijah-potter/harper" [[bin]] name = "harper-ls" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.31" [dependencies.harper-comments] version = "0.12.0" [dependencies.harper-core] version = "0.12.0" features = ["concurrent"] [dependencies.harper-html] version = "0.12.0" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.open] version = "5.3.0" [dependencies.resolve-path] version = "0.1.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net", ] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"