conserve 0.3.0

A robust backup tool.
Documentation
[package]
name = "conserve"
version = "0.3.0"
authors = ["Martin Pool <mbp@sourcefrog.net>"]
homepage = "http://conserve.fyi/"
repository = "https://github.com/sourcefrog/conserve/"
description = "A robust backup tool."
readme = "README.md"
keywords = ["archive", "backup"]
license = "GPL-2.0"

[[bin]]
name = "conserve"
doc = false  # Conflicts with library docs which are more useful.

[dependencies]
blake2-rfc = "^0"
brotli2 = "^0"
clap = "~2.19"
clippy = {version = "0.0.103", optional = true}
error-chain = "~0.7.1"
isatty = "0.1"
log = "^0"
rustc-serialize = "^0"
spectral = "0.6.0"
tempdir = "^0"
tempfile = "^2"
term = "^0.4"
time = "^0"

[features]
default = []
sync = []  # Flush changes to disk.
bench = []  # Build benchmarks (nightly compiler only)