[[bin]]
name = "mlmorph"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.regex]
version = "1.0"
[dependencies.sfst]
version = "0.1.0"
[lib]
name = "mlmorph"
path = "src/lib.rs"
[package]
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Malayalam morphological analyzer"
edition = "2024"
include = ["src/**/*", "data/malayalam.a", "Cargo.toml", "README.md", "LICENSE.md"]
license = "MIT"
name = "mlmorph"
readme = "README.md"
version = "1.4.0"