[package] name = "woodland" version = "0.0.4" authors = ["Reagan McFarland "] edition = "2018" description = "Easy to use implementations of popular tree data structures such as Binary, Binary Search, AVL, Red-Black, and more" license = "MIT" homepage = "https://github.com/reaganmcf/woodland" documentation = "https://docs.rs/woodland" categories = ["data-structures"] keywords = ["trees", "data-structures", "indextree", "memory-arena"] exclude = [ ".github/*", "assets/*" ] [dependencies]