spg-server 7.11.18

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

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

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

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

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

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

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

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