[package]
edition = "2024"
rust-version = "1.94.0"
name = "tstring-syntax"
version = "0.2.1"
build = false
exclude = [
".DS_Store",
"**/.DS_Store",
"**/__pycache__",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared syntax and diagnostics primitives for t-string structured data backends"
homepage = "https://github.com/koxudaxi/tstring-structured-data"
documentation = "https://docs.rs/tstring-syntax"
readme = "README.md"
keywords = [
"pep750",
"tstring",
"syntax",
"template-strings",
"parser",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT"
repository = "https://github.com/koxudaxi/tstring-structured-data"
resolver = "2"
[lib]
name = "tstring_syntax"
path = "src/lib.rs"
[dependencies.num-bigint]
version = "0.4.6"