-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
34 lines (33 loc) · 917 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
[package]
name = "acuity-index-substrate"
version = "0.6.2"
edition = "2024"
authors = ["Jonathan Brown"]
description = "A library for indexing events from Substrate blockchains."
homepage = "https://index.acuity.network/"
repository = "https://github.com/acuity-network/acuity-index-substrate"
license = "Apache-2.0"
[dependencies]
ahash = "0.8.3"
base58 = "0.2.0"
blake2 = "0.10.6"
byte-unit = "4.0.19"
byteorder = "1.5.0"
futures = "0.3.28"
hex = "0.4.3"
hex-literal = "0.4.1"
home = "0.5.5"
num-format = "0.4.4"
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"
signal-hook = "0.3.17"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
sled = "0.34.7"
subxt = "0.35.3"
thiserror = "1.0.40"
tokio = { version = "1.28.0", features = ["full"] }
tokio-tungstenite = "0.21.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
zerocopy = "0.7.8"
zerocopy-derive = "0.7.8"