[package] name = "beetle-collatz-threaded" version = "0.2.3" edition = "2021" license = "MIT" description = "multi-threaded forms of functions from the beetle_collatz crate" authors = ["beetle"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] beetle-collatz = "0.2.1" rayon = "1.6.1"