stak-profiler 0.1.24

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

[[package]]
name = "cfg-exif"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcdfe3b5f3997edf006fb6d77713fc63d4c6789adc50a44e7bfd074e7e8337b1"

[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"

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

[[package]]
name = "stak-code"
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d408af48ba0ccee570cc2a63e18f62d83ba4d912446ee7ea4f778b495b2105"

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

[[package]]
name = "stak-vm"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a759773b82271578b3882d22d00ddfd3c06f026afa6ee34d17776588ac675e0"
dependencies = [
 "cfg-exif",
 "stak-code",
]

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