vector/codebuild/output/src2234984150/src/vector/target/debug/build/vector-089f6ebe1ad93688/out/
built.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// AUTOGENERATED CONSTANTS. SEE BUILD.RS AT REPOSITORY ROOT. DO NOT MODIFY.
#[doc=r#"The rust version from the package manifest."#]
pub const RUST_VERSION: &str = "1.83";
#[doc=r#"The full name of this package."#]
pub const PKG_NAME: &str = "vector";
#[doc=r#"The full version of this package."#]
pub const PKG_VERSION: &str = "0.46.0";
#[doc=r#"The description of this package."#]
pub const PKG_DESCRIPTION: &str = "A lightweight and ultra-fast tool for building observability pipelines";
#[doc=r#"The target triple being compiled for. (e.g. x86_64-pc-windows-msvc)"#]
pub const TARGET: &str = "x86_64-unknown-linux-gnu";
#[doc=r#"The target architecture being compiled for. (e.g. x86_64)"#]
pub const TARGET_ARCH: &str = "x86_64";
#[doc=r#"The target OS being compiled for. (e.g. macos)"#]
pub const TARGET_OS: &str = "linux";
#[doc=r#"The target vendor being compiled for. (e.g. apple)"#]
pub const TARGET_VENDOR: &str = "unknown";
#[doc=r#"Level of debug info for Vector."#]
pub const DEBUG: &str = "true";
#[doc=r#"Special build description, related to versioned releases."#]
pub const VECTOR_BUILD_DESC: Option<&str> = None;
#[doc=r#"The short hash of the Git HEAD"#]
pub const GIT_SHORT_HASH: &str = "a0c62fe3e";