# 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_collections" version = "0.1.8" authors = [ "Binkai Tan ", "Da Song ", "Ruijia Zhang ", ] description = "A collection for tree data structures. It provides APIs that allows users to create memory efficient binary search trees, red-black trees and avl trees." documentation = "https://docs.rs/tree_collections/latest/tree_collections/" readme = "README.md" keywords = [ "BST", "red-black", "AVL", "tree", ] license = "MIT OR Apache-2.0" [lib] name = "tree_collections" path = "src/lib.rs" [[bench]] name = "benchmarks" harness = false [dependencies.criterion] version = "0.3.3" [dependencies.rand] version = "0.7.3"