# 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 = "hecate-vm" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The main package for the hecate vm" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hecate-vm/hecate-vm" [[bin]] name = "hecate-vm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.95" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.22" features = ["derive"] [dependencies.hecate-assembler] version = "0.4.0" [dependencies.hecate-bf] version = "0.4.0" [dependencies.hecate-common] version = "0.4.0" [dependencies.macroquad] version = "0.4.13" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [features] default = [] experimental_ui = []