# 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 = "2018" name = "firework_lang" version = "0.3.5" authors = ["Pavlos-Efstathiou"] description = "Firework Programming Language" readme = "README.md" keywords = ["programming-language", "firework", "llvm"] license = "GPL-3.0" repository = "https://github.com/Pavlos-Efstathiou/firework_lang" [dependencies.clap] version = "2" [dependencies.colored] version = "2" [dependencies.home] version = "0.5" [dependencies.indicatif] version = "0.16" [dependencies.indoc] version = "1.0" [dependencies.inkwell_llvm12] version = "0.1.0" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.rustyline] version = "9" [dependencies.strsim] version = "0.10"