rstr 0.1.0

A library for managing a content-addressable blob store
Documentation
[dependencies.chrono]
version = "0.4.19"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
optional = true
version = "0.16.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.5.4"

[dependencies.sha2]
version = "0.9.3"

[dependencies.tree_magic_mini]
version = "3.0.0"

[features]
progress_bar = ["indicatif"]

[package]
authors = ["Giuseppe Papallo <giuseppe@papallo.it>"]
categories = ["filesystem"]
description = "A library for managing a content-addressable blob store"
edition = "2018"
keywords = ["blob-store"]
license-file = "LICENSE"
name = "rstr"
readme = "README.md"
repository = "https://github.com/giuppep/rstr"
version = "0.1.0"