| # 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 believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| name = "png" |
| version = "0.14.0" |
| authors = ["nwin <nwin@users.noreply.github.com>"] |
| exclude = ["tests/*"] |
| description = "PNG decoding and encoding library in pure Rust" |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/PistonDevelopers/image-png.git" |
| [dependencies.bitflags] |
| version = "1.0" |
| |
| [dependencies.deflate] |
| version = "0.7.2" |
| optional = true |
| |
| [dependencies.inflate] |
| version = "0.4.2" |
| |
| [dependencies.num-iter] |
| version = "0.1.32" |
| [dev-dependencies.getopts] |
| version = "0.2.14" |
| |
| [dev-dependencies.glium] |
| version = "0.22" |
| features = ["glutin"] |
| default-features = false |
| |
| [dev-dependencies.glob] |
| version = "0.2.11" |
| |
| [dev-dependencies.rand] |
| version = "0.5.5" |
| |
| [dev-dependencies.term] |
| version = "0.4" |
| |
| [features] |
| default = ["png-encoding"] |
| png-encoding = ["deflate"] |
| unstable = [] |