# 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 = "graphviz-rust" version = "0.9.3" authors = ["BorisZhguchev "] description = "The library provides the basic access to the graphs in graphviz format with ability to import into or export from it." homepage = "https://github.com/besok/graphviz-rust" readme = "README.md" keywords = [ "graph", "graphviz", "dotfile", "dot", "visualize", ] categories = [ "parsing", "visualization", "api-bindings", ] license-file = "LICENSE" repository = "https://github.com/besok/graphviz-rust" [dependencies.dot-generator] version = "0.2.0" [dependencies.dot-structures] version = "0.1.1" [dependencies.into-attr] version = "0.1.1" [dependencies.into-attr-derive] version = "0.2.1" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.rand] version = "0.8.4" [dependencies.tempfile] version = "3.13.0" [dev-dependencies] [features] default = ["graphviz-exec"] graphviz-exec = []