Skip to content

Commit

Permalink
feat: essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Jan 10, 2025
1 parent b335287 commit ab907d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ alloy-transport-ws = { workspace = true, optional = true }
# ----------------------------------------- Configuration ---------------------------------------- #

[features]
default = ["std", "reqwest", "alloy-core/default", "full"]
default = ["std", "reqwest", "alloy-core/default", "essentials"]

# std
std = [
Expand All @@ -76,6 +76,9 @@ std = [
"alloy-consensus?/std",
]

# essential features that enable bare minimal network interactions out of the box.
essentials = ["contract", "provider-http", "rpc-types", "signer-local"]

# full
full = [
"consensus",
Expand Down

0 comments on commit ab907d7

Please sign in to comment.