[dependencies.ahash]
version = "0.8.11"
[dependencies.clap]
features = ["cargo", "derive", "unicode", "wrap_help"]
version = "4.5.20"
[dependencies.mago-ast]
version = "0.0.5"
[dependencies.mago-feedback]
version = "0.0.5"
[dependencies.mago-interner]
version = "0.0.5"
[dependencies.mago-reporting]
version = "0.0.5"
[dependencies.mago-service]
version = "0.0.5"
[dependencies.mago-source]
version = "0.0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.128"
[dependencies.termtree]
version = "0.5.1"
[dependencies.tokio]
features = ["rt", "time", "rt", "rt-multi-thread", "time"]
version = "1.39.3"
[lib]
name = "mago_cli"
path = "src/lib.rs"
[lints.clippy.borrow_interior_mutable_const]
level = "allow"
priority = 0
[lints.clippy.declare_interior_mutable_const]
level = "allow"
priority = 0
[lints.clippy.large_enum_variant]
level = "allow"
priority = 0
[package]
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Offers a command-line interface to parsing, linting, formatting, and other analysis tasks, giving direct, easy-to-use terminal commands."
edition = "2021"
homepage = "https://github.com/carthage-software/mago"
license = "MIT OR Apache-2.0"
name = "mago-cli"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.82.0"
version = "0.0.5"