anti-debug 0.1.0

Rust bindings to simple, a SQLite3 fts5 tokenizer which supports Chinese and PinYin.
Documentation
[dependencies.libc]
version = "~0.2"

[dependencies.windows-sys]
features = ["Win32_System_Diagnostics_Debug"]
version = "~0.60"

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

[package]
authors = ["xuxiaocheng <2762267080@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings to simple, a SQLite3 fts5 tokenizer which supports Chinese and PinYin."
documentation = "https://docs.rs/anti-debug/"
edition = "2024"
keywords = ["anti-debugging"]
license = "MIT OR Apache-2.0"
name = "anti-debug"
readme = "README.md"
repository = "https://github.com/xuxiaocheng0201/anti-debug/"
rust-version = "1.85.0"
version = "0.1.0"