[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.nom]
version = "7.0.0"
[dependencies.unicode_categories]
version = "0.1.1"
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.indoc]
version = "2.0"
[lib]
name = "sqlformat"
path = "src/lib.rs"
[package]
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "Formats whitespace in a SQL string to make it easier to read"
documentation = "https://docs.rs/sqlformat"
edition = "2021"
homepage = "https://github.com/shssoichiro/sqlformat-rs"
keywords = ["sql"]
license = "MIT OR Apache-2.0"
name = "sqlformat"
readme = "README.md"
repository = "https://github.com/shssoichiro/sqlformat-rs"
rust-version = "1.62"
version = "0.2.6"