# 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 = "ghee-cli" version = "0.6.2" build = "build.rs" description = "CLI parser for Ghee" license = "GPL-3.0" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.ghee-lang] version = "0.6.1" [dependencies.thiserror] version = "1.0.44" [build-dependencies.anyhow] version = "1.0.75" [build-dependencies.clap] version = "4.3.19" features = ["derive"] [build-dependencies.clap_complete] version = "4.3.2" [build-dependencies.ghee-lang] version = "0.6.1" [build-dependencies.nom] version = "7.1.3" [build-dependencies.serde] version = "1.0.163" features = ["derive"] [build-dependencies.serde_json] version = "1.0.96" [build-dependencies.thiserror] version = "1.0.44"