cargowatch-core 0.1.0

Shared domain types, configuration, and session state for CargoWatch.
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"
rust-version = "1.94"
name = "cargowatch-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared domain types, configuration, and session state for CargoWatch."
homepage = "https://github.com/dunamismax/cargowatch"
documentation = "https://docs.rs/cargowatch-core"
readme = "README.md"
keywords = [
    "cargo",
    "rust",
    "monitoring",
    "config",
    "diagnostics",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT"
repository = "https://github.com/dunamismax/cargowatch"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.config]
version = "0.15.18"
features = ["toml"]
default-features = false

[dependencies.directories]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "local-offset",
    "macros",
    "parsing",
    "serde",
]

[dependencies.toml]
version = "0.8.23"

[dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tempfile]
version = "3.23.0"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"