kanji_processor 0.0.11

Convert 異体字 to 親字 for yomichan_rs. Source: 三省堂 全訳 漢辞海 第四版
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"
name = "kanji_processor"
version = "0.0.11"
authors = ["aramrw"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert 異体字 to 親字 for yomichan_rs. Source: 三省堂 全訳 漢辞海 第四版"
readme = "README.md"
keywords = [
    "yomichan_rs",
    "yomitan",
]
license = "MIT"
repository = "https://github.com/kanji_processor"
resolver = "2"

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

[dependencies.indexmap]
version = "2.7.0"
features = ["serde"]

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0"