# 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 = "esoteric-vm" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An esoteric virtual machine" readme = "README.md" license = "MIT" repository = "https://www.github.com/tadaHrd/esoteric-vm" [lib] name = "esoteric_vm" path = "src/lib.rs" [[example]] name = "99_bottles_of_beer" path = "examples/99_bottles_of_beer.rs" [[example]] name = "helloworld" path = "examples/helloworld.rs" [[example]] name = "truth_machine" path = "examples/truth_machine.rs" [dependencies.crossterm] version = "0.28.1" features = [ "events", "windows", ] [dependencies.strum] version = "0.26.3" features = ["derive"]