# 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 = "2021" name = "i_tree" version = "0.8.3" authors = ["Nail Sharipov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Red-black tree implementation for rust. Only for uniq elements" readme = "README.md" license = "MIT" repository = "https://github.com/iShape-Rust/iTree" [lib] name = "i_tree" path = "src/lib.rs" [[test]] name = "array_tests" path = "tests/array_tests.rs" [[test]] name = "edge_tests" path = "tests/edge_tests.rs" [[test]] name = "ordered_array_tests" path = "tests/ordered_array_tests.rs" [[test]] name = "time_tests" path = "tests/time_tests.rs" [[test]] name = "tree_tests" path = "tests/tree_tests.rs" [dev-dependencies.i_float] version = "^1.3.0" [dev-dependencies.rand] version = "0.8.5"