[package]
edition = "2024"
rust-version = "1.95"
name = "hjkl-completion"
version = "0.41.2"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Completion popup data model for the hjkl editor stack: Completion, CompletionItem, CompletionKind, and LSP conversion helpers."
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
"completion",
"lsp",
"editor",
"popup",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "hjkl_completion"
path = "src/lib.rs"
[dependencies.lsp-types]
version = "0.97"
[lints.clippy]
assigning_clones = "warn"
format_push_string = "warn"
manual_let_else = "warn"
map_unwrap_or = "warn"
or_fun_call = "deny"
redundant_pub_crate = "warn"
unused_peekable = "deny"
use_self = "warn"