graphviz-rust 0.9.7

The library provides the basic access to the graphs in graphviz format with ability to import into or export from it.
Documentation
# 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.7"
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["graphviz-exec"]
graphviz-exec = []

[lib]
name = "graphviz_rust"
path = "src/lib.rs"

[dependencies.dot-generator]
version = "0.2.0"

[dependencies.dot-structures]
version = "0.1.2"

[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.9"

[dependencies.tempfile]
version = "3.13.0"

[dev-dependencies]