remove default features from cuprate-helper

This commit is contained in:
Boog900 2024-09-15 18:20:42 +01:00
parent 28f76057fb
commit 0907454e25
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -9,9 +9,8 @@ repository = "https://github.com/Cuprate/cuprate/tree/main/consensus"
[features]
# TODO: I don't think this is a good idea
# All features on by default.
default = ["std", "atomic", "asynch", "cast", "fs", "num", "map", "time", "thread", "constants", "tx-utils"]
# All features off by default.
default = []
std = []
atomic = ["dep:crossbeam"]
asynch = ["dep:futures", "dep:rayon"]