[package]
edition = "2021"
rust-version = "1.86"
name = "moine-core"
version = "0.2.1"
build = false
include = [
"Cargo.toml",
"README.md",
"src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language-independent lattice path edit distance core for moine"
homepage = "https://github.com/tagucci/moine"
documentation = "https://docs.rs/moine-core"
readme = "README.md"
keywords = [
"edit-distance",
"romanization",
"japanese",
"chinese",
"nlp",
]
categories = [
"text-processing",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tagucci/moine"
[lib]
name = "moine_core"
path = "src/lib.rs"