# 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 = "2018" name = "zubbers" version = "0.0.1" authors = [ "nilq ", "sawcce ", ] description = "A fast, stack-based virtual machine for dynamic languages, with an intuitive IR-builder, garbage collection and NaN-tagging." homepage = "https://github.com/sawcce/zubbers" readme = "README.md" license = "MIT" repository = "https://github.com/sawcce/zubbers" [dependencies.colored] version = "1.9.3" [dependencies.flame] version = "0.2.2" [dependencies.flamer] version = "0.3" [dependencies.fnv] version = "1.0.3" [dependencies.hashbrown] version = "0.7.2" [dependencies.im-rc] version = "14.3.0" [dev-dependencies.logos] version = "0.11.4"