[package] name = "ordered_iter" version = "0.1.2" license = "MIT/Apache-2.0" description = "Ordered iterators." authors = [ "Alexis Beingessner ", "Andrew Paseltiner ", ] repository = "https://github.com/contain-rs/ordered_iter" homepage = "https://github.com/contain-rs/ordered_iter" documentation = "https://contain-rs.github.io/ordered_iter/ordered_iter" keywords = ["data-structures"] readme = "README.md" [features] nightly = [] [dependencies] bit-set = "~0.5" bit-vec = "~0.6" vec_map = "~0.8"