spg-server 7.8.1

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.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a9fb995d2d7f789cc2a10ed83457afd678560c7426a7c87e77b3a368f37df"
dependencies = [
 "spg-crypto",
]

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

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

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

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

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

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

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