[package] authors = ["Mikhail Isupov "] description = "List data structure based on AVL tree. It can store elements which have dimension and quickly search for elements by distance from 0." edition = "2018" license = "Unlicense/MIT" name = "dlist" version = "0.1.4" readme = "README.md" repository = "https://github.com/misupov/dlist" documentation = "https://docs.rs/dlist" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] lipsum = "0.7"