[package] name = "video_amogusifier" version = "1.0.2" edition = "2021" build = "build.rs" authors = ["Jarkko Arffman "] description = "Turn a video into an amogus" readme = "README.md" license-file = "LICENSE" categories = ["command-line-utilities", "multimedia:video"] repository = "https://gitlab.com/Jakkest/video_amogusifier" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.24.2" filehash-rs = "1.1.0" text_io = "0.1.10" thiserror = "1.0.31" clap = { version = "4.0.29", features = ["derive"] } [[bin]] name = "video" path = "src/main.rs"