lindera-ipadic 2.1.1

A Japanese morphological dictionary for IPADIC.
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 = "lindera-ipadic"
version = "2.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Japanese morphological dictionary for IPADIC."
homepage = "https://github.com/lindera/lindera"
documentation = "https://docs.rs/lindera-ipadic"
readme = "README.md"
keywords = [
    "morphological",
    "analysis",
    "dictionary",
    "library",
    "ipadic",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/lindera/lindera"
resolver = "2"

[features]
compress = ["lindera-dictionary/compress"]
default = ["compress"]
embed-ipadic = []

[lib]
name = "lindera_ipadic"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.lindera-dictionary]
version = "2.1.1"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rkyv]
version = "0.8.14"
features = ["bytecheck"]

[dependencies.serde_json]
version = "1.0.149"

[build-dependencies.lindera-dictionary]
version = "2.1.1"
features = ["build_rs"]

[build-dependencies.serde_json]
version = "1.0.149"

[build-dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "macros",
    "time",
    "sync",
    "io-util",
]