sql-fun-sqlast 0.1.0

semantic analyzer for PostgreSQL
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 = "sql-fun-sqlast"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "semantic analyzer for PostgreSQL"
readme = false
license = "MIT"
resolver = "2"

[features]
default = []
syn_serde = []

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

[dependencies.combine]
version = "4.6"

[dependencies.derive-getters]
version = "0.5"

[dependencies.derive_builder]
version = "0.20"

[dependencies.itertools]
version = "0.14"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.owo-colors]
version = "4.2.3"

[dependencies.pg_query]
version = "6.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sql-fun-core]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.backtrace-on-stack-overflow]
version = "0.3"

[dev-dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

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

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.testresult]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[lints.clippy]
cargo_common_metadata = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

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

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1