[package] name = "willowtree" version = "0.2.0" edition = "2021" license = "MIT" description = "Lazily evaluated trees" homepage = "https://github.com/lewis-carson/willowtree" documentation = "https://github.com/lewis-carson/willowtree" repository = "https://github.com/lewis-carson/willowtree" readme = "README.md" keywords = ["data-structure", "collection", "tree", "lazy"] [dependencies] indextree = "4.5.0"