sqruff-lib-core 0.35.3

Core library that underpins the sqruff library.
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-core"
version = "0.35.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library that underpins the sqruff library."
readme = false
license = "Apache-2.0"
repository = "https://github.com/quarylabs/sqruff"
resolver = "2"

[features]
serde = ["dep:serde"]
stringify = [
    "dep:serde_yaml",
    "serde",
]

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

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.fancy-regex]
version = "0.17.0"

[dependencies.hashbrown]
version = "0.16"
features = ["serde"]

[dependencies.indexmap]
version = "2.11.4"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.pretty_assertions]
version = "1.4.0"

[dependencies.regex-automata]
version = "0.4.14"
features = ["perf"]

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.smol_str]
version = "0.3.1"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

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

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