# 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 = "image-canvas" version = "0.4.2" authors = ["Andreas Molzer "] description = "A color-aware texel buffer." documentation = "https://docs.rs/image-canvas" readme = "Readme.md" categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/image-rs/canvas" [[bench]] name = "bitpack" path = "benchmarks/bitpack.rs" harness = false [[bench]] name = "conversion" path = "benchmarks/conversion.rs" harness = false [[bench]] name = "intcast" path = "benchmarks/intcast.rs" harness = false [dependencies.bytemuck] version = "1.1" [dependencies.image-texel] version = "0.3.0" [dev-dependencies.brunch] version = "0.2.5" [dev-dependencies.image] version = "0.24" features = ["png"] default-features = false