2 name = "lightning-bench"
4 authors = ["Matt Corallo"]
12 hashbrown = ["lightning/hashbrown"]
15 lightning = { path = "../lightning", features = ["_test_utils", "criterion"] }
16 lightning-persister = { path = "../lightning-persister", features = ["criterion"] }
17 lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync", features = ["criterion"] }
18 criterion = { version = "0.4", default-features = false }