-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
40 lines (34 loc) · 1.01 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
34
35
36
37
38
39
40
[package]
name = "forky"
version = "0.1.0"
license = "ISC"
edition = "2021"
exclude = ["index.node"]
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# serialization
serde = { version = "1", features = ["derive"] }
serde_json = "1"
# console-subscriber = "0.4.0"
neon = { version = "1.0.0", features = ["futures", "napi-experimental", "external-buffers", "tokio"] }
once_cell = "1"
tokio = { version = "1.40.0", features = ["tracing", "full"] }
revm = { version = "14.0.2", features = ["dev","std", "c-kzg", "secp256k1", "portable", "blst"]}
bytes = "1.2.1"
alloy = { version = "0.4", features = ["full", "provider-debug-api"] }
alloy-provider = { version = "0.4", features = ["trace-api"] }
log = "0.4"
pretty_env_logger = "0.4"
eyre = "0.6"
tokio-stream = "0.1.15"
hash_hasher = "2.0.3"
futures = "0.3.31"
rustc-hash = "2.0.0"
scc = "2.2.1"
sdd = "3.0.4"
itertools = "0.13.0"
async_cell = "0.2.2"
iset = "0.3.0"
match_deref = "0.1.1"