Lines Matching +full:rust +full:- +full:executor
9 # issue against the rust-lang/cargo repository. If you're
19 description = "Statistics-driven micro-benchmarking library"
23 categories = ["development-tools::profiling"]
24 license = "Apache-2.0/MIT"
35 [dependencies.async-std]
47 default-features = false
49 [dependencies.criterion-plot]
66 [dependencies.num-traits]
68 default-features = false
76 default-features = false
84 default-features = false
101 default-features = false
110 default-features = false
114 [dev-dependencies.approx]
117 [dev-dependencies.futures]
119 features = ["executor"]
122 [dev-dependencies.quickcheck]
124 default-features = false
126 [dev-dependencies.rand]
129 [dev-dependencies.tempfile]
134 async_futures = ["futures/executor", "async"]
136 async_std = ["async-std", "async"]
148 status = "passively-maintained"
150 [badges.travis-ci]