sqlformat 0.1.5

Formats whitespace in a SQL string to make it easier to read
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.lazy_static]
version = "1"

[dependencies.maplit]
version = "1"

[dependencies.nom]
version = "6.0.0"

[dependencies.regex]
version = "1"

[dependencies.unicode_categories]
version = "0.1.1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.indoc]
version = "1.0"

[package]
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
categories = ["development-tools"]
description = "Formats whitespace in a SQL string to make it easier to read"
documentation = "https://docs.rs/sqlformat"
edition = "2018"
homepage = "https://github.com/shssoichiro/sqlformat-rs"
keywords = ["sql"]
license = "MIT OR Apache-2.0"
name = "sqlformat"
repository = "https://github.com/shssoichiro/sqlformat-rs"
version = "0.1.5"