sql-insight 0.3.0

A utility for SQL query analysis, formatting, and transformation.
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 = "2021"
rust-version = "1.89.0"
name = "sql-insight"
version = "0.3.0"
authors = ["Takahiro Ebato <takahiro.ebato@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility for SQL query analysis, formatting, and transformation."
homepage = "https://github.com/takaebato/sql-insight"
documentation = "https://docs.rs/sql-insight/"
readme = "README.md"
keywords = [
    "sql",
    "query",
    "utility",
    "insight",
]
license = "MIT"
repository = "https://github.com/takaebato/sql-insight"

[features]
serde = ["dep:serde"]

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

[dependencies.indexmap]
version = "2.6.0"

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

[dependencies.sqlparser]
version = "0.61.0"
features = ["visitor"]

[dependencies.thiserror]
version = "1.0.56"