2026-04-23 21:45:34 +08:00
|
|
|
[package]
|
|
|
|
|
name = "bichon-cli"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
bichon-core = { path = "../core" }
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
dialoguer.workspace = true
|
|
|
|
|
console.workspace = true
|
|
|
|
|
mail-parser.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
toml = "0.9.8"
|
|
|
|
|
memmap2 = "0.9.10"
|
|
|
|
|
outlook-pst = { git = "https://github.com/rustmailer/outlook-pst-rs.git", branch = "main" }
|
|
|
|
|
compressed-rtf = "1.0.1"
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
mail-send.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
codepage-strings = "1.0.2"
|
2026-04-25 05:39:58 +08:00
|
|
|
hex = "0.4.3"
|
|
|
|
|
sysinfo.workspace = true
|
2026-05-12 01:56:24 +08:00
|
|
|
indicatif.workspace = true
|
2026-04-25 05:39:58 +08:00
|
|
|
serde_json.workspace = true
|