//! Dependencies handed to a plugin at boot.
use Arc;
use watch;
use crateExecutor;
use crateHealthRegistry;
use crateMetricsRegistry;
use crateRpcRegistrar;
/// What every plugin receives in [`Plugin::boot`](crate::Plugin::boot).
///
/// All fields are cheaply cloneable (`Arc` or `Receiver`).