[package] name = "ttvm" version = "0.4.7" edition = "2021" authors = ["maDeveloper", "The TTVM Team"] description = "Execution engine and compiler infrastructure implemented in pure Rust." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sahdjfg/ttvm" keywords = ["runtime", "emulator", "compiler", "execution-engine", "rust"] [lib] name = "ttvm" path = "src/lib.rs" [dependencies]