abrasion/third_party/cargo/vendor/tiff-0.6.1/Cargo.toml

39 lines
1.2 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]
edition = "2018"
name = "tiff"
version = "0.6.1"
authors = ["ccgn", "bvssvni <bvssvni@gmail.com>", "nwin", "TyOverby <ty@pre-alpha.com>", "HeroicKatora", "Calum", "CensoredUsername <cens.username@gmail.com>", "Robzz", "birktj"]
exclude = ["tests/images/*", "tests/fuzz_images/*"]
description = "TIFF decoding and encoding library in pure Rust"
license = "MIT"
repository = "https://github.com/image-rs/image-tiff"
[[bench]]
name = "lzw"
harness = false
[dependencies.jpeg]
version = "0.1.17"
default-features = false
package = "jpeg-decoder"
[dependencies.miniz_oxide]
version = "0.4.1"
features = ["no_extern_crate_alloc"]
[dependencies.weezl]
version = "0.1.0"
[dev-dependencies.criterion]
version = "0.3.1"