-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
46 lines (34 loc) · 925 Bytes
/
Cargo.toml
File metadata and controls
46 lines (34 loc) · 925 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "querty"
version = "0.1.0"
authors = ["nasko25 <apashov0@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = "0.11.0"
serde = "1.0.136"
serde_derive = "1.0.136"
diesel = { version = "1.4.8", features = ["mysql", "numeric"] }
reqwest = { version = "0.11.9", features = ["json"] }
tokio = { version = "1.16.1", features = ["rt", "rt-multi-thread", "macros"] }
scraper = "0.12.0"
throw = "0.1.7"
pyo3 = "0.15.1"
xmlrpc = "0.15.1"
simple-error = "0.2.3"
url = "2.2.2"
publicsuffix = "1.5.6"
shellexpand = "2.1.0"
rocket = "0.4.10"
rocket_contrib = "0.4.10"
colour = "0.6.0"
urlencoding = "2.1.0"
indexmap = { version = "1.8.0", features = ["serde"] }
regex = "1.5.4"
futures = "0.3.21"
dotenv = "0.15.0"
once_cell = "1.9.0"
chrono = "0.4"
lazy_static = "1.4.0"
async-std = "1.10.0"
sitemap = "0.4.1"