# 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 = "picat" version = "0.1.0" authors = ["Simon Persson "] description = "Picat (picture cat) converts image files to sixel grapics, and prints them to stdout." license = "MIT" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.image] version = "0.23" default-features = false [dependencies.imagequant] version = "3" [dependencies.lexopt] version = "0.2" [dependencies.rgb] version = "0.8" [features] bmp = ["image/bmp"] dds = ["image/dds"] default = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld"] dxt = ["image/dxt"] farbfeld = ["image/farbfeld"] gif = ["image/gif"] hdr = ["image/hdr"] ico = ["image/ico"] jpeg = ["image/jpeg"] png = ["image/png"] pnm = ["image/pnm"] tga = ["image/tga"] tiff = ["image/tiff"] webp = ["image/webp"]