[package]
edition = "2024"
name = "moon_config"
version = "2.0.6"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core workspace, project, and moon configuration."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"
[package.metadata.docs.rs]
features = ["loader"]
[features]
default = []
loader = ["schematic/url"]
proto = [
"loader",
"tracing",
"dep:proto_core",
]
tracing = ["dep:tracing"]
[lib]
name = "moon_config"
path = "src/lib.rs"
[[test]]
name = "extensions_config_test"
path = "tests/extensions_config_test.rs"
[[test]]
name = "inherited_by_test"
path = "tests/inherited_by_test.rs"
[[test]]
name = "inherited_tasks_config_test"
path = "tests/inherited_tasks_config_test.rs"
[[test]]
name = "input_shape_test"
path = "tests/input_shape_test.rs"
[[test]]
name = "output_shape_test"
path = "tests/output_shape_test.rs"
[[test]]
name = "project_config_test"
path = "tests/project_config_test.rs"
[[test]]
name = "task_config_test"
path = "tests/task_config_test.rs"
[[test]]
name = "template_config_test"
path = "tests/template_config_test.rs"
[[test]]
name = "template_frontmatter_test"
path = "tests/template_frontmatter_test.rs"
[[test]]
name = "toolchains_config_test"
path = "tests/toolchains_config_test.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[[test]]
name = "workspace_config_test"
path = "tests/workspace_config_test.rs"
[dependencies.deserialize_untagged_verbose_error]
version = "0.1.5"
[dependencies.hcl-rs]
version = "0.19.5"
[dependencies.indexmap]
version = "2.13.0"
[dependencies.miette]
version = "7.6.0"
[dependencies.moon_common]
version = "2.0.2"
[dependencies.moon_target]
version = "2.0.1"
[dependencies.proto_core]
version = "0.55.4"
optional = true
[dependencies.regex]
version = "1.12.3"
features = [
"std",
"perf",
]
default-features = false
[dependencies.rpkl]
version = "0.7.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.schematic]
version = "0.19.4"
features = [
"schema",
"config",
"env",
"extends",
"json",
"pkl",
"schema",
"toml",
"type_indexmap",
"type_regex",
"type_semver",
"validate",
"validate_url",
"yaml",
]
default-features = false
[dependencies.semver]
version = "1.0.27"
features = ["serde"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.serde_path_to_error]
version = "0.1.20"
[dependencies.tracing]
version = "0.1.44"
optional = true
[dependencies.version_spec]
version = "0.10.2"
features = ["schematic"]
[dependencies.warpgate_api]
version = "0.17.2"
features = ["schematic"]
[dev-dependencies.httpmock]
version = "0.8.3"
[dev-dependencies.serial_test]
version = "3.3.1"
[dev-dependencies.starbase_sandbox]
version = "0.10.5"
[lints.clippy]
assigning_clones = "allow"