[package] name = "i_tree" version = "0.8.1" authors = ["Nail Sharipov "] edition = "2021" description = "Red-black tree implementation for rust. Only for uniq elements" license = "MIT" repository = "https://github.com/iShape-Rust/iTree" [dev-dependencies] rand = "0.8.5" i_float = { version = "1.2.0" } #i_float = { path = "../iFloat" }