tstring-syntax 0.2.1

Shared syntax and diagnostics primitives for t-string structured data backends
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"