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 = "dbg_unreachable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15404504acbadfda1bcccd1df0d259adcfdef307d3e4aba914f3db676e180d6"

[[package]]
name = "delay_init"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea64fea302c0b7e8c0094ce71ec5c5b1ed9d15fa154337609e81677f017652f7"

[[package]]
name = "http-srv"
version = "0.3.0"
dependencies = [
 "builders",
 "delay_init",
 "job-pool",
 "jsonrs",
 "rb64",
 "rhtml",
 "rmime",
 "url-utils",
]

[[package]]
name = "job-pool"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "218835a017e3036cff92d1f3a87a40e4cdbc6dd6e5eb17e1ce192dea4e2570b4"
dependencies = [
 "builders",
]

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

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

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

[[package]]
name = "rb64"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19f80b486b969ce358b7c9c713ee4b7c8a82140f0869ff1bee9e67fa4dcf3bce"
dependencies = [
 "dbg_unreachable",
]

[[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.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

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

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