[package] name = "wgr-rs-thumbnail" version = "0.1.3" edition = "2021" license = "MIT" description = "Simple thumbnail cli" homepage = "https://wgr.ch" documentation = "https://github.com/WGR-SA/rs-thumbnail" repository = "https://github.com/WGR-SA/rs-thumbnail" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.2", features = ["derive"] } ffmpeg-next = "7.0.4" image = "0.25.0" pdfium-render = "0.8.19" serde = "1.0.197"