# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dot-parser" version = "0.3.3" authors = ["Martin Vassor"] description = "This library provides a parser for the DOT/Graphviz graph description language, as well as useful functions to transform those graphs." readme = "README.md" keywords = [ "graphviz", "dot", "parser", "graph", "dotfile", ] categories = [ "parser-implementations", "encoding", ] license = "GPL-2.0-or-later" repository = "https://codeberg.org/bromind/dot-parser.git" [dependencies.either] version = "1.13.0" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.petgraph] version = "0.6.5" optional = true [dependencies.proc-macro2] version = "1.0.88" optional = true [dependencies.quote] version = "1.0.37" optional = true [features] default = [] display = [] petgraph = ["dep:petgraph"] to_tokens = [ "dep:quote", "dep:proc-macro2", ]