# 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 = "2018" name = "id_tree_layout" version = "2.0.4" authors = ["Jörg Singer "] description = "A library to visualize trees from the 'id_tree' crate." documentation = "https://docs.rs/id_tree_layout" readme = "README.md" keywords = [ "id_tree", "layout", "visualization", "embedding", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/jsinger67/id-tree-layout" [dependencies.id_tree] version = "^1.8" [dependencies.serde] version = "^1.0" optional = true [dependencies.serde_derive] version = "^1.0" optional = true [dependencies.serde_json] version = "^1.0" optional = true [dependencies.xml_writer] version = "0.4.0" [features] default = ["serde_support"] serde_support = [ "serde", "serde_derive", "serde_json", "id_tree/serde_support", ]