[dependencies.hashbrown]
version = "0.16"
[dependencies.icu_segmenter]
version = "2.0"
[dependencies.itertools]
default-features = false
version = "0.14"
[dependencies.unicode-joining-type]
version = "1"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "kashida"
path = "src/lib.rs"
[package]
authors = ["Abdul Rahman Sibahi <a.sibahi@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Insert Kashidas/Tatweel into Arabic text, e.g. for justification purposes."
edition = "2024"
keywords = ["arabic", "text", "justification"]
license = "MIT"
name = "kashida"
readme = "README.md"
repository = "https://github.com/asibahi/kashida"
version = "0.2.0"