// // EVERYTHING BELOW THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY. // #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The Continuous Integration platform detected during compilation."#] #[allow(dead_code)] pub static CI_PLATFORM: Option<&str> = None; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The full version."#] #[allow(dead_code)] pub static PKG_VERSION: &str = "0.8.1"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The major version."#] #[allow(dead_code)] pub static PKG_VERSION_MAJOR: &str = "0"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The minor version."#] #[allow(dead_code)] pub static PKG_VERSION_MINOR: &str = "8"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The patch version."#] #[allow(dead_code)] pub static PKG_VERSION_PATCH: &str = "1"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The pre-release version."#] #[allow(dead_code)] pub static PKG_VERSION_PRE: &str = ""; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"A colon-separated list of authors."#] #[allow(dead_code)] pub static PKG_AUTHORS: &str = "Thomas Daede "; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The name of the package."#] #[allow(dead_code)] pub static PKG_NAME: &str = "rav1e"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The description."#] #[allow(dead_code)] pub static PKG_DESCRIPTION: &str = "The fastest and safest AV1 encoder"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The homepage."#] #[allow(dead_code)] pub static PKG_HOMEPAGE: &str = ""; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The license."#] #[allow(dead_code)] pub static PKG_LICENSE: &str = "BSD-2-Clause"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The source repository as advertised in Cargo.toml."#] #[allow(dead_code)] pub static PKG_REPOSITORY: &str = "https://github.com/xiph/rav1e/"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The target triple that was being compiled for."#] #[allow(dead_code)] pub static TARGET: &str = "x86_64-unknown-linux-gnu"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The host triple of the rust compiler."#] #[allow(dead_code)] pub static HOST: &str = "x86_64-unknown-linux-gnu"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"`release` for release builds, `debug` for other builds."#] #[allow(dead_code)] pub static PROFILE: &str = "debug"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The compiler that cargo resolved to use."#] #[allow(dead_code)] pub static RUSTC: &str = "rustc"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The documentation generator that cargo resolved to use."#] #[allow(dead_code)] pub static RUSTDOC: &str = "rustdoc"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"Value of OPT_LEVEL for the profile used during compilation."#] #[allow(dead_code)] pub static OPT_LEVEL: &str = "0"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The parallelism that was specified during compilation."#] #[allow(dead_code)] pub static NUM_JOBS: u32 = 12; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"Value of DEBUG for the profile used during compilation."#] #[allow(dead_code)] pub static DEBUG: bool = true; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The features that were enabled during compilation."#] #[allow(dead_code)] pub static FEATURES: [&str; 1] = ["THREADING"]; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The features as a comma-separated string."#] #[allow(dead_code)] pub static FEATURES_STR: &str = "THREADING"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The features as above, as lowercase strings."#] #[allow(dead_code)] pub static FEATURES_LOWERCASE: [&str; 1] = ["threading"]; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The feature-string as above, from lowercase strings."#] #[allow(dead_code)] pub static FEATURES_LOWERCASE_STR: &str = "threading"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The output of `rustc -V`"#] #[allow(dead_code)] pub static RUSTC_VERSION: &str = "rustc 1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The output of `rustdoc -V`; empty string if `rustdoc -V` failed to execute"#] #[allow(dead_code)] pub static RUSTDOC_VERSION: &str = "rustdoc 1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#] #[allow(dead_code)] pub static CFG_TARGET_ARCH: &str = "x86_64"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The endianness, given by `CARGO_CFG_TARGET_ENDIAN`."#] #[allow(dead_code)] pub static CFG_ENDIAN: &str = "little"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The toolchain-environment, given by `CARGO_CFG_TARGET_ENV`."#] #[allow(dead_code)] pub static CFG_ENV: &str = "gnu"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The OS-family, given by `CARGO_CFG_TARGET_FAMILY`."#] #[allow(dead_code)] pub static CFG_FAMILY: &str = "unix"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The operating system, given by `CARGO_CFG_TARGET_OS`."#] #[allow(dead_code)] pub static CFG_OS: &str = "linux"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The pointer width, given by `CARGO_CFG_TARGET_POINTER_WIDTH`."#] #[allow(dead_code)] pub static CFG_POINTER_WIDTH: &str = "64"; #[allow(clippy::needless_raw_string_hashes)] #[doc=r#"The override-variables that were used during compilation."#] #[allow(dead_code)] pub static OVERRIDE_VARIABLES_USED: [&str; 0] = []; // // EVERYTHING ABOVE THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY. //