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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496a6546ca2508e1d31674431e07a331cc843b6c13f3f0f6a85ebc573bcb1228"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dec3063b02b13306250b26400e37db6084193867b6ecce17dbab29c1fa8359d"
[[package]]
name = "spg-engine"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "533f3564e62b87dbd1cb5c8c9c53120b4892ed3f30666888ddcc4dceceace78e"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "674db0a11063b75d89c3d743deea99cb070a3b302d34a43d62f691567a8a3ed9"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.11.5"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b85e877c23ebba92910ff763cb8e7cfcf1c9247df88205b3630ec0c457f30e"
[[package]]
name = "spg-storage"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09af3d231fa9813130ceeb42808466b1a311d61822cacf7c4f1ab98b6de231e"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c875cb42ea2401d785a76c02be4df465f4572b12c37f16e71b71acca94a779b"