-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
47 lines (40 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
47
[package]
name = "billyjoule"
version = "0.10.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
async-stream = "0.3.5"
aws-region = "0.25.3"
base64 = "0.21.0"
chrono = "0.4.24"
clap = { version = "4.2.2", features = ["derive","env"] }
dotenv = "0.15.0"
duration-string = "0.3.0"
futures = "0.3.28"
human-duration = "0.1.0"
async-recursion = "1.0.4"
serenity = "0.11.6"
tokio = { version = "1.27.0", features = ["tracing", "macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
serde_json = "1.0.99"
reqwest = { version = "0.11.18", default-features=false, features=["rustls-tls","json"]}
reqwest-retry = "0.2.2"
reqwest-middleware = "0.2.3"
yahoo_finance_api = "2.2.1"
[dependencies.meilisearch-sdk]
version = "0.24.1"
features = ["isahc-static-ssl"]
[dependencies.serde]
version= "1.0"
features = ["derive"]
[dependencies.rust-s3]
version ="0.33.0"
default-features = false
features = ["fail-on-err", "futures", "minidom", "reqwest", "tags", "tokio", "tokio-rustls-tls", "tokio-stream", "with-tokio"]
[dependencies.aws-creds]
version = "0.35.0"
default-features = false
features = [ "attohttpc", "http-credentials", "rustls-tls" ]