[package]
edition = "2021"
name = "rustyfi-syntax"
version = "0.1.2"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexer, token stream, and syan2-based surface grammar for SATySFi"
homepage = "https://github.com/yasuo-ozu/rustyfi"
readme = "README.md"
keywords = [
"satysfi",
"typesetting",
"pdf",
"typography",
]
categories = [
"text-processing",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/rustyfi"
[lib]
name = "rustyfi_syntax"
path = "src/lib.rs"
[[test]]
name = "corpus"
path = "tests/corpus.rs"
[[test]]
name = "cst_v1"
path = "tests/cst_v1.rs"
[[test]]
name = "leaf_smoke"
path = "tests/leaf_smoke.rs"
[[test]]
name = "lex_with_version_differential"
path = "tests/lex_with_version_differential.rs"
[[test]]
name = "lexer"
path = "tests/lexer.rs"
[[test]]
name = "parse_errors"
path = "tests/parse_errors.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.newer-type]
version = "0.3"
[dependencies.newer-type-std]
version = "0.3"
[dependencies.syan]
version = "0.2.2"
[dependencies.thiserror]
version = "2"