moon_task 2.0.1

A task within a project.
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 = "moon_task"
version = "2.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A task within a project."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

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

[[test]]
name = "task_test"
path = "tests/task_test.rs"

[dependencies.miette]
version = "7.6.0"

[dependencies.moon_common]
version = "2.0.2"

[dependencies.moon_config]
version = "2.0.3"

[dependencies.moon_feature_flags]
version = "2.0.1"

[dependencies.moon_target]
version = "2.0.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.starbase_utils]
version = "0.12.6"
features = [
    "editor-config",
    "glob-cache",
    "miette",
    "glob",
]
default-features = false

[dev-dependencies.starbase_sandbox]
version = "0.10.4"

[lints.clippy]
assigning_clones = "allow"