File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,24 +14,21 @@ readme = "README.md"
1414travis-ci = { repository = " purpleprotocol/graphlib" , branch = " master" }
1515
1616[dependencies ]
17- rand = { version = " 0.7.2 " , default-features = false }
18- rand_core = " 0.5.1"
19- rand_isaac = " 0.2.0"
20- hex = " 0.4.0"
21- hashbrown = { version = " 0.6.3" , features = [ " rayon " ] }
22- dot = {version = " 0.1.4" , optional = true }
17+ rand = { version = " 0.7.3 " , default-features = false }
18+ rand_core = { version = " 0.5.1" , default-features = false }
19+ rand_isaac = { version = " 0.2.0" , default-features = false }
20+ hex = { version = " 0.4.0" , default-features = false }
21+ hashbrown = { version = " 0.6.3" , default- features = false , features = [ " inline-more " , " ahash " ] }
22+ dot = { version = " 0.1.4" , optional = true }
2323
2424[dev-dependencies ]
2525criterion = " 0.3.0"
26- # Due to criterion dependency on std
27- rand = " 0.7.2"
2826
2927[[bench ]]
3028name = " benchmark"
3129harness = false
3230
3331[features ]
34-
3532default = []
3633# use `cargo bench --features sbench` only if you want benchmarks with 10 million
3734# iterations (may fail on some systems)
You can’t perform that action at this time.
0 commit comments