# 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 = "pix" version = "0.13.4" build = "build.rs" include = [ "src/**/*", "Cargo.*", "LICENSE-*", "README.md", "CHANGELOG.md", "build.rs", "benches/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pixel / raster image library" homepage = "https://github.com/DougLau/pix" documentation = "https://docs.rs/pix" readme = "README.md" keywords = [ "pixel", "image", "rgb", "color", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DougLau/pix" [lib] name = "pix" path = "src/lib.rs" [[bench]] name = "rgba_to_rgb" path = "benches/rgba_to_rgb.rs" harness = false [[bench]] name = "src_over" path = "benches/src_over.rs" harness = false [dev-dependencies.criterion] version = "0.5"