jlabel 0.1.7

HTS-style full-context label structure and parser/serializer from/to string
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.thiserror]
version = "2"

[features]
serde = ["dep:serde"]

[lib]
name = "jlabel"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "HTS-style full-context label structure and parser/serializer from/to string"
documentation = "https://docs.rs/jlabel"
edition = "2024"
keywords = ["tts", "openjtalk", "library"]
license = "BSD-3-Clause"
name = "jlabel"
readme = "README.md"
repository = "https://github.com/jpreprocess/jlabel"
rust-version = "1.85.0"
version = "0.1.7"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "fixtures"
path = "tests/fixtures.rs"

[[test]]
name = "parser"
path = "tests/parser.rs"

[[test]]
name = "serializer"
path = "tests/serializer.rs"