# 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 = "vm_value" version = "0.4.3" description = "Core value trait used by fn_vm, this crate is meant to provide the building blocks to creating pass by value VMs in rust." readme = "README.md" keywords = [ "vm", "value", "traits", ] license = "MIT" repository = "https://gitlab.com/magicfoodhand/vm_value" [dependencies.small_len] version = "1.1.1" [dependencies.var_num] version = "0.4.1"