[package] name = "http-content-range" version = "0.2.0" authors = ["Yuri Astrakhan "] repository = "https://github.com/nyurik/http-content-range" description = "HTTP Content Range response header parser" license = "MIT OR Apache-2.0" keywords = ["http", "headers", "content-range"] categories = ["network-programming", "web-programming::http-client"] edition = "2021" rust-version = "1.58.1" exclude = [ ".gitignore", ".github/*", "justfile", ] [lints.rust] unsafe_code = "forbid" unused_qualifications = "warn" [lints.clippy] pedantic = { level = "warn", priority = -1 }