[badges.appveyor]
repository = "KizzyCode/ehttpd-range-rust"
[dependencies.ehttpd]
default-features = false
version = "0.6.0"
[dev-dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8.5"
[features]
default = []
[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = []
description = "A crate to comfortably handle HTTP range requests within `ehttpd`-based applications"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ehttpd-range"
readme = "README.md"
repository = "https://github.com/KizzyCode/ehttpd-range-rust"
version = "0.3.0"
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true