[package]
edition = "2024"
name = "rslnp"
version = "0.4.2"
authors = ["p <p@p11c.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A configurable parser for scopes list notation (SLN)"
homepage = "https://gitlab.com/porky11/rslnp"
documentation = "https://docs.rs/rslnp"
readme = "README.md"
keywords = [
"parser",
"scopes",
"s-expression",
"token-lists",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/rslnp"
[lib]
name = "rslnp"
path = "src/lib.rs"
[[test]]
name = "errors"
path = "tests/errors.rs"
[[test]]
name = "features"
path = "tests/features.rs"
[dependencies.token-parser]
version = "0.7"
[dev-dependencies.token-lists]
version = "0.2.0"
features = ["parser"]