forked from near/near-lake-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (33 loc) · 1.3 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
[package]
name = "near-lake"
version = "2.3.0-rc.3"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
[build-dependencies]
anyhow = "1.0.51"
rustc_version = "0.4"
[dependencies]
actix = "0.13.0"
anyhow = "1.0.51"
aws-config = "1.4.0"
aws-sdk-s3 = "1.29.0"
clap = { version = "4.5.4", features = ["color", "derive", "env"] }
dotenv = "0.15.0"
futures = "0.3.5"
http = "1.1.0"
humantime = "2.1.0"
itertools = "0.13.0"
openssl-probe = "0.1.5"
once_cell = "1.19.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.55"
tokio = { version = "1.37.0", features = ["sync", "time"] }
tokio-stream = { version = "0.1" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
# Please, update the supported nearcore version in .cargo/config.toml file
near-indexer = { git = "https://github.com/near/nearcore", rev = "827aab9d727a98c707e6d0eecc858a1bbce060ca" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "827aab9d727a98c707e6d0eecc858a1bbce060ca" }
near-client = { git = "https://github.com/near/nearcore", rev = "827aab9d727a98c707e6d0eecc858a1bbce060ca" }
near-config-utils = { git = "https://github.com/near/nearcore", rev = "827aab9d727a98c707e6d0eecc858a1bbce060ca" }
near-o11y = { git = "https://github.com/near/nearcore", rev = "827aab9d727a98c707e6d0eecc858a1bbce060ca" }