stak-profiler 0.10.2

Profiling for Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-elif"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"

[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"

[[package]]
name = "indoc"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"

[[package]]
name = "pretty_assertions"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
 "diff",
 "yansi",
]

[[package]]
name = "stak-profiler"
version = "0.10.2"
dependencies = [
 "indoc",
 "pretty_assertions",
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f50150c5d0dcf80a26fe46e5a0fa81a552f88ee967bd149b23dcee7560eee2e"
dependencies = [
 "cfg-elif",
]

[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"