--- scc-2.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ scc-2.2.0/Cargo.toml 2024-10-04T17:18:00.707152+00:00 @@ -43,37 +43,8 @@ name = "scc" path = "src/lib.rs" -[[bench]] -name = "bag" -path = "benches/bag.rs" -harness = false - -[[bench]] -name = "hash_cache" -path = "benches/hash_cache.rs" -harness = false - -[[bench]] -name = "hash_index" -path = "benches/hash_index.rs" -harness = false - -[[bench]] -name = "hash_map" -path = "benches/hash_map.rs" -harness = false - -[[bench]] -name = "tree_index" -path = "benches/tree_index.rs" -harness = false - [dependencies.equivalent] version = "1.0" -optional = true - -[dependencies.loom] -version = "0.7" optional = true [dependencies.sdd] @@ -82,9 +53,6 @@ [dependencies.serde] version = "1.0" optional = true - -[dev-dependencies.criterion] -version = "0.5" [dev-dependencies.futures] version = "0.3" @@ -104,9 +72,3 @@ [dev-dependencies.tokio] version = "1.40" features = ["full"] - -[features] -loom = [ - "dep:loom", - "sdd/loom", -]