# 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 = "chan-rs" version = "0.20.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficiently Interact with an LSP process" readme = "README.md" license-file = "LICENSE-GPL" [lib] name = "chan_rs" path = "src/lsp.rs" doctest = false [dependencies.anyhow] version = "1.0.86" [dependencies.log] version = "0.4.22" [dependencies.lsp-types] version = "0.97.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" features = ["raw_value"] [dependencies.tokio] version = "1.38.1" features = [ "sync", "time", "process", "io-util", "macros", "rt", ] default-features = false