ruplicity 0.2.0

Library to read duplicity backups
Documentation
[dependencies]
byteorder = "0.4"
flate2 = "0.2"
regex = "0.1"
tabwriter = "0.1"
tar = "0.3"
time = "0.1"
try_opt = "0.1"

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

[features]
default = []
lints = ["clippy", "nightly"]
nightly = []
unstable = ["lints", "nightly"]

[package]
authors = ["Michele Bertasi <@brt_device>"]
description = "Library to read duplicity backups"
documentation = "http://mbrt.github.io/ruplicity"
keywords = ["duplicity", "backup"]
license = "MIT"
name = "ruplicity"
readme = "README.md"
repository = "https://github.com/mbrt/ruplicity"
version = "0.2.0"