Skip to content

Commit

Permalink
Merge pull request #2155 from maidsafe/evm-dev-autonomi-deafult-features
Browse files Browse the repository at this point in the history
chore(autonomi): update default features
  • Loading branch information
mickvandijke authored Sep 30, 2024
2 parents bceb5ac + e2568f3 commit 97accbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autonomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"

[features]
default = ["data"]
full = ["data", "files", "fs", "registers", "transfers", "vault", "native-payments"]
data = ["transfers"]
default = ["evm-payments", "data"]
full = ["data", "registers", "vault", "evm-payments"]
data = []
vault = ["data"]
files = ["transfers", "data"]
files = ["fs", "data"]
fs = []
local = ["sn_networking/local-discovery"]
registers = ["transfers"]
registers = []
transfers = []
native-payments = []
evm-payments = []
Expand Down

0 comments on commit 97accbe

Please sign in to comment.