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