# 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 = "urm-sim" version = "1.1.1" description = "A parser and interpreter for Unlimited Register Machine (URM) programs" homepage = "https://github.com/Niklas-Mezynski/urm-sim" documentation = "https://docs.rs/urm-sim" readme = "README.md" keywords = [ "urm", "interpreter", "simulator", "theoretical-cs", "computation", ] categories = [ "command-line-utilities", "development-tools", "parser-implementations", ] license = "MIT" repository = "https://github.com/Niklas-Mezynski/urm-sim" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossterm] version = "0.28.1" features = ["events"] [dependencies.indexmap] version = "2.6.0" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.ratatui] version = "0.29.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"