-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (26 loc) · 851 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "fetcher"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colored = "2.0.4"
dotenv = "0.15.0"
exitfailure = "0.5.1"
failure = "0.1.8"
feed-rs = "1.3.0"
headless_chrome = { version = "1.0.9", features = ["default"] }
kafka = "0.10.0"
diesel = { version = "2.1.0", features = ["postgres"] }
log = "0.4.20"
opendal = { version = "0.44.2", features = ["services-mysql"] }
reqwest = { version = "0.11.22", features = ["json"] }
rocket = "0.5.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
sanitize_html = "0.8.0"
scraper = "0.18.1"
serde = "1.0.192"
serde-xml-rs = "0.6.0"
serde_derive = { version = "1.0.192", features = ["deserialize_in_place"] }
serde_json = "1.0.108"
tokio = { version = "1.33.0", features = ["full"] }