[package] name = "graph-traits" version = "0.1.1" authors = ["Ben Lichtman"] edition = "2018" description = "Traits for graph data structures" repository = "https://github.com/Ben-Lichtman/graph-traits" license = "MIT OR Apache-2.0" [features] default = ["petgraph"] [dependencies] petgraph = { version = "0.5.1", optional = true }