[package] name = "threaded-map" authors = ["Richard Neumann "] description = "Extend iterators with a threaded version of the map() function" license = "MIT" homepage = "https://github.com/conqp/threaded-map/" repository = "https://github.com/conqp/threaded-map/" readme = "README.md" documentation = "https://docs.rs/threaded-map" keywords = [ "threaded", "mapping"] version = "0.2.1" edition = "2021" exclude = [ ".gitignore", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]