raqim-kashida 0.1.2

Kashida (tatweel) insertion-point finding driven by pattern sets.
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.1.2"
build = false
include = [
    "/src/**/*",
    "/data/*.pat",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kashida (tatweel) insertion-point finding driven by pattern sets."
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"

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

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