diff --git a/Cargo.toml b/Cargo.toml index 1ad877c..c77a232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,14 +11,10 @@ categories = ["concurrency"] license = "MIT OR Apache-2.0" readme = "README.md" -[features] -bench = ["dep:divan", "dep:rayon"] - -[dependencies] -divan = { version = "0.1.14", optional = true } -rayon = { version = "1.10.0", optional = true } +[dev-dependencies] +divan = "0.1.14" +rayon = "1.10.0" [[bench]] name = "overhead" harness = false -required-features = ["bench"] \ No newline at end of file