hexz-server 0.5.0

HTTP server for streaming Hexz data blocks
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"
name = "hexz-server"
version = "0.5.0"
authors = ["Will McCallion"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server for streaming Hexz data blocks"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hexz-org/hexz"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

[dependencies.bytes]
version = "1.5"

[dependencies.hexz-common]
version = "0.5.0"
default-features = false

[dependencies.hexz-core]
version = "0.5.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "net",
    "io-util",
]

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = [
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.hexz-core]
version = "0.5.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.reqwest]
version = "0.11"
features = ["blocking"]

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "full",
]