quad-image 0.1.1

An image host
# 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 = "quad-image"
version = "0.1.1"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
description = "An image host"
readme = "README.md"
categories = ["multimedia"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FauxFaux/quad-image"
[profile.release]
lto = true
[dependencies.base64]
version = "0.10"

[dependencies.failure]
version = "0.1"

[dependencies.gif]
version = "0.10"

[dependencies.hmac]
version = "0.7"

[dependencies.image]
version = "0.21"
features = ["gif_codec", "jpeg", "jpeg_rayon", "ico", "png_codec", "pnm", "tga", "tiff", "webp", "bmp"]
default-features = false

[dependencies.kamadak-exif]
version = "0.3"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.6"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rouille]
version = "3"

[dependencies.rusqlite]
version = "0.19"
features = ["bundled"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.8"

[dependencies.tempfile-fast]
version = "0.3"
[dev-dependencies.tempfile]
version = "3"
[badges.travis-ci]
repository = "FauxFaux/quad-image"