# 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 = "mag_lang" version = "0.1.0" description = "The Mag Language Runtime" readme = "README.md" keywords = [ "language", "parser", "compiler", "runtime", ] categories = [ "compilers", "development-tools", "parser-implementations", ] license = "MIT" repository = "https://github.com/mag-language/mag" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.console] version = "0.15.0" [dependencies.crossterm] version = "0.25.0" [dependencies.dialoguer] version = "0.10.1" [dependencies.indicatif] version = "0.16.2" [dependencies.magc] version = "0.1.0" [dependencies.rand] version = "0.8.5" [dependencies.strontium] version = "0.6.0"