kashida 0.3.1

Insert Kashidas/Tatweel into Arabic text, e.g. for justification purposes.
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 = "kashida"
version = "0.3.1"
authors = ["عبد الرحمن صباهي <oss@mail.ar-ms.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Insert Kashidas/Tatweel into Arabic text, e.g. for justification purposes."
readme = "README.md"
keywords = [
    "arabic",
    "text",
    "justification",
]
license = "MIT"
repository = "https://git.sr.ht/~asibahi/kashida"

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

[[example]]
name = "arabic"
path = "examples/arabic.rs"

[[example]]
name = "syriac"
path = "examples/syriac.rs"

[dependencies.hashbrown]
version = "0.16"

[dependencies.icu_collections]
version = "2.1.1"

[dependencies.icu_provider]
version = "2.1"
features = ["baked"]

[dependencies.icu_segmenter]
version = "2.1"
default-features = false

[dependencies.itertools]
version = "0.14"
default-features = false

[dependencies.unicode-joining-type]
version = "1"

[dependencies.zerovec]
version = "0.11.5"

[dev-dependencies.pico-args]
version = "0.5"