sqruff-lib-dialects 0.34.1

Implementation of sql dialects for sqruff.
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 = "sqruff-lib-dialects"
version = "0.34.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of sql dialects for sqruff."
readme = false
license = "Apache-2.0"
repository = "https://github.com/quarylabs/sqruff"
resolver = "2"

[features]
athena = []
bigquery = []
clickhouse = []
databricks = ["sparksql"]
default = [
    "athena",
    "bigquery",
    "clickhouse",
    "databricks",
    "duckdb",
    "hive",
    "mysql",
    "postgres",
    "redshift",
    "snowflake",
    "sparksql",
    "sqlite",
    "trino",
    "tsql",
]
duckdb = ["postgres"]
hive = []
mysql = []
postgres = []
redshift = ["postgres"]
snowflake = []
sparksql = ["hive"]
sqlite = []
trino = []
tsql = []

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

[[test]]
name = "dialects"
path = "tests/dialects.rs"
harness = false

[dependencies.ahash]
version = "0.8.11"

[dependencies.itertools]
version = "0.14.0"

[dependencies.serde_yaml]
version = "0.9.34+deprecated"

[dependencies.sqruff-lib-core]
version = "0.34.1"

[dependencies.strum]
version = "0.27.2"

[dev-dependencies.expect-test]
version = "1.5.0"

[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.rayon]
version = "1.10.0"

[dev-dependencies.serde_yaml]
version = "0.9.34+deprecated"

[dev-dependencies.sqruff-lib-core]
version = "0.34.1"
features = [
    "serde",
    "stringify",
]

[lints.clippy]
cloned_instead_of_copied = "warn"
perf = "warn"

[lints.rust]
unreachable_pub = "warn"
unused_qualifications = "warn"