Skip to main content

killswitch/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/vpn-kill-switch-556fc6887e03ee5c/out/
built.rs

1//
2// EVERYTHING BELOW THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
3//
4#[allow(clippy::needless_raw_string_hashes)]
5#[doc=r#"The Continuous Integration platform detected during compilation."#]
6#[allow(dead_code)]
7pub static CI_PLATFORM: Option<&str> = None;
8#[allow(clippy::needless_raw_string_hashes)]
9#[doc=r#"The full version."#]
10#[allow(dead_code)]
11pub static PKG_VERSION: &str = "0.8.2";
12#[allow(clippy::needless_raw_string_hashes)]
13#[doc=r#"The major version."#]
14#[allow(dead_code)]
15pub static PKG_VERSION_MAJOR: &str = "0";
16#[allow(clippy::needless_raw_string_hashes)]
17#[doc=r#"The minor version."#]
18#[allow(dead_code)]
19pub static PKG_VERSION_MINOR: &str = "8";
20#[allow(clippy::needless_raw_string_hashes)]
21#[doc=r#"The patch version."#]
22#[allow(dead_code)]
23pub static PKG_VERSION_PATCH: &str = "2";
24#[allow(clippy::needless_raw_string_hashes)]
25#[doc=r#"The pre-release version."#]
26#[allow(dead_code)]
27pub static PKG_VERSION_PRE: &str = "";
28#[allow(clippy::needless_raw_string_hashes)]
29#[doc=r#"A colon-separated list of authors."#]
30#[allow(dead_code)]
31pub static PKG_AUTHORS: &str = "Nicolas Embriz <nbari@tequila.io>";
32#[allow(clippy::needless_raw_string_hashes)]
33#[doc=r#"The name of the package."#]
34#[allow(dead_code)]
35pub static PKG_NAME: &str = "vpn-kill-switch";
36#[allow(clippy::needless_raw_string_hashes)]
37#[doc=r#"The description."#]
38#[allow(dead_code)]
39pub static PKG_DESCRIPTION: &str = "VPN kill switch for macOS";
40#[allow(clippy::needless_raw_string_hashes)]
41#[doc=r#"The homepage."#]
42#[allow(dead_code)]
43pub static PKG_HOMEPAGE: &str = "https://killswitch.network";
44#[allow(clippy::needless_raw_string_hashes)]
45#[doc=r#"The license."#]
46#[allow(dead_code)]
47pub static PKG_LICENSE: &str = "BSD-3-Clause";
48#[allow(clippy::needless_raw_string_hashes)]
49#[doc=r#"The source repository as advertised in Cargo.toml."#]
50#[allow(dead_code)]
51pub static PKG_REPOSITORY: &str = "https://github.com/vpn-kill-switch/killswitch";
52#[allow(clippy::needless_raw_string_hashes)]
53#[doc=r#"The target triple that was being compiled for."#]
54#[allow(dead_code)]
55pub static TARGET: &str = "x86_64-unknown-linux-gnu";
56#[allow(clippy::needless_raw_string_hashes)]
57#[doc=r#"The host triple of the rust compiler."#]
58#[allow(dead_code)]
59pub static HOST: &str = "x86_64-unknown-linux-gnu";
60#[allow(clippy::needless_raw_string_hashes)]
61#[doc=r#"`release` for release builds, `debug` for other builds."#]
62#[allow(dead_code)]
63pub static PROFILE: &str = "debug";
64#[allow(clippy::needless_raw_string_hashes)]
65#[doc=r#"The compiler that cargo resolved to use."#]
66#[allow(dead_code)]
67pub static RUSTC: &str = "/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc";
68#[allow(clippy::needless_raw_string_hashes)]
69#[doc=r#"The documentation generator that cargo resolved to use."#]
70#[allow(dead_code)]
71pub static RUSTDOC: &str = "/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc";
72#[allow(clippy::needless_raw_string_hashes)]
73#[doc=r#"Value of OPT_LEVEL for the profile used during compilation."#]
74#[allow(dead_code)]
75pub static OPT_LEVEL: &str = "0";
76#[allow(clippy::needless_raw_string_hashes)]
77#[doc=r#"The parallelism that was specified during compilation."#]
78#[allow(dead_code)]
79pub static NUM_JOBS: u32 = 6;
80#[allow(clippy::needless_raw_string_hashes)]
81#[doc=r#"Value of DEBUG for the profile used during compilation."#]
82#[allow(dead_code)]
83pub static DEBUG: bool = true;
84#[allow(clippy::needless_raw_string_hashes)]
85#[doc=r#"The features that were enabled during compilation."#]
86#[allow(dead_code)]
87pub static FEATURES: [&str; 0] = [];
88#[allow(clippy::needless_raw_string_hashes)]
89#[doc=r#"The features as a comma-separated string."#]
90#[allow(dead_code)]
91pub static FEATURES_STR: &str = "";
92#[allow(clippy::needless_raw_string_hashes)]
93#[doc=r#"The features as above, as lowercase strings."#]
94#[allow(dead_code)]
95pub static FEATURES_LOWERCASE: [&str; 0] = [];
96#[allow(clippy::needless_raw_string_hashes)]
97#[doc=r#"The feature-string as above, from lowercase strings."#]
98#[allow(dead_code)]
99pub static FEATURES_LOWERCASE_STR: &str = "";
100#[allow(clippy::needless_raw_string_hashes)]
101#[doc=r#"The output of `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc -V`"#]
102#[allow(dead_code)]
103pub static RUSTC_VERSION: &str = "rustc 1.96.0-nightly (b41f22de2 2026-03-08)";
104#[allow(clippy::needless_raw_string_hashes)]
105#[doc=r#"The output of `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc -V`; empty string if `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc -V` failed to execute"#]
106#[allow(dead_code)]
107pub static RUSTDOC_VERSION: &str = "rustdoc 1.96.0-nightly (b41f22de2 2026-03-08)";
108#[allow(clippy::needless_raw_string_hashes)]
109#[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#]
110#[allow(dead_code)]
111pub static CFG_TARGET_ARCH: &str = "x86_64";
112#[allow(clippy::needless_raw_string_hashes)]
113#[doc=r#"The endianness, given by `CARGO_CFG_TARGET_ENDIAN`."#]
114#[allow(dead_code)]
115pub static CFG_ENDIAN: &str = "little";
116#[allow(clippy::needless_raw_string_hashes)]
117#[doc=r#"The toolchain-environment, given by `CARGO_CFG_TARGET_ENV`."#]
118#[allow(dead_code)]
119pub static CFG_ENV: &str = "gnu";
120#[allow(clippy::needless_raw_string_hashes)]
121#[doc=r#"The OS-family, given by `CARGO_CFG_TARGET_FAMILY`."#]
122#[allow(dead_code)]
123pub static CFG_FAMILY: &str = "unix";
124#[allow(clippy::needless_raw_string_hashes)]
125#[doc=r#"The operating system, given by `CARGO_CFG_TARGET_OS`."#]
126#[allow(dead_code)]
127pub static CFG_OS: &str = "linux";
128#[allow(clippy::needless_raw_string_hashes)]
129#[doc=r#"The pointer width, given by `CARGO_CFG_TARGET_POINTER_WIDTH`."#]
130#[allow(dead_code)]
131pub static CFG_POINTER_WIDTH: &str = "64";
132#[allow(clippy::needless_raw_string_hashes)]
133#[doc=r#"If the crate was compiled from within a git-repository, `GIT_VERSION` contains HEAD's tag. The short commit id is used if HEAD is not tagged."#]
134#[allow(dead_code)]
135pub static GIT_VERSION: Option<&str> = None;
136#[allow(clippy::needless_raw_string_hashes)]
137#[doc=r#"If the repository had dirty/staged files."#]
138#[allow(dead_code)]
139pub static GIT_DIRTY: Option<bool> = None;
140#[allow(clippy::needless_raw_string_hashes)]
141#[doc=r#"If the crate was compiled from within a git-repository, `GIT_HEAD_REF` contains full name to the reference pointed to by HEAD (e.g.: `refs/heads/master`). If HEAD is detached or the branch name is not valid UTF-8 `None` will be stored.
142"#]
143#[allow(dead_code)]
144pub static GIT_HEAD_REF: Option<&str> = None;
145#[allow(clippy::needless_raw_string_hashes)]
146#[doc=r#"If the crate was compiled from within a git-repository, `GIT_COMMIT_HASH` contains HEAD's full commit SHA-1 hash."#]
147#[allow(dead_code)]
148pub static GIT_COMMIT_HASH: Option<&str> = None;
149#[allow(clippy::needless_raw_string_hashes)]
150#[doc=r#"If the crate was compiled from within a git-repository, `GIT_COMMIT_HASH_SHORT` contains HEAD's short commit SHA-1 hash."#]
151#[allow(dead_code)]
152pub static GIT_COMMIT_HASH_SHORT: Option<&str> = None;
153#[allow(clippy::needless_raw_string_hashes)]
154#[doc=r#"The override-variables that were used during compilation."#]
155#[allow(dead_code)]
156pub static OVERRIDE_VARIABLES_USED: [&str; 0] = [];
157//
158// EVERYTHING ABOVE THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
159//