[package] name = "kravltree" version = "0.1.0" edition = "2021" authors = ["koresframework", "Jonathan H. R. Lopes "] license = "MIT" # description = "AVL Tree implementation based on fastutil AVLTreeMap" homepage = "https://gitlab.com/Kores/kravltree" repository = "https://gitlab.com/Kores/kravltree" readme = "README.md" keywords = ["avltree", "avl", "avlset", "avlmap", "data-structure"] categories = ["data-structures"] documentation = "https://docs.rs/kravltree/" [features] default = [] print-tree = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]