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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68eeff978fd6e4fe7bea097331fd937506d93f8f86fc4a36fa18f501e4632e82"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee2f8dd99ec9205317a391fe0213a4797b043ab339edea961821afd7ebe5e86"
[[package]]
name = "spg-engine"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aa1f13d29a892e167ae3032608fc1fdcf9931856dc2eedf290279002391d5d4"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9effb3f6e0ec5a376b961025f56bc1ab92bbd66279b93a97c47385d5aa9a8ab"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.8.0"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7176037ade212d4d9ed8c2682f4be060cf32fa476bc4f9796a14fe08db70797c"
[[package]]
name = "spg-storage"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff21731dcec840b1f7a53e8e6670d4b9c8819e002708945f2f962409535bd0c"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9db4fa7a06056c7134731ccb9f5c747676a3b4e741ee32e15dfc68d082ab3ea1"