[package]
name = "petgraph"
version = "0.2.10"
authors = ["bluss", "mitchmindtree"]
description = "Graph data structure library. Provides graph types and graph algorithms."
documentation = "http://bluss.github.io/petgraph"
keywords = ["data-structure", "graph", "unionfind", "graph-algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/petgraph"
[profile.bench]
debug = true
[lib]
name = "petgraph"
bench = false
[dependencies.fixedbitset]
version = "0.1.1"
[dependencies.quickcheck]
version = "0.3"
optional = true
[dev-dependencies.rand]
version = "0.3"
[features]
stable_graph = []
test = []
unstable = ["generate", "stable_graph"]
all = ["test", "unstable", "quickcheck"]
generate = []