# 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 = "2021" name = "libsimple" version = "0.3.4" 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", ] 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", ] [lib] name = "libsimple" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.better_embedded] version = "~0.4" [dependencies.rusqlite] version = "~0.32" [dev-dependencies.anyhow] version = "^1.0" [dev-dependencies.rusqlite] version = "~0.32" features = ["bundled-sqlcipher"] [dev-dependencies.tempfile] version = "^3.13" [build-dependencies.cc] version = "^1.1" features = ["parallel"] [features] default = ["jieba"] jieba = []