1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
//
// EVERYTHING BELOW THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//
/// The Continuous Integration platform detected during compilation.
pub const CI_PLATFORM: Option<&str> = None;
#[doc="The full version."]
pub const PKG_VERSION: &str = r"0.5.0";
#[doc="The major version."]
pub const PKG_VERSION_MAJOR: &str = r"0";
#[doc="The minor version."]
pub const PKG_VERSION_MINOR: &str = r"5";
#[doc="The patch version."]
pub const PKG_VERSION_PATCH: &str = r"0";
#[doc="The pre-release version."]
pub const PKG_VERSION_PRE: &str = r"";
#[doc="A colon-separated list of authors."]
pub const PKG_AUTHORS: &str = r"Alï Polatel <alip@exherbo.org>";
#[doc="The name of the package."]
pub const PKG_NAME: &str = r"pandora_box";
#[doc="The description."]
pub const PKG_DESCRIPTION: &str = r"Pandora's Box: A helper for SydBox, a ptrace & seccomp based sandbox to make sandboxing practical";
#[doc="The homepage."]
pub const PKG_HOMEPAGE: &str = r"https://dev.exherbo.org/~alip/sydbox/sydbox.html";
#[doc="The license."]
pub const PKG_LICENSE: &str = r"GPL-3.0-or-later";
#[doc="The source repository as advertised in Cargo.toml."]
pub const PKG_REPOSITORY: &str = r"https://github.com/sydbox/sydbox-1";
#[doc="The target triple that was being compiled for."]
pub const TARGET: &str = r"x86_64-unknown-linux-gnu";
#[doc="The host triple of the rust compiler."]
pub const HOST: &str = r"x86_64-unknown-linux-gnu";
#[doc="`release` for release builds, `debug` for other builds."]
pub const PROFILE: &str = r"debug";
#[doc="The compiler that cargo resolved to use."]
pub const RUSTC: &str = r"rustc";
#[doc="The documentation generator that cargo resolved to use."]
pub const RUSTDOC: &str = r"rustdoc";
#[doc="Value of OPT_LEVEL for the profile used during compilation."]
pub const OPT_LEVEL: &str = "0";
#[doc="The parallelism that was specified during compilation."]
pub const NUM_JOBS: u32 = 2;
#[doc="Value of DEBUG for the profile used during compilation."]
pub const DEBUG: bool = true;
/// The features that were enabled during compilation.
pub const FEATURES: [&str; 0] = [];
/// The features as a comma-separated string.
pub const FEATURES_STR: &str = "";
/// The output of `rustc -V`
pub const RUSTC_VERSION: &str = "rustc 1.54.0-nightly (c79419af0 2021-06-04)";
/// The output of `rustdoc -V`
pub const RUSTDOC_VERSION: &str = "rustdoc 1.54.0-nightly (c79419af0 2021-06-04)";
/// 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.
pub const GIT_VERSION: Option<&str> = None;
/// If the repository had dirty/staged files.
pub const GIT_DIRTY: Option<bool> = None;
/// 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.
pub const GIT_HEAD_REF: Option<&str> = None;
/// If the crate was compiled from within a git-repository, `GIT_COMMIT_HASH` contains HEAD's full commit SHA-1 hash.
pub const GIT_COMMIT_HASH: Option<&str> = None;
/// The built-time in RFC2822, UTC
pub const BUILT_TIME_UTC: &str = "Sat, 05 Jun 2021 13:46:13 +0000";
/// The target architecture, given by `cfg!(target_arch)`.
pub const CFG_TARGET_ARCH: &str = "x86_64";
/// The endianness, given by `cfg!(target_endian)`.
pub const CFG_ENDIAN: &str = "little";
/// The toolchain-environment, given by `cfg!(target_env)`.
pub const CFG_ENV: &str = "gnu";
/// The OS-family, given by `cfg!(target_family)`.
pub const CFG_FAMILY: &str = "unix";
/// The operating system, given by `cfg!(target_os)`.
pub const CFG_OS: &str = "linux";
/// The pointer width, given by `cfg!(target_pointer_width)`.
pub const CFG_POINTER_WIDTH: &str = "64";
//
// EVERYTHING ABOVE THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//