# 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 = "kravltree" version = "0.1.0" authors = ["koresframework", "Jonathan H. R. Lopes "] description = "AVL Tree implementation based on fastutil AVLTreeMap" homepage = "https://gitlab.com/Kores/kravltree" documentation = "https://docs.rs/kravltree/" readme = "README.md" keywords = ["avltree", "avl", "avlset", "avlmap", "data-structure"] categories = ["data-structures"] license = "MIT" repository = "https://gitlab.com/Kores/kravltree" resolver = "2" [dependencies] [features] default = [] print-tree = []