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.
rust-proptest-derive/SOURCES/proptest-derive-fix-metadat...

43 lines
728 B

--- proptest-derive-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ proptest-derive-0.5.1/Cargo.toml 2025-01-03T16:26:18.416926+00:00
@@ -45,10 +45,6 @@
[[test]]
name = "assoc"
path = "tests/assoc.rs"
-
-[[test]]
-name = "compiletest"
-path = "tests/compiletest.rs"
[[test]]
name = "enum"
@@ -114,11 +110,6 @@
name = "weight"
path = "tests/weight.rs"
-[[bench]]
-name = "large_enum"
-path = "benches/large_enum.rs"
-harness = false
-
[dependencies.proc-macro2]
version = "1.0"
@@ -133,16 +124,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"