mecab-sys 0.1.0

FFI binding and safe wrappers of MeCab
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 = "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"]