file_api 0.6.4

Library to abstract read. Based on prefix URL, it select the adapted reader (HTTP or local file system).
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 = "file_api"
version = "0.6.4"
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).\n"
documentation = "https://docs.rs/file_api"
license = "MIT"
repository = "https://github.com/nomalab/rs_file_api"
[dependencies.hyper]
version = "^0.12"

[dependencies.hyperx]
version = "^0.15"

[dependencies.log]
version = "0.4.1"

[dependencies.reqwest]
version = "< 0.9.18"
[dev-dependencies.futures]
version = "^0.1"