# 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-codegen" version = "0.1.5" authors = ["oxfeeefeee "] description = "The codegen of the Goscript project." keywords = [ "golang", "goscript", "codegen", ] categories = [ "scripting language", "programming language", "compiler", ] license = "BSD-2-Clause" repository = "https://github.com/oxfeeefeee/goscript/" resolver = "1" [dependencies.go-parser] version = "0.1.5" [dependencies.go-types] version = "0.1.5" [dependencies.go-vm] version = "0.1.5" [dev-dependencies.time-test] version = "0.2.2" [features] async = ["go-vm/async"] btree_map = ["go-parser/btree_map"] default = []