fapt-pkg 0.1.0

Faux' apt package manager for Debian
Documentation
# 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 = "fapt-pkg"
version = "0.1.0"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
description = "Faux' apt package manager for Debian"
license = "MIT"
repository = "https://github.com/FauxFaux/fapt"
[dependencies.digest]
version = "0.7"
features = ["std"]

[dependencies.error-chain]
version = "0.11"

[dependencies.filetime]
version = "0.1"

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dependencies.gpgme]
version = "0.6"

[dependencies.hex]
version = "0.3"

[dependencies.hyper]
version = "0.11.8"

[dependencies.mailparse]
version = "0.6"

[dependencies.md-5]
version = "0.7"

[dependencies.nom]
version = "3"

[dependencies.reqwest]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.7"

[dependencies.tempdir]
version = "0.3"

[dependencies.tempfile-fast]
version = "0.1"
[dev-dependencies.error-chain-for-dumb-ides]
version = "0"
[badges.travis-ci]
repository = "FauxFaux/fapt"