-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (37 loc) · 920 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
34
35
36
37
38
[package]
authors = ["[email protected]"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "rusty-camino"
edition = "2018"
homepage = ""
keywords = []
license = "MIT"
name = "rusty-camino"
publish = false
readme = "README.md"
repository = ""
version = "0.1.0"
[dependencies]
async-trait = "0.1.51"
bytes = "0.5"
chrono = "0.4"
colored = "1.9"
dotenv = "0.15.0"
fern = { version = "0.5", features = ["colored"] }
hyper = "0.13"
lazy_static = "1.4.0"
reqwest = { version = "0.10", features = ["json"] }
routerify = "1.1"
routerify-cors = "1.1"
routerify-json-response = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tantivy = "^0.13"
tokio = { version = "0.2", features = ["full"] }
url = "2.1"
uuid = { version = "0.8", features = ["v4"] }
dashmap = "^3"
log = "*"
log4rs = "1.0.0"
env_logger = "0.9.0"
sqlparser = "0.13.0"