//! gemrendr Turns Gemtext into idiomatic HTML.
//! Copyright (C) 2025 AverageHelper
//!
//! This program is free software: you can redistribute it and/or modify
//! it under the terms of the GNU General Public License as published by
//! the Free Software Foundation, either version 3 of the License, or
//! (at your option) any later version.
//!
//! This program is distributed in the hope that it will be useful,
//! but WITHOUT ANY WARRANTY; without even the implied warranty of
//! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//! GNU General Public License for more details.
//!
//! You should have received a copy of the GNU General Public License
//! along with this program. If not, see <https://www.gnu.org/licenses/>.
// Because this file is used differently by the binary and lib, there may be some dead_code warnings.
use ;
pub static PKG_NAME: &str = env!;
pub static PKG_REPO: &str = env!;
pub static COPYRIGHT_YEAR: &str = "2025";
static AUTHORS: & = &chain! ;
pub static PKG_AUTHORS: &str = join!;