[package] name = "convg" version = "0.1.4" edition = "2021" description = "A tool to convert directed and undirected graphs from NAUTY and Traces into adjacency, dot, and net files." license = "MIT" keywords = ["graph", "nauty", "cli", "parser"] repository = "https://github.com/noamteyssier/convg" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.69" clap = { version = "4.1.6", features = ["derive"] } graph6-rs = "0.1.8"