syntaqlite-cli 0.2.3

Fast, accurate SQLite SQL formatter, validator, and language server — built on SQLite's own grammar
# 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 = "syntaqlite-cli"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, accurate SQLite SQL formatter, validator, and language server — built on SQLite's own grammar"
homepage = "https://syntaqlite.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/LalitMaganti/syntaqlite"

[features]
builtin-sqlite = [
    "dep:syntaqlite",
    "syntaqlite/lsp",
    "syntaqlite/dynload",
    "syntaqlite/experimental-embedded",
    "dep:syntaqlite-buildtools",
]
default = [
    "builtin-sqlite",
    "mcp",
]
mcp = [
    "builtin-sqlite",
    "dep:rmcp",
    "dep:tokio",
    "dep:schemars",
]

[lib]
name = "syntaqlite_cli"
path = "src/lib.rs"

[[bin]]
name = "syntaqlite"
path = "src/main.rs"
doc = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.glob]
version = "0.3"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.rmcp]
version = "0.1"
features = [
    "server",
    "transport-io",
]
optional = true

[dependencies.schemars]
version = "0.8"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.syntaqlite]
version = "0.2.3"
features = [
    "fmt",
    "lsp",
    "validation",
    "experimental-embedded",
    "serde-json",
]
optional = true

[dependencies.syntaqlite-buildtools]
version = "0.2.3"
optional = true

[dependencies.syntaqlite-syntax]
version = "0.2.3"

[dependencies.tempfile]
version = "3.8"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-std",
]
optional = true

[dependencies.toml]
version = "0.8"

[lints.clippy]
allow_attributes = "deny"
must_use_candidate = "allow"
redundant_pub_crate = "allow"
undocumented_unsafe_blocks = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "deny"
unused_must_use = "deny"
unused_qualifications = "deny"