spg-server 7.9.12

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

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

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

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

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

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

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

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