# 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 = "fimg" version = "0.4.43" authors = ["bend-n "] build = false exclude = [ "tdata", "benches/", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "fast image operations" readme = "README.md" keywords = [ "image", "affine", "scale", "drawing", ] categories = [ "multimedia::images", "graphics", ] license = "MIT" repository = "https://github.com/bend-n/fimg" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = 3 lto = "thin" debug = 2 incremental = true [lib] name = "fimg" path = "src/lib.rs" [dependencies.atools] version = "0.1.4" [dependencies.clipline] version = "0.1.2" [dependencies.fontdue] version = "0.7.3" optional = true [dependencies.fr] version = "0.1.1" optional = true package = "fer" [dependencies.libc] version = "0.2.154" [dependencies.mattr] version = "0.0.2" [dependencies.minifb] version = "0.25.0" features = [ "x11", "wayland", ] optional = true default-features = false [dependencies.png] version = "0.17" features = ["unstable"] optional = true [dependencies.qwant] version = "1.0.0" optional = true [dependencies.slur] version = "0.1.0" optional = true [dependencies.umath] version = "0.0.7" [dependencies.vecto] version = "0.1.1" [dependencies.wgpu] version = "0.19.1" optional = true default-features = false [dev-dependencies] [features] blur = ["slur"] default = [ "save", "scale", "term", ] real-show = [ "minifb", "text", ] save = ["png"] scale = ["fr"] term = [ "qwant", "save", "scale", "windows", ] text = ["fontdue"] wgpu-convert = ["dep:wgpu"] [target."cfg(windows)".dependencies.windows] version = "0.53.0" features = ["Win32_System_Console"] optional = true