# 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 = "orange-trees" version = "0.1.3" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tree data structure with several methods to query and manipulate nodes." homepage = "https://github.com/veeso/orange-trees" documentation = "https://docs.rs/orange-trees" readme = "README.md" keywords = [ "tree", "data-structures", "node", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/veeso/orange-trees" [lib] name = "orange_trees" path = "src/lib.rs" [dependencies] [dev-dependencies.pretty_assertions] version = "1"