# 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" rust-version = "1.65" name = "picture" version = "0.2.0" authors = ["vxpm"] exclude = [ "examples/*", "compile-tests/*", ] description = "a fast and flexible image manipulation crate." readme = "README.md" keywords = [ "image", "pixel", "processing", "imaging", "painting", ] categories = ["multimedia::images"] license = "Apache-2.0" repository = "https://github.com/vxpm/picture" [lib] bench = false [[bench]] name = "picture_bench" harness = false [dependencies.arrayvec] version = "0.7" [dependencies.bytemuck] version = "1.12" [dependencies.either] version = "1.8" optional = true [dependencies.paste] version = "1.0" [dependencies.png] version = "0.17" optional = true [dependencies.qoi] version = "0.4" optional = true [dependencies.rgb] version = "0.8" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.image] version = "0.24" features = ["png"] [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.proptest] version = "1" [dev-dependencies.trybuild] version = "1" [features] default = [ "qoi", "png", ] formats = [] png = [ "formats", "dep:png", ] qoi = [ "formats", "dep:qoi", "dep:either", ] u64_dimensions = [] unstable = []