[package] name = "chunks" description = "Parallel-ish chunk loading that might make things slower." version = "0.1.1" authors = ["Ram Kaniyur "] license = "Unlicense" repository = "https://github.com/quadrupleslap/chunks" [dependencies] crossbeam-channel = "0.2" log = "0.4"