# 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 = "tree-graphviz" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate GraphViz DOT directed trees, based on an arbitrary tree structure." readme = "README.md" keywords = [ "graphviz", "directed-graph", ] categories = [ "data-structures", "value-formatting", ] license = "LGPL-3.0-or-later" repository = "https://github.com/Siri-chan/tree-graphviz" [lib] name = "tree_graphviz" path = "src/lib.rs" [dependencies.futures] version = "0.3" optional = true [features] async = ["dep:futures"]