[package] name = "ffzap" version = "0.1.3" edition = "2021" description = "⚡ A multithreaded CLI for digital media processing using ffmpeg. If ffmpeg can do it, ffzap can do it - as many files in parallel as your CPU can handle." license-file = "license.md" keywords = ["ffmpeg", "media-processing", "cli", "audio-conversion", "video-conversion"] repository = "https://github.com/CodeF0x/ffzap" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.20", features = ["derive"] } glob = "0.3.1" rand = "0.9.0-alpha.2"