//! Official plugins. Each is opt-in behind a cargo feature:
//!
//! ```toml
//! cotyledon = { version = "0.1", features = ["jupiter", "meteora"] }
//! ```
//!
//! A plugin is ordinary library code that composes [`crate::Ctx`] calls — it
//! holds no special privileges. Community plugins are plain cargo-git
//! dependencies that follow the same shape.