[package] name = "quilt_graph" version = "0.1.1" authors = ["Joe Neeman "] edition = "2018" description = "A collection of graph traits and algorithms (part of the quilt project)" repository = "https://github.com/jneem/quilt" license = "MIT/Apache-2.0" [dependencies] itertools = "0.8" [dev-dependencies] proptest = "0.8"