[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "abjad"
path = "src/lib.rs"
[package]
authors = ["Theo Beers <theo.beers@fu-berlin.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "text-processing"]
description = "Calculate the numerical abjad value of Arabic-script text"
edition = "2024"
homepage = "https://github.com/theodore-s-beers/abjad-rs"
keywords = ["Arabic", "Persian", "abjad", "numerology"]
license = "MIT"
name = "abjad"
readme = "README.md"
repository = "https://github.com/theodore-s-beers/abjad-rs"
version = "0.6.0"
[[test]]
name = "abjad"
path = "tests/abjad.rs"