[dependencies]
[features]
0-based = []
1-based = []
default = ["1-based"]
[lib]
name = "lsonar"
path = "src/lib.rs"
[package]
authors = ["reloginn <nikita.malina23@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lua 5.3 pattern engine, fully compatible with the original Lua 5.3 engine"
edition = "2021"
license = "MIT"
name = "lsonar"
readme = "README.md"
version = "0.2.4"
[[test]]
name = "find"
path = "tests/find.rs"
[[test]]
name = "gmatch"
path = "tests/gmatch.rs"
[[test]]
name = "gsub"
path = "tests/gsub.rs"
[[test]]
name = "lexer"
path = "tests/lexer.rs"
[[test]]
name = "match"
path = "tests/match.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"
[[test]]
name = "pattern_engine"
path = "tests/pattern_engine.rs"