[package]
edition = "2024"
name = "lindera-binding-core"
version = "4.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared FFI-independent helpers for the Lindera language bindings."
homepage = "https://github.com/lindera/lindera"
documentation = "https://docs.rs/lindera-binding-core"
readme = false
keywords = [
"morphological",
"analysis",
"binding",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/lindera/lindera"
resolver = "2"
[lib]
name = "lindera_binding_core"
path = "src/lib.rs"
[dependencies.lindera]
version = "4.0.0"
[dependencies.serde_json]
version = "1.0.149"