fapt 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]
edition = "2018"
name = "fapt"
version = "0.1.0"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
exclude = ["tests/lists/trusty.list"]
description = "Faux' apt package manager for Debian"
readme = "README.md"
categories = ["os", "parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FauxFaux/fapt"

[[bin]]
name = "fapt"
required-features = ["binaries"]
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2"
optional = true

[dependencies.deb-version]
version = "0.1"

[dependencies.digest]
version = "0.8"
features = ["std"]

[dependencies.directories]
version = "1"

[dependencies.distro-keyring]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.filetime]
version = "0.2"

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

[dependencies.gpgrv]
version = "0.2"

[dependencies.hex]
version = "0.3"

[dependencies.insideout]
version = "0.2"

[dependencies.jemallocator]
version = "0.1"
optional = true

[dependencies.mailparse]
version = "0.6"

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

[dependencies.nom]
version = "4"

[dependencies.reqwest]
version = "0.9"

[dependencies.sha2]
version = "0.8"

[dependencies.tempfile]
version = "3"

[dependencies.tempfile-fast]
version = "0.3"

[features]
binaries = ["clap"]
[badges.appveyor]
branch = "master"
repository = "FauxFaux/fapt"
service = "github"

[badges.travis-ci]
repository = "FauxFaux/fapt"