[lib]
name = "http_content_range"
path = "src/lib.rs"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
unused_qualifications = "warn"
[package]
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-client"]
description = "HTTP Content Range response header parser"
edition = "2021"
exclude = [".gitignore", ".github/*", "justfile"]
keywords = ["http", "headers", "content-range"]
license = "MIT OR Apache-2.0"
name = "http-content-range"
readme = "README.md"
repository = "https://github.com/nyurik/http-content-range"
rust-version = "1.58"
version = "0.2.3"