2026-08-14 17:43:13 +00:00
|
|
|
[package]
|
|
|
|
|
name = "deep_research"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
|
chrono = "0.4.45"
|
|
|
|
|
clap = { version = "4", features = ["derive"] }
|
2026-08-17 10:17:26 +00:00
|
|
|
futures = { workspace = true }
|
|
|
|
|
indicatif = "0.18.6"
|
2026-08-14 17:43:13 +00:00
|
|
|
reqwest = { workspace = true, features = ["query"] }
|
|
|
|
|
rig = { workspace = true }
|
|
|
|
|
schemars = "1"
|
2026-08-17 10:17:26 +00:00
|
|
|
scraper = "0.27"
|
2026-08-14 17:43:13 +00:00
|
|
|
serde = { workspace = true }
|
|
|
|
|
tokio = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
tracing-subscriber = { workspace = true }
|
2026-08-18 09:43:14 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
serde_json = "1"
|