jlabel 0.1.8

HTS-style full-context label structure and parser/serializer from/to string
# 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.85.0"
name = "jlabel"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTS-style full-context label structure and parser/serializer from/to string"
documentation = "https://docs.rs/jlabel"
readme = "README.md"
keywords = [
    "tts",
    "openjtalk",
    "library",
]
categories = ["encoding"]
license = "BSD-3-Clause"
repository = "https://github.com/jpreprocess/jlabel"

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

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

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

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

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

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"