gecko-dev/third_party/rust/png/Cargo.toml
Kartikaya Gupta 89f2f7d896 Bug 1542826 - Re-vendor rust dependencies. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D28354

--HG--
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/num-iter/LICENSE-MIT
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/num-rational/LICENSE-MIT
rename : third_party/rust/block-buffer/LICENSE-MIT => third_party/rust/png/LICENSE-MIT
extra : moz-landing-system : lando
2019-04-25 19:28:59 +00:00

54 lines
1.3 KiB
TOML

# 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 = []