[package] name = "allmytoes" version = "0.4.0" edition = "2021" license = "GPL-3.0-or-later" description = "provides thumbnails according to the freedesktop.org specification" homepage = "https://gitlab.com/allmytoes/allmytoes" repository = "https://gitlab.com/allmytoes/allmytoes" readme = "readme.md" keywords = ["thumbnail", "linux", "shell", "image", "freedesktop"] categories = ["command-line-utilities", "multimedia::images"] [profile.release-compact] inherits = "release" strip = true lto = true codegen-units = 1 [lib] name = "allmytoes" path = "src/allmytoes.rs" [dependencies] byteorder = "^1.3" clap = { version = "^4", features = ["derive"] } percent-encoding = "^2" md5 = "^0.7" hex = "^0.4" image = "^0" imagesize = "^0" png = "^0" flexi_logger = "^0.27" log = "^0.4" mime = "^0.3" once_cell = "1.19.0" xdg-mime = "^0.3" kamadak-exif = "^0.5" pathdiff = "^0" dynfmt = { version = "0.1.5", features = ["python", "curly"] } serde = { version = "^1", features = ["derive"] } serde_yaml = "^0.9" subprocess = "^0.2" temp-dir = "^0.1"