[package]
edition = "2024"
name = "mecab-sys"
version = "0.1.0"
authors = ["Masato Nakata <masaton@naughie.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI binding and safe wrappers of MeCab"
homepage = "https://github.com/naughie/lita-tokenizers"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/naughie/lita-tokenizers"
[lib]
name = "mecab_sys"
path = "src/lib.rs"
[[test]]
name = "predict"
path = "tests/predict.rs"
[dependencies.bitflags]
version = "2.11"
[build-dependencies.cc]
version = "1.2"
features = ["parallel"]