soaprs-http 0.3.0

Transport-neutral HTTP contracts and policies for soaprs
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bytes"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"

[[package]]
name = "http"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
dependencies = [
 "bytes",
 "itoa",
]

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

[[package]]
name = "soaprs-auth"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f28320d4ea59c41873fb94fa093442cf01f1b41767ce3119e5f3255e70dce2f"
dependencies = [
 "soaprs-core",
]

[[package]]
name = "soaprs-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75aabb9b9a29d1b68460b1f9dd63ee4dc2a8212d44cd046b1b35aa653d5124dc"

[[package]]
name = "soaprs-http"
version = "0.3.0"
dependencies = [
 "http",
 "soaprs-auth",
 "soaprs-core",
]