# 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 = "celestial-hub-astrolabe" version = "0.1.13" description = "A simple MIPS compiler" homepage = "https://explore-celestial-with.me" license-file = "LICENSE" repository = "https://github.com/celestial-hub/astrolabe" [dependencies.ariadne] version = "0.3.0" features = ["auto-color"] [dependencies.clap] version = "4.4.7" features = [ "derive", "unicode", ] [dependencies.color-eyre] version = "0.6" [dependencies.lalrpop-util] version = "0.20.0" features = [ "lexer", "unicode", ] [dependencies.logos] version = "0.13" features = ["logos-derive"] [dependencies.serde] version = "1" features = ["derive"] [build-dependencies.lalrpop] version = "0.20.0"