[package] name = "product_index" version = "0.1.0" edition = "2021" description = "Convert a cartesian product index into the N indicies of the original arrays" repository = "https://github.com/chappertron/product_index" homepage = "https://github.com/chappertron/product_index" keywords = ["cli", "terminal","cartesian","product"] categories = ["command-line-utilities"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" clap = { version = "4.4.8", features = ["derive"] } thiserror = "1.0.50" [dev-dependencies] itertools = "0.11.0"