# 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 = "avis-imgv" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Image viewer based on egui. Makes use of modern RAM amounts by loading images ahead of time for very fast responsiveness. Minimal UI with heavy use of shortcuts." homepage = "https://github.com/hats-np/avis-imgv" readme = "README.md" keywords = [ "image_viewer", "image", ] license = "GPL-3.0" repository = "https://github.com/hats-np/avis-imgv" [lib] name = "avis_imgv" path = "src/lib.rs" [[bin]] name = "avis-imgv" path = "src/main.rs" [dependencies.directories] version = "5.0.1" [dependencies.eframe] version = "0.28.1" [dependencies.fast_image_resize] version = "4.2.1" [dependencies.image] version = "0.25.2" default-features = true [dependencies.notify] version = "6.1.1" [dependencies.qcms] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.sqlite] version = "0.36.1"