-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
33 lines (31 loc) · 1.11 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
[package]
name = "near-zmq"
version = "0.1.0"
authors = ["Volno Petr <[email protected]>"]
edition = "2021"
rust-version = "1.71.0"
[dependencies]
actix = "0.13.0"
anyhow = "1.0.51"
aws-config = "0.6.0"
aws-endpoint = "0.6.0"
aws-sdk-s3 = "0.6.0"
aws-smithy-http = "0.36.0"
clap = { version = "3.1.6", features = ["color", "derive", "env"] }
futures = "0.3.5"
http = "0.2"
humantime = "2.1.0"
itertools = "0.10.0"
openssl-probe = "0.1.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.55"
tokio = { version = "1.1", features = ["sync", "time"] }
tokio-stream = { version = "0.1" }
tracing = "0.1.34"
tracing-subscriber = "0.2.4"
zmq = "0.9.2"
async_zmq = "0.2.0"
near-indexer = { git = "https://github.com/near/nearcore", rev = "f97e1ab46de694504ce3baeea7e0f724f1658b5f" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "f97e1ab46de694504ce3baeea7e0f724f1658b5f" }
near-client = { git = "https://github.com/near/nearcore", rev = "f97e1ab46de694504ce3baeea7e0f724f1658b5f" }
near-o11y = { git = "https://github.com/near/nearcore", rev = "f97e1ab46de694504ce3baeea7e0f724f1658b5f" }