stylua 0.4.1

A code formatter for Lua
Documentation
[package]
name = "stylua"
version = "0.4.1"
authors = ["JohnnyMorganz <therobloxbot@gmail.com>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
repository = "https://github.com/johnnymorganz/stylua"
readme = "README.md"
categories = ["command-line-utilities", "development-tools"]
keywords = ["cli", "utility", "lua", "lua51", "formatter"]
edition = "2018"

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

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

[features]
default = []
luau = ["full_moon/roblox"]

[dependencies]
anyhow = "1.0.35"
diff = "0.1.12"
full_moon = { version = "0.9.0" }
globset = "0.4.6"
ignore = "0.4.17"
lazy_static = "1.4.0"
regex = "1.4.2"
serde = "1.0.118"
structopt = "0.3.0"
term = "0.6.1"
toml = "0.5.7"

[dev-dependencies]
criterion = "0.3.3"

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