blob: db2969fe720c1565f8a1a63d9b0e2aa7399796b9 [file] [log] [blame]
[package]
name = "petgraph"
version = "0.0.6"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "Graph data structure."
documentation = "http://bluss.github.io/petulant-avenger-graphlibrary/target/doc/petgraph"
repository = "https://github.com/bluss/petulant-avenger-graphlibrary"
keywords = ["container", "data-structure", "graph", "unionfind"]
[lib]
name = "petgraph"
[profile.release]
debug = true
[profile.bench]
debug = true
[dev-dependencies.rand]