conserve 0.4.1

A robust backup tool.
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 = "conserve"
version = "0.4.1"
authors = ["Martin Pool <mbp@sourcefrog.net>"]
build = "build.rs"
description = "A robust backup tool."
homepage = "http://conserve.fyi/"
readme = "README.md"
keywords = ["archive", "backup"]
license = "GPL-2.0"
repository = "https://github.com/sourcefrog/conserve/"

[[bin]]
name = "conserve"
doc = false
[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.chrono]
version = "0.2"

[dependencies.clap]
version = "~2.29"

[dependencies.clippy]
version = "0.0.103"
optional = true

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

[dependencies.globset]
version = "0.2"

[dependencies.isatty]
version = "0.1"

[dependencies.log]
version = "^0.3"

[dependencies.regex]
version = "0.2"

[dependencies.rustc-serialize]
version = "^0"

[dependencies.snap]
version = "0.2"

[dependencies.spectral]
version = "0.6.0"

[dependencies.tempdir]
version = "^0"

[dependencies.tempfile]
version = "^2"

[dependencies.term]
version = "^0.4"

[dependencies.time]
version = "^0"

[dependencies.vergen]
version = "0.1.1"
[build-dependencies.vergen]
version = "~0.1.0"

[features]
default = []