//! The pinned mermaid-searxng bundle: release version + per-target sha256.
//!
//! These values are the trust anchor for the download in [`super::bundle`]: the
//! fetched bundle is verified against the sha256 compiled in here, so a tampered
//! or substituted release asset is rejected even if the release's own
//! `SHA256SUMS` is forged. They are bumped by the mermaid-searxng release CI via
//! `scripts/bump_searxng_bundle.py` (an automated PR, reviewed and merged like
//! any other change) — do not hand-edit the values.
/// The pinned `mermaid-searxng` release tag.
pub const BUNDLE_VERSION: &str = "v0.3.0";
/// sha256 (lowercase hex) of `mermaid-searxng-<target>.tar.zst` for
/// [`BUNDLE_VERSION`], or `None` on a platform with no published bundle
/// (Windows: SearXNG needs Unix-only modules).