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.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4867553686f8d949f13f5624ad22c82d13e766704b4db013fccde21bff0caa3"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94805654a33f943c3a9ccbae20a21f2dc578a419377b0ab984a82b95eef5833e"
[[package]]
name = "spg-engine"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daabeb845c1a48756908b0bd9eec7d079c06d7ec1b8a7dd0ff69f154255621ad"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d5e9e7da74c4b534f00902f8e302530ebfc0e034938a7b2b6a748b4886cd91a"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.9.31"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33023008bd0745495fa3f5efff04b0df788e65a6e37a73868ec9e64b55291168"
[[package]]
name = "spg-storage"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49aa30bf6b9c16dd67528aac1522ab03dbe4c51349c7e9a7f834f181dd285beb"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42adc0af7acea386aac91f2c305bfcade19448d8f517fb3a9d7e6ce56a2d55e5"