// SPDX-License-Identifier: Apache-2.0
// Note that this file is auto-generated and auto-synced using `build.rs`. It is
// included in `version.rs`.
/// The major version of Substrait used to build this crate
pub const SUBSTRAIT_MAJOR_VERSION: u64 = 0;
/// The minor version of Substrait used to build this crate
pub const SUBSTRAIT_MINOR_VERSION: u64 = 37;
/// The patch version of Substrait used to build this crate
pub const SUBSTRAIT_PATCH_VERSION: u64 = 0;
/// The Git SHA (lower hex) of Substrait used to build this crate
pub const SUBSTRAIT_GIT_SHA: &str = "52e81a9fe725881036eddaa77ae0dba8b2ad6f83";
/// The `git describe` output of the Substrait submodule used to build this
/// crate
pub const SUBSTRAIT_GIT_DESCRIBE: &str = "v0.37.0-0-g52e81a9";
/// The amount of commits between the latest tag and this version of the
/// Substrait module used to build this crate
pub const SUBSTRAIT_GIT_DEPTH: u32 = 0;
/// The dirty state of the Substrait submodule used to build this crate
pub const SUBSTRAIT_GIT_DIRTY: bool = false;