diff --git a/crates/katana/core/Cargo.toml b/crates/katana/core/Cargo.toml index 7455d071da..89757d8627 100644 --- a/crates/katana/core/Cargo.toml +++ b/crates/katana/core/Cargo.toml @@ -35,11 +35,11 @@ url.workspace = true alloy-primitives = { workspace = true, features = [ "serde" ] } alloy-sol-types = { workspace = true, default-features = false, features = [ "json" ], optional = true } -alloy-contract = { workspace = true, optional = true } -alloy-network = { workspace = true, optional = true } -alloy-provider = { workspace = true, optional = true, features = [ "reqwest" ] } -alloy-transport = { workspace = true, optional = true } -alloy-rpc-types-eth = { workspace = true, optional = true } +alloy-contract = { workspace = true, default-features = false, optional = true } +alloy-network = { workspace = true, default-features = false, optional = true } +alloy-provider = { workspace = true, default-features = false, optional = true, features = [ "reqwest" ] } +alloy-transport = { workspace = true, default-features = false, optional = true } +alloy-rpc-types-eth = { workspace = true, default-features = false, optional = true } [dev-dependencies] assert_matches.workspace = true