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-petgraph0.5/petgraph-fix-metadata.diff

32 lines
856 B

--- petgraph-0.5.1/Cargo.toml 2020-05-23T13:27:38+00:00
+++ petgraph-0.5.1/Cargo.toml 2022-05-24T14:58:33.508639+00:00
@@ -21,6 +21,7 @@
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/petgraph/petgraph"
+exclude = ["/custom.css", "/graph-example.dot", "/Makefile"]
[package.metadata.docs.rs]
features = ["serde-1", "quickcheck"]
@@ -40,11 +41,6 @@
[dependencies.indexmap]
version = "1.0.2"
-
-[dependencies.quickcheck]
-version = "0.8"
-optional = true
-default-features = false
[dependencies.serde]
version = "1.0"
@@ -67,7 +63,7 @@
version = "0.5.5"
[features]
-all = ["unstable", "quickcheck", "matrix_graph", "stable_graph", "graphmap"]
+all = ["unstable", "matrix_graph", "stable_graph", "graphmap"]
default = ["graphmap", "stable_graph", "matrix_graph"]
generate = []
graphmap = []