# 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.70" name = "png_codec" version = "0.1.0" include = [ "Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*", ] description = "A minimal pure Rust PNG encoder" readme = "README.md" keywords = [ "png", "encoder", "image", ] categories = [ "multimedia::encoding", "multimedia::images", ] license = "Apache-2.0 OR Zlib" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [profile.dev] opt-level = 2 [profile.test] opt-level = 2 [dependencies.miniz_oxide] version = "0.7" features = ["simd"] [dependencies.simd-adler32] version = "0.3" [features] default = []