nash-cli 0.1.2

The Nash programming language
Documentation
# 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 = "2024"
name = "nash-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Nash programming language"
homepage = "https://nash-script.dev"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nash-script/compiler"

[lib]
name = "nash_cli"
path = "src/lib.rs"

[[bin]]
name = "nash"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.color-print]
version = "0.3.7"

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.nash-config]
version = "0.3.0"

[dependencies.nash-driver]
version = "0.1.1"

[dependencies.octocrab]
version = "0.49.5"
features = ["stream"]

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "fs",
    "rt-multi-thread",
    "macros",
]

[dependencies.xz2]
version = "0.1"

[dependencies.zip]
version = "2"