-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
39 lines (38 loc) · 1.21 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
[workspace]
resolver = "2"
members = ["cli", "consumer", "envio-indexer", "histocrawler", "histoflux", "image-guard", "models", "rpc-proxy", "shared-utils", "substreams-sink"]
[workspace.dependencies]
alloy = { version = "0.9.2", features = ["full"] }
anyhow = "1.0.82"
async-trait = "0.1.83"
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
aws-sdk-sqs = { version = "1.3.0" }
aws-smithy-runtime-api = "1.7.0"
chrono = { version = "0.4.35", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive"] }
dotenvy = "0.15.7"
envy = "0.4.2"
env_logger = "0.11.5"
hex = { version = "0.4.3", features = ["serde"] }
hypersync-client = "0.17.2"
log = "0.4.20"
macon = "1.2.0"
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["multipart", "json"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
sqlx = { version = "0.7.2", features = [
"postgres",
"runtime-tokio",
"uuid",
"chrono",
"bigdecimal",
"rust_decimal",
"tls-rustls"
] }
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "2.0.3"
tokio = { version = "1.20.1", features = ["full"] }
utoipa = { version = "5.2.0", features = ["macros", "axum_extras", "chrono"] }
url = "2.4.1"