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