[package] name = "splix" version = "0.2.1" edition = "2021" authors = ["Raymond Tian rymdtian@gmail.com"] license = "MIT" description = "Lightning-fast image splitter." readme = "README.md" homepage = "https://github.com/raymondytian/splix" repository = "https://github.com/raymondytian/splix" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } image = "0.25.1" rayon = "1.10.0" walkdir = "2.5.0"