spg-server 7.11.10

SPG daemon — listens for self-built wire-frame connections and PG-wire (libpq-compatible).
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "spg-audit"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbed08a6c9e3d5807fa96c0cf819f1fa1c50c6954bf5165e913f709ec84447a9"
dependencies = [
 "spg-crypto",
]

[[package]]
name = "spg-crypto"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330a8e4b091d33d7469521e22296a230101b518c6c4e46f18efba598a77f6c43"

[[package]]
name = "spg-engine"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b14db15fde3cac85cad450c90a2c4936b483b88a537ee80fef81eff2acdb3b06"
dependencies = [
 "spg-crypto",
 "spg-sql",
 "spg-storage",
]

[[package]]
name = "spg-manifest"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d4f55b175e70a0a228ead5032df30c7ca72380d44a9a824646c5efce20febd"
dependencies = [
 "spg-crypto",
]

[[package]]
name = "spg-server"
version = "7.11.10"
dependencies = [
 "libc",
 "spg-audit",
 "spg-crypto",
 "spg-engine",
 "spg-manifest",
 "spg-sql",
 "spg-storage",
 "spg-wire",
]

[[package]]
name = "spg-sql"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a12f2c6941e9f3c627d6c97ca43a856826150034d99dc5398885c33bcb6ce3"

[[package]]
name = "spg-storage"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27ff4401d1245ad5c67e5be871364b58600968887c45c072dfa511aedfe0dda2"
dependencies = [
 "spg-crypto",
]

[[package]]
name = "spg-wire"
version = "7.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94035ca7e1902f06de7109c59ea1b9fd8c28ec4a69cdb6d347c6015c05ec1040"