blob: bca9c53229628489e6142be33131293793d9acb4 [file] [log] [blame]
[package]
name = "petgraph"
version = "0.1.11"
license = "MIT/Apache-2.0"
authors = [
"bluss",
"mitchmindtree",
]
description = "Graph data structure library. Provides graph types and graph algorithms."
documentation = "http://bluss.github.io/petulant-avenger-graphlibrary"
repository = "https://github.com/bluss/petulant-avenger-graphlibrary"
keywords = ["data-structure", "graph", "unionfind", "graph-algorithms"]
[lib]
name = "petgraph"
[profile.release]
debug = true
[profile.bench]
debug = true
[dependencies.fixedbitset]
[dev-dependencies.rand]
[features]
test = []