-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
36 lines (34 loc) · 798 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
[package]
name = "rust-s3-es-scylladb-svc"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
[dependencies]
actix-web = "4.0.0-beta.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
eyre = "0.6"
color-eyre = "0.6"
config = "0.11"
scylla = "0.6"
dotenv = "0.15"
num_cpus = "1.13"
rust-s3 = "0.32"
url = "2.2"
tokio = {version = "1.16", features = ["rt-multi-thread", "macros"] }
tokio-stream = "0.1"
lazy_static = "1.4.0"
rand = "0.8.4"
uuid = { version = "1.1.2", features = ["serde", "v4", "v5"] }
chrono = "0.4.19"
elasticsearch = "8.4.0-alpha.1"
http = "0.2"
serde_with = "~2"
futures = "0.3"
strum = "0.24"
strum_macros = "0.24"