spg-server 7.9.17

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

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

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

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

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

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

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

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