# 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 = "penne" version = "0.3.4" authors = ["Sander in 't Veld "] exclude = ["/docs/_site"] description = "Penne is a pasta-oriented programming language that favors the goto-statement for flow control." readme = "README.md" license = "MIT" repository = "https://github.com/SLiV9/penne" [[bin]] name = "penne" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ariadne] version = "0.1.5" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.enumset] version = "1.0" [dependencies.llvm-sys] version = "60" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.termcolor] version = "1.1" [dependencies.toml] version = "0.5" [dev-dependencies.pretty_assertions] version = "1.3"