[package] authors = ["Martin Junghanns ", "Paul Horn "] edition = "2018" license = "Apache-2.0 OR MIT" description = "Test utility for checking if two graphs are isomorphic." keywords = ["graph", "isomorphism", "test", "gdl", "cypher"] name = "assert-graph-iso" repository = "https://github.com/s1ck/assert-graph-iso" version = "0.1.0" [dependencies] gdl = {version = "0.2.4", optional = true} [dev-dependencies] trim-margin = "0.1.0"