/// Version string of the form "librespot-<sha>"
pub const VERSION_STRING: &str = concat!;
/// Generate a timestamp string representing the build date (UTC).
pub const BUILD_DATE: &str = env!;
/// Short sha of the latest git commit.
pub const SHA_SHORT: &str = env!;
/// Date of the latest git commit.
pub const COMMIT_DATE: &str = env!;
/// Librespot crate version.
pub const SEMVER: &str = env!;
/// A random build id.
pub const BUILD_ID: &str = env!;