[package] name = "montage" version = "0.1.0" edition = "2021" description = "create montage artwork from emojis" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.5", features = ["derive"] } num_cpus = "1.13.1" image = "0.24.0" ndarray = "0.15.4" rayon = "1.5.1" thread = "0.1.0"