# 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 = "treesome" version = "0.7.0" authors = ["Pavel Pscheidl "] description = "A library for tree creation, manipulation, traversal and visualization." documentation = "https://docs.rs/treesome" readme = "README.md" keywords = [ "tree", "trees", "btree", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/Pscheidl/treesome" [dependencies.serde] version = "1" features = [ "derive", "rc", ] optional = true [dev-dependencies.serde_json] version = "1" [features] serde = ["dep:serde"]