raqim-kashida 0.2.3

Finding kashida (tatweel) insertion points and priorities, driven by a small pattern language.
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"
rust-version = "1.82"
name = "raqim-kashida"
version = "0.2.3"
build = false
include = [
    "/src/**/*",
    "/examples/*.rs",
    "/data/*.pat",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Finding kashida (tatweel) insertion points and priorities, driven by a small pattern language."
readme = "README.md"
keywords = [
    "arabic",
    "kashida",
    "tatweel",
    "justification",
    "typesetting",
]
categories = [
    "text-processing",
    "internationalization",
]
license = "MIT"
repository = "https://github.com/aliftype/raqim-kashida"

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

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

[dependencies.icu_properties]
version = "2.2"
features = ["compiled_data"]

[dependencies.icu_segmenter]
version = "2.2"
features = ["compiled_data"]