sqlformater 1.0.11

A CLI designed to **automatically format SQL scripts**.
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 = "sqlformater"
version = "1.0.11"
authors = ["LugolBis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI designed to **automatically format SQL scripts**."
readme = "README.md"
keywords = [
    "cli",
    "sql",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/LugolBis/sqlformater"

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

[[bin]]
name = "sqlformater"
path = "src/main.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.mylog]
version = "0.1.4"

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.sqlparser]
version = "0.58.0"