# 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 = "fn_vm" version = "4.0.0" description = "A lightweight frame based virtual machine, meant as the base for rigz_vm." readme = "README.md" keywords = [ "fn_vm", "vm", ] license = "MIT" repository = "https://gitlab.com/magicfoodhand/fn_vm" [dependencies.indexmap] version = "2.2.6" [dependencies.num_enum] version = "0.7.2" [dependencies.small_len] version = "1.1.1" [dependencies.vm_value] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [features] default = []