You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
509 B
25 lines
509 B
--- rspec-1.0.0/Cargo.toml 2021-02-06T15:09:51+00:00
|
|
+++ rspec-1.0.0/Cargo.toml 2023-05-18T15:58:26.536674+00:00
|
|
@@ -30,21 +30,13 @@
|
|
[dependencies.derive_builder]
|
|
version = "0.9"
|
|
|
|
-[dependencies.expectest]
|
|
-version = "0.12"
|
|
-optional = true
|
|
-
|
|
[dependencies.rayon]
|
|
version = "1.5"
|
|
|
|
[dependencies.time]
|
|
version = "0.2"
|
|
-[build-dependencies.clippy]
|
|
-version = "0.0.153"
|
|
-optional = true
|
|
|
|
[features]
|
|
default = []
|
|
-expectest_compat = ["expectest"]
|
|
[badges.maintenance]
|
|
status = "passively-maintained"
|