use ;
use crateABOUT;
/// Binary name, using a different binary name
pub const NAME: &str = env!;
/// Binary version
pub const VERSION: &str = crate_version!;
/// Authors
pub const AUTHORS: &str = crate_authors!;
/// Display our version banner
///