[package] name = "tree-flat" version = "0.1.3" authors = ["Mario Montoya "] description = "TreeFlat is the simplest way to build & traverse a pre-order Tree for Rust." documentation = "https://docs.rs/tree-flat" repository = "https://github.com/mamcx/tree-flat" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["tree", "vec", "apl", "flat"] categories = ["data-structures"] edition = "2018" exclude = ["/.github"] [dependencies] [dev-dependencies] criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support", "plotters", "html_reports"] } ego-tree = "0.6.2" walkdir = "2.3.2" [[bench]] name = "benchmark" harness = false