sqlite-simple-tokenizer 0.5.0

This's a run-time loadable extension of SQLite fts5, supports Chinese and pinyin word segmentation and search.
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 = "sqlite-simple-tokenizer"
version = "0.5.0"
authors = ["Cathy Luking <cathyluking@foxmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This's a run-time loadable extension of SQLite fts5, supports Chinese and pinyin word segmentation and search."
readme = "README.md"
keywords = [
    "SQLite",
    "Extension",
    "Chinese",
    "Pinyin",
    "Tokenizer",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lukingcathy/sqlite-simple-tokenizer"

[features]
build_extension = ["rusqlite/loadable_extension"]
defualt = []

[lib]
name = "sqlite_simple_tokenizer"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]
default-features = false

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "functions",
    "vtab",
    "array",
]
default-features = false

[dependencies.rusqlite-ext]
version = "0.38.0"

[dependencies.sqlite-chinese-stopword]
version = "0.1.0"

[dependencies.sqlite-english-stemmer]
version = "0.1.0"

[dependencies.unicode-segmentation]
version = "1.12.0"

[build-dependencies.phf_codegen]
version = "0.13.1"