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

[[package]]
name = "builders"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "913d0d930a1f19894d560a7094443883cf166b47da6b2c640f6702a16fc004ae"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "http-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2caae789d6f58595456f18d73de89eaf5755ddb90a09e630dd700ef058f5115d"
dependencies = [
 "builders",
 "rb64",
 "regexpr",
 "rhtml",
 "rmime",
 "url-utils",
]

[[package]]
name = "httpcli"
version = "0.1.0"
dependencies = [
 "http-utils",
]

[[package]]
name = "proc-macro2"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rb64"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c617c6693827ab52a6fd1f5becb5cc5e0133970c3a420ba618492eded692f06a"

[[package]]
name = "regexpr"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d617e8f8376a56861d2ab87aa5fb2046bc7a1b25c713ee37b6d5dc1aa17b318"

[[package]]
name = "rhtml"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a3bda857da42c60b3547cc744e22e1db7a943a28ff9781faec26ba97f164341"

[[package]]
name = "rmime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a7823dc2ca2c9a89f1630c170d9264d705cef1d15fa866083a879d09f440b51"

[[package]]
name = "syn"
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"

[[package]]
name = "url-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cce23edad9c51c239d72ccba1771032fe7a18f1a3972d1e0de9306be124632"