# 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_pong" version = "0.9.3" build = false include = [ "Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*", "benches/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A pure Rust PNG/APNG encoder & decoder" homepage = "https://github.com/AldaronLau/png_pong/releases" documentation = "https://docs.rs/png_pong" readme = "README.md" keywords = [ "png", "encoder", "decoder", "apng", "image", ] categories = [ "multimedia::encoding", "multimedia::images", ] license = "Apache-2.0 OR Zlib" repository = "https://github.com/AldaronLau/png_pong" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [profile.dev] opt-level = 2 [profile.test] opt-level = 2 [lib] name = "png_pong" path = "src/lib.rs" [[bench]] name = "decode" path = "benches/decode.rs" harness = false [[bench]] name = "encode" path = "benches/encode.rs" harness = false [dependencies.miniz_oxide] version = "0.8" features = ["simd"] [dependencies.parsenic] version = "0.2" [dependencies.pix] version = "0.13" [dependencies.simd-adler32] version = "0.3" [dependencies.traitful] version = "0.3" [dev-dependencies.criterion] version = "0.5" [features] default = []