sqlformat 0.1.7

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

[dependencies]
lazy_static = "1"
maplit = "1"
nom = "7.0.0"
regex = "1"
unicode_categories = "0.1.1"

[dev-dependencies]
criterion = "0.3"
indoc = "1.0"

[[bench]]
name = "bench"
harness = false