moon_target 2.0.2

Project + task target identifier.
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_target"
version = "2.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project + task target identifier."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

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

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

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

[dependencies.compact_str]
version = "0.9.0"
features = ["serde"]
default-features = false

[dependencies.miette]
version = "7.6.0"

[dependencies.moon_common]
version = "2.0.3"

[dependencies.regex]
version = "1.12.3"
features = [
    "std",
    "perf",
]
default-features = false

[dependencies.schematic]
version = "0.19.4"
features = ["schema"]
default-features = false

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[lints.clippy]
assigning_clones = "allow"