# 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 = "phoenix-lang" version = "1.5.3" authors = ["TomtheCoder2 (Nautilus) <@TomtheCoder2>"] default-run = "phoenix" description = "A simple, fast programming language" readme = "README.md" keywords = [ "phoenix", "programming", "language", "fast", "simple", ] categories = [ "development-tools", "embedded", "compilers", ] license = "MIT" repository = "https://github.com/TomtheCoder2/phoenix" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.colored] version = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.lz4-compression] version = "0.7.0" [dependencies.rand] version = "0.8.4" [dependencies.ron] version = "0.8.1" optional = true [dependencies.rustyline] version = "14.0.0" [dependencies.serde] version = "1.0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.toml] version = "0.8.2" optional = true [features] debug = [ "toml", "ron", ]