# 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 = "galvan-ast" version = "0.0.0-dev09" authors = ["Antonius Naumann"] description = "AST for the Galvan programming language" license = "MIT" [[bin]] name = "galvan-ast" path = "src/main.rs" required-features = ["exec"] [dependencies.derive_more] version = "0.99.17" features = [] [dependencies.from-pest] version = "0.3.2" [dependencies.galvan-files] version = "0.0.0-dev09" [dependencies.galvan-pest] version = "0.0.0-dev09" [dependencies.itertools] version = "0.12.0" [dependencies.pest-ast] version = "0.3.4" [dependencies.pest_derive] version = "2.7.5" [dependencies.thiserror] version = "1.0.51" [dependencies.typeunion] version = "0.1.0" [dev-dependencies.galvan-test-macro] version = "0.0.0-dev09" [features] exec = ["galvan-pest/exec"]