[package] name = "syntree_layout" version = "0.3.1" authors = ["Jörg Singer "] description = "A library to visualize trees from the 'syntree' crate." documentation = "https://docs.rs/syntree_layout" repository = "https://github.com/jsinger67/syntree_layout" readme = "README.md" keywords = ["syntree", "layout", "visualization", "embedding"] categories = ["algorithms"] license = "MIT OR Apache-2.0" edition = "2021" [dependencies] anyhow = "1.0" syntree = "0.17.4" thiserror = "1.0" xml_writer = "0.4"