# 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 = "syntree_layout" version = "0.3.1" authors = ["Jörg Singer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to visualize trees from the 'syntree' crate." documentation = "https://docs.rs/syntree_layout" readme = "README.md" keywords = [ "syntree", "layout", "visualization", "embedding", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/jsinger67/syntree_layout" [lib] name = "syntree_layout" path = "src/lib.rs" [[example]] name = "example1" path = "examples/example1.rs" [[example]] name = "example2" path = "examples/example2.rs" [[example]] name = "example3" path = "examples/example3.rs" [[test]] name = "embedder_tests" path = "tests/embedder_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.syntree] version = "0.17.4" [dependencies.thiserror] version = "1.0" [dependencies.xml_writer] version = "0.4"