spg-server 7.10.14

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

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

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

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

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

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

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

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