http-core 0.0.1

Primitive HTTP types
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "http-core"
version = "0.0.1"
dependencies = [
 "http-field",
 "http-method",
 "http-request-target",
 "http-status-code",
 "http-version",
]

[[package]]
name = "http-field"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c811767c4cec0963354e74c34cd742dfae320586ad77b7207244570d0c7acc5"
dependencies = [
 "winnow",
]

[[package]]
name = "http-method"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05614baa36e22a51e07c08a1ce816a780138e035c3750785e07543586698d502"

[[package]]
name = "http-request-target"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc90863f94c0dd8489a6ad1fd66e6a6d798ffa75fb2531fad2d0a345fd9721c"
dependencies = [
 "winnow",
]

[[package]]
name = "http-status-code"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d436c6f00144f3076cdbd4e9dc111e4f1efbaaf22decd1a4db8e6a2523ed26bb"
dependencies = [
 "itoa",
]

[[package]]
name = "http-version"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235152db99b8a669d7c64252f8b80e6e7fdf920ad20adccb26bfcc5aeb4d4503"

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "memchr"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"

[[package]]
name = "winnow"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
dependencies = [
 "memchr",
]