# 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 = "2018" name = "fe-image-widget" version = "0.1.1" authors = ["Ar37-rs "] description = "fltk egui image widget support." documentation = "https://docs.rs/fe-image-widget" readme = "README.md" keywords = ["fltk-egui", "fltk", "egui"] license = "MIT OR Apache-2.0" repository = "https://github.com/Ar37-rs/fe-image-widget" [dependencies.fltk-egui] version = "0.3" [dependencies.image] version = "0.23" optional = true default-features = false [dependencies.resvg] version = "0.19" optional = true [dependencies.tiny-skia] version = "0.6" optional = true [dependencies.usvg] version = "0.19" optional = true [features] bmp = ["image/bmp"] dds = ["image/dds"] default = ["png", "jpeg", "gif", "bmp", "ico", "webp"] dxt = ["image/dxt"] farbfeld = ["image/farbfeld"] gif = ["image/gif"] hdr = ["image/hdr"] ico = ["image/ico"] jpeg = ["image/jpeg"] jpeg_rayon = ["image/jpeg_rayon", "default"] png = ["image/png"] pnm = ["image/pnm"] svg = ["tiny-skia", "usvg", "resvg"] tga = ["image/tga"] webp = ["image/webp"]