dot-parser 0.4.2

This library provides a parser for the DOT/Graphviz graph description language, as well as useful functions to transform those graphs.
Documentation
[dependencies.either]
version = "1.13.0"

[dependencies.pest]
version = "2.7.14"

[dependencies.pest_derive]
version = "2.7.14"

[dependencies.petgraph]
optional = true
version = "0.6.5"

[dependencies.proc-macro2]
optional = true
version = "1.0.88"

[dependencies.quote]
optional = true
version = "1.0.37"

[features]
default = []
display = []
petgraph = ["dep:petgraph"]
to_tokens = ["dep:quote", "dep:proc-macro2"]

[package]
authors = ["Martin Vassor<martin@vassor.org>"]
categories = ["parser-implementations", "encoding"]
description = "This library provides a parser for the DOT/Graphviz graph description language, as well as useful functions to transform those graphs."
edition = "2021"
keywords = ["graphviz", "dot", "parser", "graph", "dotfile"]
license = "GPL-2.0-or-later"
name = "dot-parser"
readme = "README.md"
repository = "https://codeberg.org/bromind/dot-parser.git"
version = "0.4.2"