[package] name = "hentavif" version = "0.1.0" edition = "2021" license = "Apache-2.0" authors = ["Federico Maria Morrone "] description = "Simple utility to convert images to avif" readme = "README.md" repository = "https://github.com/morr0ne/hentavif" include = ["src/**/*.rs", "README.md", "LICENSE"] [profile.release] lto = true codegen-units = 1 strip = true # panic = "abort" [dependencies] clap = { version = "4.5.16", features = ["derive", "unicode", "wrap_help"] } image = { version = "0.25.2", features = ["nasm"] } thiserror = "1.0.63"