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