libsimple 0.7.1

Rust bindings to simple, a SQLite3 fts5 tokenizer which supports Chinese and PinYin.
# 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"
rust-version = "1.85.0"
name = "libsimple"
version = "0.7.1"
authors = ["xuxiaocheng <2762267080@qq.com>"]
build = "build.rs"
include = [
    "/Cargo.toml",
    "/README.md",
    "/src",
    "/build.rs",
    "/examples",
    "/cmrc",
    "/cppjieba/include",
    "/cppjieba/dict",
    "!/cppjieba/dict/pos_dict",
    "/cppjieba/deps/limonp/include",
    "/simple/src",
    "/simple/contrib/sqlite3",
    "**/LICENSE",
    "!**/*.cmake",
    "!**/CMakeLists.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to simple, a SQLite3 fts5 tokenizer which supports Chinese and PinYin."
documentation = "https://docs.rs/libsimple/"
readme = "README.md"
keywords = [
    "sqlite",
    "extension",
    "sqlite-extension",
    "fts5",
    "tokenizer",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/xuxiaocheng0201/libsimple/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["jieba"]
jieba = []

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

[[example]]
name = "hello"
path = "examples/hello.rs"
test = true

[dependencies.better_embedded]
version = "~0.4"
default-features = false

[dependencies.rusqlite]
version = ">=0.32,<1.0"

[dev-dependencies.anyhow]
version = "^1"

[dev-dependencies.rusqlite]
version = ">=0.32,<1.0"
features = ["bundled"]

[dev-dependencies.tempfile]
version = "^3"

[build-dependencies.cc]
version = "^1"
features = ["parallel"]