jpreprocess-dictionary 0.14.0

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
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 = "2021"
rust-version = "1.88.0"
name = "jpreprocess-dictionary"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)."
documentation = "https://docs.rs/jpreprocess-dictionary"
readme = "README.md"
keywords = [
    "tts",
    "openjtalk",
    "library",
]
categories = ["text-processing"]
license = "BSD-3-Clause"
repository = "https://github.com/jpreprocess/jpreprocess"
resolver = "3"

[features]
binary = ["dep:clap"]

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

[[bin]]
name = "dict_tools"
path = "src/bin/dict_tools/main.rs"
required-features = ["binary"]

[dependencies.anyhow]
version = "1.0.82"

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
version = "4.5.4"
features = ["derive"]
optional = true

[dependencies.csv]
version = "1.3.0"

[dependencies.daachorse]
version = "2.1.1"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.encoding_rs_io]
version = "0.1.7"

[dependencies.glob]
version = "0.3.1"

[dependencies.jpreprocess-core]
version = "0.14.0"
features = ["lindera"]

[dependencies.lindera]
version = "~3.0.7"

[dependencies.lindera-dictionary]
version = "~3.0.7"
default-features = false

[dependencies.log]
version = "0.4.21"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.serde]
version = "1.0.200"

[dependencies.thiserror]
version = "2.0.18"