[package] name = "genpet" version = "0.1.1" edition = "2021" description = "Generate petgraph graphs with geng." license = "MIT OR Apache-2.0" authors = ["Eric Brandwein "] repository = "https://github.com/ericbrandwein/genpet" keywords = ["graph-theory", "geng", "petgraph", "graphs"] categories = ["development-tools::ffi", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] graph6-rs = "0.1.8" petgraph = "0.6.4"