version = 4
[[package]]
name = "cfg-exif"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcdfe3b5f3997edf006fb6d77713fc63d4c6789adc50a44e7bfd074e7e8337b1"
[[package]]
name = "libc"
version = "0.2.159"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "stak-code"
version = "0.2.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97bb1c4a54316fd47b2f417a5eafa6ccd931d2506b67520c3f53d74f0ddc46dc"
[[package]]
name = "stak-time"
version = "0.1.4"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf0a0487bf8e13fa5d2bbcb40ff4b21f2ca532df740f9b76c2dee7ef244b1987"
dependencies = [
"cfg-exif",
"stak-code",
]