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.
43 lines
728 B
43 lines
728 B
--- proptest-derive-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ proptest-derive-0.5.0/Cargo.toml 2024-06-25T21:08:52.150306+00:00
|
|
@@ -44,10 +44,6 @@
|
|
[[test]]
|
|
name = "assoc"
|
|
path = "tests/assoc.rs"
|
|
-
|
|
-[[test]]
|
|
-name = "compiletest"
|
|
-path = "tests/compiletest.rs"
|
|
|
|
[[test]]
|
|
name = "enum"
|
|
@@ -109,11 +105,6 @@
|
|
name = "weight"
|
|
path = "tests/weight.rs"
|
|
|
|
-[[bench]]
|
|
-name = "large_enum"
|
|
-path = "benches/large_enum.rs"
|
|
-harness = false
|
|
-
|
|
[dependencies.proc-macro2]
|
|
version = "1.0"
|
|
|
|
@@ -128,16 +119,6 @@
|
|
"full",
|
|
]
|
|
|
|
-[dev-dependencies.compiletest_rs]
|
|
-version = "0.11"
|
|
-features = [
|
|
- "tmp",
|
|
- "stable",
|
|
-]
|
|
-
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.5"
|
|
-
|
|
[dev-dependencies.proptest]
|
|
version = "1.0.0"
|
|
|