We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ff3d commit ea50719Copy full SHA for ea50719
Cargo.toml
@@ -4,10 +4,10 @@ version = "0.5.0"
4
edition = "2021"
5
6
[features]
7
-eth = [ "ethers-core" ]
+eth = [ "ethers-core", "alloy-rpc-types" ]
8
9
[dependencies]
10
-alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "3b1c310" }
+alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "3b1c310", optional = true }
11
anyhow = "1.0"
12
bincode = "1.3.3"
13
ethers-core = { version = "2.0.11", optional = true }
0 commit comments