-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
28 lines (26 loc) · 1.17 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
[package]
name = "events-streaming"
version = "0.1.0"
edition = "2021"
rust-version = "1.67.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
spectrum-offchain = { git = "https://github.com/spectrum-finance/spectrum-offchain-ergo", rev = "1a8081113f7396cf558572ac63641730ec2d59ec" }
ergo-chain-sync = { git = "https://github.com/spectrum-finance/spectrum-offchain-ergo", rev = "1a8081113f7396cf558572ac63641730ec2d59ec" }
ergo-mempool-sync = { git = "https://github.com/spectrum-finance/spectrum-offchain-ergo", rev = "1a8081113f7396cf558572ac63641730ec2d59ec" }
kafka = "0.9"
async-trait = "0.1.58"
base64 = "0.21.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.88"
serde_yaml = "0.9"
ergo-lib = { git = "https://github.com/ergoplatform/sigma-rust", rev = "799107269fa43549b08f6ddb04ed412daec1c5d7" }
isahc = { version = "1.7.2", features = ["json"] }
clap = { version = "4.0", features = ["derive"] }
log4rs = "1.2.0"
tokio = { version = "1.22.0", features = ["full"] }
futures = "0.3.25"
base16 = "0.2.1"
wasm-timer = "0.2.5"
async-std = {version = "1.12.0", features = ["attributes"] }
log = "0.4.17"