[package] name = "wgr_thumbnail" version = "0.1.1" edition = "2021" license = "MIT" description = "Simple thumbnail app" 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 = "6.1.1" image = "0.25.0" pdfium-render = "0.8.19" serde = "1.0.197"