moon_common 2.0.6

Common utilities.
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_common"
version = "2.0.6"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common utilities."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

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

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.miette]
version = "7.6.0"

[dependencies.relative-path]
version = "2.0.1"
features = ["serde"]

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

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

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

[dependencies.starbase_id]
version = "0.3.2"
features = [
    "miette",
    "schematic",
]

[dependencies.starbase_styles]
version = "0.6.1"
features = ["relative-path"]

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
assigning_clones = "allow"