# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ffzap" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false 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." readme = "README.md" keywords = [ "ffmpeg", "media-processing", "cli", "audio-conversion", "video-conversion", ] license-file = "license.md" repository = "https://github.com/CodeF0x/ffzap" [[bin]] name = "ffzap" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.rand] version = "0.9.0-alpha.2"