# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "enalang_vm" version = "0.6.1" authors = ["the Ena authors"] description = "Exhaustingly Notorious Algorithms - virtual machine" readme = "README.md" keywords = ["programming-language"] license = "GPL-3.0-only" repository = "https://github.com/kislball/ena" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.enalang_ir] version = "0.6.1" [dependencies.flexstr] version = "0.9.2" features = ["serde"] [dependencies.radix_fmt] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38"