2026-04-23 21:45:34 +08:00
|
|
|
[package]
|
|
|
|
|
name = "bichon-admin"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
bichon-core = { path = "../core" }
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
dialoguer.workspace = true
|
2026-05-12 01:56:24 +08:00
|
|
|
console.workspace = true
|
|
|
|
|
indicatif.workspace = true
|
2026-05-14 02:29:23 +08:00
|
|
|
native_db = "0.8.2"
|
|
|
|
|
native_model = "0.4.20"
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
|
|
|
|
|
itertools.workspace = true
|
|
|
|
|
snafu.workspace = true
|
2026-07-10 03:17:38 +08:00
|
|
|
bichon-memdb.workspace = true
|
|
|
|
|
fjall.workspace = true
|
2026-07-13 20:56:26 +08:00
|
|
|
hex.workspace = true
|
|
|
|
|
bichon-blob.workspace = true
|
2026-07-10 03:17:38 +08:00
|
|
|
mail-parser.workspace = true
|
|
|
|
|
bytes.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
tantivy = { version = "0.26.1", features = ["zstd-compression", "quickwit"] }
|
|
|
|
|
chrono.workspace = true
|
2026-07-13 20:56:26 +08:00
|
|
|
tracing.workspace = true
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = "3"
|