use replace;
use lazy_regex;
type Lazy<T> = Lazy;
pub type Regex = ;
/// Regex that matches at least one whitespace character (`\s+`)
pub static WHITESPACE: Regex = lazy_regex!;
/// The name of the project.
pub const PROJECT_NAME: &str = env!;
/// The version of the project.
pub const PROJECT_VERSION: &str = env!;
/// The HTTP URL of the project's git forge.
pub const REPO_HTTP: &str = env!;
/// The Gemini URL of the project's git forge.
pub const REPO_GMI: &str = replace!;