# 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 = "go-vm" version = "0.1.5" authors = ["oxfeeefeee "] description = "The vm of the Goscript project." keywords = [ "golang", "vm", "goscript", ] categories = [ "programming language", "vm", ] license = "BSD-2-Clause" repository = "https://github.com/oxfeeefeee/goscript/" resolver = "1" [dependencies.async-channel] version = "1.6.1" optional = true [dependencies.async-executor] version = "1.4.1" optional = true [dependencies.borsh] version = "0.10.3" optional = true [dependencies.fastrand] version = "1.9.0" optional = true [dependencies.futures-lite] version = "1.12.0" optional = true [dependencies.go-parser] version = "0.1.5" [dependencies.go-pmacro] version = "0.1.5" [dependencies.ordered-float] version = "3.0" [dev-dependencies.time-test] version = "0.2.2" [features] async = [ "dep:async-channel", "dep:async-executor", "dep:futures-lite", "dep:fastrand", ] btree_map = ["go-parser/btree_map"] default = [] instruction_pos = [] serde_borsh = [ "dep:borsh", "go-parser/serde_borsh", ]