# 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 = "short_lang" version = "0.4.0" authors = [ "Pranjal Patel ", "Hamza ", "FirePlank ", ] description = "A programming language designed for code golfing." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/ShortLang/ShortLang/" [[bin]] name = "ShortLang" path = "src/main.rs" [dependencies.az] version = "1.2.1" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.fastrand] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.13.0" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.rug] version = "1.22.0" features = [ "integer", "float", ] default-features = false