# 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 = "imp_ast" version = "0.2.0" description = "Abstract syntax trees for IMP programs" keywords = [ "compiler", "interpreter", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/eikopf/impc" [dependencies.int] version = "0.2.0" package = "imp_int" [dependencies.lexer] version = "0.2.1" package = "imp_lexer" [dependencies.nom] version = "7.1.3" [dependencies.nom-supreme] version = "0.8.0" [dependencies.parser] version = "0.2.2" package = "imp_parser" [dependencies.thiserror] version = "1.0.58" [dependencies.tree] version = "0.2.0" package = "imp_tree"