# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "allmytoes" version = "0.4.0" description = "provides thumbnails according to the freedesktop.org specification" homepage = "https://gitlab.com/allmytoes/allmytoes" readme = "readme.md" keywords = [ "thumbnail", "linux", "shell", "image", "freedesktop", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/allmytoes/allmytoes" [profile.release-compact] lto = true codegen-units = 1 inherits = "release" strip = true [lib] name = "allmytoes" path = "src/allmytoes.rs" [dependencies.byteorder] version = "^1.3" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.dynfmt] version = "0.1.5" features = [ "python", "curly", ] [dependencies.flexi_logger] version = "^0.27" [dependencies.hex] version = "^0.4" [dependencies.image] version = "^0" [dependencies.imagesize] version = "^0" [dependencies.kamadak-exif] version = "^0.5" [dependencies.log] version = "^0.4" [dependencies.md5] version = "^0.7" [dependencies.mime] version = "^0.3" [dependencies.once_cell] version = "1.19.0" [dependencies.pathdiff] version = "^0" [dependencies.percent-encoding] version = "^2" [dependencies.png] version = "^0" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_yaml] version = "^0.9" [dependencies.subprocess] version = "^0.2" [dependencies.temp-dir] version = "^0.1" [dependencies.xdg-mime] version = "^0.3"