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.24"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0476308da69621cf52dc3f6170934b5214865e6733b2a3d97e86d3367ebc3a04"
dependencies = [
"cfg-exif",
]