-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (31 loc) · 951 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
29
30
31
32
33
[package]
name = "wikist"
version = "0.1.0"
authors = ["nessun"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.7.1"
actix-web = "3.1.0"
actix-rt = "1"
actix-cors = "0.4.0"
jsonwebtoken = "7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.15", features = ["serde"] }
diesel = { version = "1.4", features = ["postgres", "r2d2", "chrono", "network-address"] }
diesel_full_text_search = { git = "https://github.com/diesel-rs/diesel_full_text_search" }
r2d2 = "0.8"
dotenv = "0.15.0"
anyhow = { version = "1.0" }
parse_wiki_text = "0.1.5"
percent-encoding = "2.1"
htmlescape = "0.3"
reqwest = { version = "0.10", features = ["json"] }
validator = { version = "0.11", features = ["derive"] }
actix-web-validator = "2.0.1"
futures = "0.3"
ipnetwork = "0.16.0"
serde_qs = "0.6"
voca_rs = "1.12.0"