[package]
edition = "2024"
rust-version = "1.94.0"
name = "tstring-yaml"
version = "0.2.1"
build = false
exclude = [
".DS_Store",
"**/.DS_Store",
"**/__pycache__",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAML parser-first renderer for t-string structured data backends"
homepage = "https://github.com/koxudaxi/tstring-structured-data"
documentation = "https://docs.rs/tstring-yaml"
readme = "README.md"
keywords = [
"pep750",
"tstring",
"yaml",
"template-strings",
"parser",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT"
repository = "https://github.com/koxudaxi/tstring-structured-data"
resolver = "2"
[lib]
name = "tstring_yaml"
path = "src/lib.rs"
test = false
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[[test]]
name = "normalized"
path = "tests/normalized.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"
[dependencies.saphyr]
version = "0.0.6"
[dependencies.saphyr-parser]
version = "0.0.6"
[dependencies.serde_json]
version = "1.0.145"
features = ["arbitrary_precision"]
[dependencies.tstring-syntax]
version = "0.2.1"
[dev-dependencies.toml]
version = "0.9.8"