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.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4355793144a521a22e5ce8a7fdd280267e12b95b3329c2fa5759962e2f7fc2b8"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a942cee47dd429a7d162a6c7b88ea239a7ef8c3f39b994f9ba8b1357dbe83da"
[[package]]
name = "spg-engine"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c7756fa91fd7e973877e846e6ec8eea4b356f548fee158ee6e45b031c4b9f0d"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c141f066e822540f721ed44eb52dff34e9914de17b703626f101a2f3fe9a3a"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.16.2"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca28ece2272de4d82f1c3828e0424117a82a0fa5f1ddc95c3f39d5ac96bb7fcf"
[[package]]
name = "spg-storage"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a046d0513f6d270f90f0dcad19049f38f4716c8164420ab60688764f4ec4cd"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a80c93f323b15a66ff7df48633284dc98beb70c1ae32ead2b6cbcf3fcb48cc"