# 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 = "impc" version = "0.2.2" description = "A compiler for the IMP programming language" readme = "README.md" keywords = [ "compiler", "interpreter", ] categories = [ "compilers", "parser-implementations", ] license = "MIT" repository = "https://github.com/eikopf/impc" [dependencies.anyhow] version = "1.0.82" [dependencies.argh] version = "0.1.12" [dependencies.better-panic] version = "0.3.0" [dependencies.nom] version = "7.1.3" [dependencies.nom-supreme] version = "0.8.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.58"