gfeh-http 0.1.2

The plain-HTTP view of gfeh: per-file public exposure with ranges and conditional requests
Documentation
[package]
name = "gfeh-http"
description = "The plain-HTTP view of gfeh: per-file public exposure with ranges and conditional requests"
keywords = ["http", "file-server", "object-storage", "gfeh"]
categories = ["web-programming::http-server", "filesystem"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
readme.workspace = true

[dependencies]
gfeh-core.workspace = true
async-trait.workspace = true
axum.workspace = true
bytes.workspace = true
futures.workspace = true
# The conformance suite is a library module, not a test target -- other crates run it
# against stores this one has never heard of -- so the client it drives the view with is
# an ordinary dependency rather than a dev one.
reqwest.workspace = true
tokio.workspace = true
tracing.workspace = true

[dev-dependencies]
gfeh-store.workspace = true
gfeh-vfs.workspace = true
uuid.workspace = true