# 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 = "ram-machine" version = "2.0.1" description = "RAM machine code interpreter" readme = "README.md" keywords = [ "cli", "ram", "machine", "maszyna", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/kamack38/ram-machine" [lib] name = "ram_machine" path = "src/lib.rs" doc = true [[bin]] name = "ram" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.clap_complete] version = "4.5.0" [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1.0.52"