[package]
name = "tstring-json"
description = "JSON parser-first renderer for t-string structured data backends"
edition.workspace = true
documentation = "https://docs.rs/tstring-json"
exclude = [".DS_Store", "**/.DS_Store", "**/__pycache__"]
homepage.workspace = true
keywords = ["pep750", "tstring", "json", "template-strings", "parser"]
license.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
categories = ["parser-implementations", "text-processing"]
[lib]
test = false
[dependencies]
serde_json = { workspace = true }
tstring-syntax = { version = "0.2.1", path = "../tstring-core-rs" }
[dev-dependencies]
toml = { workspace = true }