range-requests 0.1.2

Various utilities to deal with `Range 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.88"
name = "range-requests"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Various utilities to deal with `Range Requests`"
readme = "README.md"
keywords = [
    "range-requests",
    "range",
    "content-range",
    "http",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/M4SS-Code/range-requests"

[package.metadata.docs.rs]
features = ["axum"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:axum-core"]
default = []

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

[dependencies.axum-core]
version = "0.5"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.thiserror]
version = "2"