gfeh-http 0.1.1

The plain-HTTP view of gfeh: per-file public exposure with ranges and conditional requests
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "gfeh-http"
version = "0.1.1"
authors = ["Erik Hollensbe <git@hollensbe.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The plain-HTTP view of gfeh: per-file public exposure with ranges and conditional requests"
readme = "README.md"
keywords = [
    "http",
    "file-server",
    "object-storage",
    "gfeh",
]
categories = [
    "web-programming::http-server",
    "filesystem",
]
license = "AGPL-3.0-only"
repository = "https://github.com/town-os/gfeh"

[lib]
name = "gfeh_http"
path = "src/lib.rs"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "third_party_conformance"
path = "tests/third_party_conformance.rs"

[[test]]
name = "wire"
path = "tests/wire.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.gfeh-core]
version = "0.1.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "stream",
    "rustls-tls",
]
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.gfeh-store]
version = "0.1.1"

[dev-dependencies.gfeh-vfs]
version = "0.1.1"

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]