summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c1cd016747b31694be7c1b785cb31858a025a3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "xlg-sqlfmt"
version = "0.3.1"
edition = "2024"
description = "A command-line SQL formatter that reads SQL from stdin and writes formatted SQL to stdout"
license = "MIT"
authors = ["mo khan <mo@mokhan.ca>"]
repository = "https://src.mokhan.ca/xlgmokha/sqlfmt"
homepage = "https://src.mokhan.ca/xlgmokha/sqlfmt"
documentation = "https://docs.rs/sqlfmt"
keywords = ["sql", "formatter", "cli", "database"]
categories = ["command-line-utilities", "database"]
readme = "README.md"

[dependencies]
sqlparser = "0.59.0"
anyhow = "1.0"

[dev-dependencies]
assert_cmd = "2.0.17"
predicates = "3.0"