forked from mrgnlabs/transactions-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 710 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (25 loc) · 710 Bytes
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
[package]
name = "transactions_crawler"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "Historical Solana transactions crawling tool"
repository = "https://github.com/mrgnlabs/transactions-crawler"
documentation = "https://docs.rs/transactions-crawler"
readme = "README.md"
keywords = ["solana", "transaction", "crawling", "indexing"]
[dependencies]
solana-client = "1.14.7"
solana-sdk = "1.14.7"
solana-measure = "1.14.7"
solana-transaction-status = "1.14.7"
env_logger = "0.9.3"
json = "0.12.4"
log = "0.4.17"
anyhow = "1.0"
futures = "0.3.25"
tokio = { version = "1.21.2", features = ["full"] }
chrono = "0.4.23"
chrono-tz = "0.8.0"
concurrent-queue = "2.0.0"
serde = "1.0.147"