# 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-compass" version = "0.1.12" description = "A simple ETAC compiler" license = "MIT" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [dependencies.ariadne] version = "0.3.0" features = ["auto-color"] [dependencies.celestial-hub-astrolabe] version = "0.1" [dependencies.clap] version = "4.4.7" features = [ "derive", "unicode", ] [dependencies.lalrpop-util] version = "0.20.0" features = [ "lexer", "unicode", ] [dependencies.logos] version = "0.13" features = ["logos-derive"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [build-dependencies.lalrpop] version = "0.20.0"