# 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 = "aki-image-view-gtk" version = "0.2.10" authors = ["aki "] description = """ image view gtk gui application """ readme = "README.md" keywords = [ "image", "photo", "svg", "view", "gtk", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/aki-image-view-gtk" [package.metadata.deb] features = ["debian_build"] section = "AAA-gui" priority = "optional" maintainer = "aki " extended-description = """ image view gtk gui application. """ depends = "$auto" separate-debug-symbols = true assets = [ [ "target/release/aki-image-view-gtk", "usr/bin/", "755", ], [ "target/rust-version-info.txt", "usr/share/doc/aki-image-view-gtk/", "644", ], [ "README.md", "usr/share/doc/aki-image-view-gtk/", "644", ], [ "ui/Mwin.glade", "usr/share/aki-image-view-gtk/ui/", "644", ], [ "ui/Fcdia.glade", "usr/share/aki-image-view-gtk/ui/", "644", ], [ "help/C", "usr/share/help/aki-image-view-gtk/", "644", ], ] [[bin]] name = "aki-image-view-gtk" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cairo-rs] version = "0.16" [dependencies.flood-tide] version = "0.2" features = ["stop_at_mm"] default-features = true [dependencies.gdk] version = "0.16" [dependencies.gdk-pixbuf] version = "0.16" [dependencies.gio] version = "0.16" [dependencies.glib] version = "0.16" [dependencies.gtk] version = "0.16" features = ["v3_24"] default-features = false [dependencies.memx-cdy] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies] [build-dependencies.rust-version-info-file] version = "0.1" [features] debian_build = [] default = [] gui_trace = []