Files
wx-cli/crates/wx-db/Cargo.toml
T
pandorafuture 96ccbbdc3d feat: initial release of wx-cli v0.7.2
WeChat macOS database decryption and query tool, supporting key extraction,
message querying, full-text search, conversation export, real-time monitoring,
media handling, and HTTP server mode with REST API and SSE.
2026-06-04 22:50:00 +08:00

19 lines
374 B
TOML

[package]
name = "wx-db"
version.workspace = true
edition.workspace = true
[dependencies]
rusqlite = { version = "0.32", features = ["bundled-sqlcipher"] }
prost = "0.13"
zstd = "0.13"
md5 = "0.7"
thiserror = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
hex = "0.4"
[dev-dependencies]
insta = { version = "1", features = ["yaml"] }
tempfile = "3"