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.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e85918fb80b6e69ddb7790f2fadeeba13f97f465bfddad5c38d1d7b6203f208e"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd1ab4312b47e1da56a0ef60860bb07ba8a07c83bd417d2dc95d711d300f4120"
[[package]]
name = "spg-engine"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17ab5a107a60bac4dcda8becf9089272ff55c212141b31093d17fb00bcafc37"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c621850c52f35e0e9321486f6dd062b60f242e90df75def9e497b01c8149bfa5"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.10.8"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7379a87104b62f8a630dc2bfad59a8fd9ced5032c2af31c8c8add9ff2203fbeb"
[[package]]
name = "spg-storage"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82f49f9feb53e3a37871e4e448117df355f92791ae131a07920efb7d103c5660"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05bb9d297914d813e692447e4dcef227a0d78c5c177f32a00d8ea30e8ea9ea6"