[build-dependencies.cc]
version = "1.0"
[build-dependencies.glob]
version = "0.3.0"
[dependencies.libc]
version = "0.2"
[lib]
name = "emmylua_codestyle"
path = "src/lib.rs"
[package]
authors = ["CppCXY"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["development-tools"]
description = "Lua code formatting lib with EmmyLuaCodeStyle"
edition = "2021"
include = ["Cargo.toml", "build.rs", "src/**", "3rd/EmmyLuaCodeStyle/3rd/wildcards/**", "3rd/EmmyLuaCodeStyle/CodeFormatCLib/**", "3rd/EmmyLuaCodeStyle/CodeFormatCore/**", "3rd/EmmyLuaCodeStyle/LuaParser/**", "3rd/EmmyLuaCodeStyle/Util/**"]
keywords = ["lua", "emmylua", "code", "style", "format"]
license = "MIT"
name = "emmylua_codestyle"
readme = "README.md"
repository = "https://github.com/CppCXY/emmylua-codestyle-sys"
version = "0.1.0"