[package] name = "graphviz-rust-bla" description = "The library provides the basic access to the graphs in graphviz format with ability to import into or export from it." version = "0.2.0" edition = "2021" authors = ["Tom "] license-file = "LICENSE" homepage = "https://github.com/anon767/graphviz-rust" repository = "https://github.com/anon767/graphviz-rust" readme = "README.md" keywords = ["graph", "graphviz", "dotfile", "dot", "visualize"] categories = ["parsing","visualization","api-bindings"] [dependencies] pest = "2.0" pest_derive = "2.0" rand = "0.8.4" into-attr = { path = "into-attr", version="0.1.0" } into-attr-derive = {path = "into-attr-derive", version="0.1.0"} dot-structures = { path = "dot-structures", version="0.1.0" } dot-generator = { path = "dot-generator", version="0.2.0" } tempfile = "3.2.0" [dev-dependencies]