[package] name = "zune-ppm" version = "0.5.0-rc0" edition = "2021" authors = ["caleb "] repository = "https://github.com/etemesi254/zune-image/tree/dev/crates/zune-ppm" license = "MIT OR Apache-2.0 OR Zlib" keywords = ["ppm", "ppm-decoder", "decoder"] categories = ["multimedia::images"] exclude = ["fuzz/*"] description = "Portable Pixmap and Portable Floatmap Format Decoder and Encoder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] log = ["zune-core/log"] [dependencies] zune-core = { path = "../zune-core", version = "^0.5.0-rc0" }