Blob Blame History Raw
--- petgraph-0.6.4/Cargo.toml	1970-01-01T00:00:01+00:00
+++ petgraph-0.6.4/Cargo.toml	2023-08-23T09:25:31.398057+00:00
@@ -30,6 +30,12 @@
 categories = ["data-structures"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/petgraph/petgraph"
+exclude = [
+    "/clippy.toml",
+    "/custom.css",
+    "/graph-example.dot",
+    "/Makefile",
+]
 
 [package.metadata.docs.rs]
 features = [
@@ -55,11 +61,6 @@
 
 [dependencies.indexmap]
 version = "2.0"
-
-[dependencies.quickcheck]
-version = "0.8"
-optional = true
-default-features = false
 
 [dependencies.serde]
 version = "1.0"
@@ -88,7 +89,6 @@
 [features]
 all = [
     "unstable",
-    "quickcheck",
     "matrix_graph",
     "stable_graph",
     "graphmap",