drux 0.7.1

Debian Rust-package updater for inhouse
# 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 = "drux"
version = "0.7.1"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "Debian Rust-package updater for inhouse"
homepage = "https://gitlab.com/silwol/drux"
documentation = "https://docs.rs/drux"
license = "AGPL-3.0+"
repository = "https://gitlab.com/silwol/drux"
[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.directories]
version = "2.0.1"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.fs_extra]
version = "1.1.0"

[dependencies.git2]
version = ">= 0.7.0, < 0.9.0"

[dependencies.glob]
version = ">= 0.2.0, < 0.4.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.6"

[dependencies.regex]
version = "1.1.0"

[dependencies.reqwest]
version = "0.9.6"

[dependencies.semver]
version = "0.9.0"

[dependencies.serde]
version = "1.0.87"

[dependencies.serde_derive]
version = "1.0.87"

[dependencies.serde_json]
version = "1.0.38"

[dependencies.structopt]
version = "0.2.14"

[dependencies.tempdir]
version = "0.3.7"

[dependencies.toml]
version = ">= 0.4.0, < 0.6.0"

[dependencies.uuid]
version = "0.7.1"
features = ["v4"]