-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 870 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (28 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "deinflector"
authors = ["aramrw"]
version = "0.0.12"
description = "Attempts to be a 1 to 1 reimplementation of Yomitan's MultiLanguageTransformer."
edition = "2021"
repository = "https://github.com/aramrw/deinflector"
license = "MIT"
keywords = ["yomichan", "yomichan_rs", "deinflect", "yomitan", "language-transformer"]
exclude = ["tests"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
derivative = "2.2.0"
derive_more = { version = "2.0.1", features = ["debug"] }
fancy-regex = "0.14.0"
indexmap = "2.7.1"
pretty_assertions = "1.4.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
snafu = "0.8.5"
thiserror = "2.0.12"
unicode-normalization = "0.1.24"
unicode-segmentation = "1.12.0"
wana_kana = "4.0.0"
phf = { version = "0.11.3", features = ["macros"] }
# my repos
kanji_processor = { version = "0.0.11" }