[[bin]]
bench = false
name = "bench"
path = "src/bin/bench.rs"
[[bin]]
name = "sqruff"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.clap-markdown]
optional = true
version = "0.1.4"
[dependencies.console]
version = "0.15.8"
[dependencies.lsp]
package = "sqruff-lsp"
version = "0.15.0"
[dependencies.minijinja]
optional = true
version = "2.1.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.204"
[dependencies.sqruff-lib]
version = "0.15.0"
[dev-dependencies.ui_test]
version = "0.23"
[features]
codegen-docs = ["clap-markdown", "minijinja", "serde"]
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
default-run = "sqruff"
description = "A high-speed SQL linter."
edition = "2021"
license = "Apache-2.0"
name = "sqruff"
readme = "README.md"
repository = "https://github.com/quarylabs/sqruff"
version = "0.15.8"
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies.jemallocator]
package = "tikv-jemallocator"
version = "0.6.0"
[[test]]
harness = false
name = "ui"
path = "tests/ui.rs"