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.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add949fb807ad1aafb449d1721fa82cddf1e3f77c0f76dded95ff37053a5be3f"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47c938e09c16718310055a0500fd2b8660329745c7e462f570f223f8378edac"
[[package]]
name = "spg-engine"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f3ca85837ece7a79209089a201ce7ef6903326b02936dbb5b6b40acc0a26dc6"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388789722d518ee14d3eda588aa72f7b9a821450a9e615d6990e0021da2eb307"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.9.23"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d649dc9e4377f29cd0b81eee36c5318a6e572b4f41cab55cc7a4bc2bd485a236"
[[package]]
name = "spg-storage"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37cb0966562580054056df55ac8627957eed3dddc5cf5eb17495e32ec05c59f"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.9.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c6b28ae2be7281aeb29a34881b6994c6f66fe9dbd04c35c899783809b4365af"