file_api 0.5.3

Library to abstract read. Based on prefix URL, it select the adapted reader (HTTP or local file system).
Documentation
[package]
name = "file_api"
version = "0.5.3"
authors = ["Marc-Antoine Arnaud <marc.antoine@nomalab.com>"]
description = """
Library to abstract read. Based on prefix URL, it select the adapted reader (HTTP or local file system).
"""
license = "MIT"
repository = "https://github.com/nomalab/rs_file_api"
documentation = "https://docs.rs/file_api"

[dependencies]
log = "0.3.6"
hyper = "0.11.6"
reqwest = "0.8.1"

[dev-dependencies]
futures = "0.1.17"