nornir 0.5.4

Companion to cargo: dependency tracking, release gating, deploy, benchmarks, and documentation assembly. Project-agnostic.
1
2
3
4
5
6
7
8
9
10
11
//! Registry-state check — **MOVED to dwarves** (`dwarves::release_doctor::registry`).
//!
//! Doctrine (2026-07-14 — *release is a build op*): nornir no longer performs
//! releases. The pluggable registry backend (crates.io sparse-index / JSON API /
//! custom base URL over pure-Rust `ureq`), the local-vs-published [`classify`]
//! ([`RegistryState`]), and the crate-name OWNERSHIP probe now live in
//! [`dwarves::release_doctor::registry`].
//!
//! This module is a thin RE-EXPORT so any remaining nornir call sites resolve the
//! single source of truth in dwarves (there is no nornir-side copy anymore).
pub use dwarves::release_doctor::registry::*;