// Code generated by ndpgen. DO NOT EDIT.
//! Navidrome Plugin Development Kit - Capability Wrappers
//!
//! This crate provides type definitions, traits, and registration macros
//! for implementing Navidrome plugin capabilities in Rust.
pub mod lifecycle;
pub mod metadata;
pub mod scheduler;
pub mod scrobbler;
pub mod taskworker;
pub mod websocket;