deinflector 0.0.12

Attempts to be a 1 to 1 reimplementation of Yomitan's MultiLanguageTransformer.
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"
name = "deinflector"
version = "0.0.12"
authors = ["aramrw"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attempts to be a 1 to 1 reimplementation of Yomitan's MultiLanguageTransformer."
readme = "README.md"
keywords = [
    "yomichan",
    "yomichan_rs",
    "deinflect",
    "yomitan",
    "language-transformer",
]
license = "MIT"
repository = "https://github.com/aramrw/deinflector"

[lib]
name = "deinflector"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.derivative]
version = "2.2.0"

[dependencies.derive_more]
version = "2.0.1"
features = ["debug"]

[dependencies.fancy-regex]
version = "0.14.0"

[dependencies.indexmap]
version = "2.7.1"

[dependencies.kanji_processor]
version = "0.0.11"

[dependencies.phf]
version = "0.11.3"
features = ["macros"]

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"

[dependencies.snafu]
version = "0.8.5"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.unicode-normalization]
version = "0.1.24"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.wana_kana]
version = "4.0.0"