forked from enviodev/hypersync-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 681 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 681 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
28
[package]
name = "hypersync"
version = "0.8.5"
edition = "2021"
[lib]
name = "hypersync"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.20", features = ["extension-module", "anyhow", "num-bigint"] }
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
tokio = "1"
dict_derive = { git = "https://github.com/ozgrakkurt/dict-derive" }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
alloy-json-abi = "0.8"
alloy-dyn-abi = "0.8"
alloy-primitives = "0.8"
hypersync-client = "0.17"
anyhow = "1"
polars-arrow = { version = "0.42" }
prefix-hex = "0.7"
env_logger = "0.11"
faster-hex = "0.9"
ruint = "1"
num-bigint = "0.4"
mimalloc = "0.1.43"