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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b844284f190256fb27dbf97ea85ea0b9262db899b215c9b56452257fb5f67734"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-crypto"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "232daeedf12865ded240c68c7eff7a00b4e2f5da0f7a2a160c1dad56b054e6a8"
[[package]]
name = "spg-engine"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9711c04e75265d9010a992465c46da6fa0c0efa901a9158905592a06c3921681"
dependencies = [
"spg-crypto",
"spg-sql",
"spg-storage",
]
[[package]]
name = "spg-manifest"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56291039afffb5fb9aa64eddc8b9b1f652fbead7e2021210d38c84f5de0e485b"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-server"
version = "7.13.0"
dependencies = [
"libc",
"spg-audit",
"spg-crypto",
"spg-engine",
"spg-manifest",
"spg-sql",
"spg-storage",
"spg-wire",
]
[[package]]
name = "spg-sql"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a867ecf6815fdf0d772cc6445ef41799b920114369d041a491b89a59eb7274a"
[[package]]
name = "spg-storage"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0d9bd11fb6c5de316bb978f51ba8a18cd910f6fc72c29f4ae10152feb22032"
dependencies = [
"spg-crypto",
]
[[package]]
name = "spg-wire"
version = "7.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "778879aaf0b3963ae9e23368a77f1b15ca1762ac149fa0dd30791445b5ad0016"