qlue-ls 2.0.1

A language server for SPARQL
Documentation
# 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 = "2024"
name = "qlue-ls"
version = "2.0.1"
authors = ["Ioannis Nezis <ioannis@nezis.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A language server for SPARQL"
readme = "README.md"
keywords = [
    "SPARQL",
    "rdf",
    "lsp",
    "lsp-server",
    "wasm",
]
license-file = "LICENSE"
repository = "https://github.com/IoannisNezis/qlue-ls"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
console_error_panic_hook = ["dep:console_error_panic_hook"]
default = ["console_error_panic_hook"]
integration-tests = []

[lib]
name = "qlue_ls"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "qlue-ls"
path = "src/main.rs"

[[test]]
name = "completion"
path = "tests/completion.rs"

[[test]]
name = "formatting"
path = "tests/formatting.rs"

[[test]]
name = "formatting_file_based"
path = "tests/formatting_file_based.rs"

[[test]]
name = "lifecycle"
path = "tests/lifecycle.rs"

[dependencies.curies]
version = "0.1.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.indoc]
version = "2.0.5"

[dependencies.lazy-sparql-result-reader]
version = "2.0.3"
features = ["call_from_rust"]

[dependencies.ll-sparql-parser]
version = "2.0.1"

[dependencies.log]
version = "0.4.21"

[dependencies.ntriples-parser]
version = "1.0.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_repr]
version = "0.1.19"

[dependencies.tera]
version = "1.20.0"
default-features = false

[dependencies.text-size]
version = "1.1.1"

[dependencies.unicode-width]
version = "0.2.1"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.wasm-bindgen]
version = "0.2.95"

[dev-dependencies.insta]
version = "1.40"
features = [
    "json",
    "redactions",
]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.toml]
version = "0.9.11"

[dev-dependencies.wiremock]
version = "0.6"

[target.'cfg(not(target_family = "wasm"))'.dependencies.camino]
version = "1.1.9"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
version = "4.5.16"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.config]
version = "0.15.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.dirs-next]
version = "2.0.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.log4rs]
version = "1.3.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.notify]
version = "8.0.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.reqwest]
version = "0.13.0"
features = [
    "json",
    "form",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.44.1"
features = ["full"]

[target.'cfg(target_family = "wasm")'.dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[target.'cfg(target_family = "wasm")'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]

[target.'cfg(target_family = "wasm")'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(target_family = "wasm")'.dependencies.serde-wasm-bindgen]
version = "0.6.5"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures]
version = "0.4.50"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-logger]
version = "0.2.0"

[target.'cfg(target_family = "wasm")'.dependencies.web-sys]
version = "0.3.76"
features = [
    "ReadableStream",
    "ReadableStreamDefaultReader",
    "WritableStream",
    "WritableStreamDefaultWriter",
    "Window",
    "Request",
    "Response",
    "RequestInit",
    "RequestMode",
    "Headers",
    "WorkerGlobalScope",
    "AbortSignal",
    "AbortController",
    "DomException",
    "Performance",
]

[profile.release]
opt-level = "s"