version = 4
[[package]]
name = "cfg-exif"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f782369519ff0fef6ec4fcc325a7328ac0136950ddf0a0d55f4a54cddca743b4"
[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
[[package]]
name = "stak-time"
version = "0.1.33"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "113a8747da41a53b51ac00450add2b91a10cc7a32dbedc8c7c819bc597fa95f8"
dependencies = [
"cfg-exif",
]