# 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 = "laspa" version = "0.3.0" exclude = [ "examples", ".github", ] description = "A simple Lisp-like language built with Rust" readme = "README.md" keywords = [ "language", "compiler", "interpreter", "programming-language", "parse", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/manorajesh/laspa" [lib] name = "laspa" [[bin]] name = "laspa" [dependencies.clap] version = "4.3.22" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.6" [dependencies.inkwell] version = "0.2.0" features = ["llvm16-0"] [dependencies.lazy_static] version = "1.4.0" default-features = false [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.9.3" default-features = false