mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-08-29 04:00:55 +00:00
26 lines
771 B
TOML
26 lines
771 B
TOML
[workspace]
|
|
members = ["crates/wx-decrypt", "crates/wx-keychain", "crates/wx-cli", "crates/wx-db", "crates/wx-media", "crates/wx-monitor", "crates/wx-context", "crates/wx-paths"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.7.2"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/pandorafuture/wx-cli"
|
|
description = "WeChat macOS database decryption and query tool"
|
|
|
|
# PBKDF2 intentionally runs 256k rounds. Keep the crypto crate optimized in
|
|
# dev/test builds so parallel integration tests and local debug binaries do not
|
|
# spend seconds per database deriving SQLCipher keys.
|
|
[profile.dev.package.wx-decrypt]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.pbkdf2]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.sha2]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.hmac]
|
|
opt-level = 3
|