ttvm 0.3.7

Runtime and compiler infrastructure API for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"

[[package]]
name = "mtk"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc29ea89111f65b93b87fff3f4c6859edd876ac5eb218bb2fba2b37be4c74f1f"

[[package]]
name = "rsap"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13a89ba864aecc23556728ab1eef30e6205c4d21d86ab79fe2008720877c1eee"
dependencies = [
 "mtk",
]

[[package]]
name = "text_io"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee74b5019b48991b09803402aaf9e65a053b3993fe9d9c475ab67a395358ba76"

[[package]]
name = "ttvm"
version = "0.3.7"
dependencies = [
 "libc",
 "mtk",
 "rsap",
 "text_io",
]