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
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
//
// EVERYTHING BELOW THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//
#[doc=r#"The Continuous Integration platform detected during compilation."#]
#[allow(dead_code)]
pub const CI_PLATFORM: Option<&str> = None;
#[doc=r#"The full version."#]
#[allow(dead_code)]
pub const PKG_VERSION: &str = r"2.0.0-dev.5";
#[doc=r#"The major version."#]
#[allow(dead_code)]
pub const PKG_VERSION_MAJOR: &str = r"2";
#[doc=r#"The minor version."#]
#[allow(dead_code)]
pub const PKG_VERSION_MINOR: &str = r"0";
#[doc=r#"The patch version."#]
#[allow(dead_code)]
pub const PKG_VERSION_PATCH: &str = r"0";
#[doc=r#"The pre-release version."#]
#[allow(dead_code)]
pub const PKG_VERSION_PRE: &str = r"dev.5";
#[doc=r#"A colon-separated list of authors."#]
#[allow(dead_code)]
pub const PKG_AUTHORS: &str = r"Origen-SDK";
#[doc=r#"The name of the package."#]
#[allow(dead_code)]
pub const PKG_NAME: &str = r"origen";
#[doc=r#"The description."#]
#[allow(dead_code)]
pub const PKG_DESCRIPTION: &str = r"Backend implementation for the full Origen SDK";
#[doc=r#"The homepage."#]
#[allow(dead_code)]
pub const PKG_HOMEPAGE: &str = r"https://origen-sdk.org/o2/";
#[doc=r#"The license."#]
#[allow(dead_code)]
pub const PKG_LICENSE: &str = r"MIT";
#[doc=r#"The source repository as advertised in Cargo.toml."#]
#[allow(dead_code)]
pub const PKG_REPOSITORY: &str = r"https://github.com/Origen-SDK/o2";
#[doc=r#"The target triple that was being compiled for."#]
#[allow(dead_code)]
pub const TARGET: &str = r"x86_64-unknown-linux-gnu";
#[doc=r#"The host triple of the rust compiler."#]
#[allow(dead_code)]
pub const HOST: &str = r"x86_64-unknown-linux-gnu";
#[doc=r#"`release` for release builds, `debug` for other builds."#]
#[allow(dead_code)]
pub const PROFILE: &str = r"debug";
#[doc=r#"The compiler that cargo resolved to use."#]
#[allow(dead_code)]
pub const RUSTC: &str = r"rustc";
#[doc=r#"The documentation generator that cargo resolved to use."#]
#[allow(dead_code)]
pub const RUSTDOC: &str = r"rustdoc";
#[doc=r#"Value of OPT_LEVEL for the profile used during compilation."#]
#[allow(dead_code)]
pub const OPT_LEVEL: &str = r"0";
#[doc=r#"The parallelism that was specified during compilation."#]
#[allow(dead_code)]
pub const NUM_JOBS: u32 = 2;
#[doc=r#"Value of DEBUG for the profile used during compilation."#]
#[allow(dead_code)]
pub const DEBUG: bool = true;
#[doc=r#"The features that were enabled during compilation."#]
#[allow(dead_code)]
pub const FEATURES: [&str; 1] = ["DEFAULT"];
#[doc=r#"The features as a comma-separated string."#]
#[allow(dead_code)]
pub const FEATURES_STR: &str = r"DEFAULT";
#[doc=r#"The output of `rustc -V`"#]
#[allow(dead_code)]
pub const RUSTC_VERSION: &str = r"rustc 1.55.0-nightly (d2b04f075 2021-07-07)";
#[doc=r#"The output of `rustdoc -V`"#]
#[allow(dead_code)]
pub const RUSTDOC_VERSION: &str = r"rustdoc 1.55.0-nightly (d2b04f075 2021-07-07)";
#[doc=r#"An array of effective dependencies as documented by `Cargo.lock`."#]
#[allow(dead_code)]
pub const DEPENDENCIES: [(&str, &str); 382] = [("addr2line", "0.15.2"), ("adler", "1.0.2"), ("aead", "0.3.2"), ("aes", "0.6.0"), ("aes-gcm", "0.8.0"), ("aes-soft", "0.6.4"), ("aesni", "0.10.0"), ("aho-corasick", "0.7.15"), ("ansi_colours", "1.0.4"), ("ansi_term", "0.11.0"), ("arc-swap", "1.3.0"), ("arrayref", "0.3.6"), ("arrayvec", "0.5.2"), ("async-trait", "0.1.50"), ("atty", "0.2.14"), ("autocfg", "1.0.1"), ("backtrace", "0.3.59"), ("base64", "0.10.1"), ("base64", "0.13.0"), ("bincode", "1.3.3"), ("bitflags", "1.2.1"), ("bitvec", "0.19.5"), ("blake2b_simd", "0.5.11"), ("block-buffer", "0.7.3"), ("block-buffer", "0.9.0"), ("block-modes", "0.7.0"), ("block-padding", "0.1.5"), ("block-padding", "0.2.1"), ("bstr", "0.2.15"), ("built", "0.5.1"), ("bumpalo", "3.7.0"), ("byte-tools", "0.3.1"), ("byteorder", "1.4.3"), ("bytes", "0.5.6"), ("bytes", "0.6.0"), ("bytes", "1.0.1"), ("cargo-expand", "0.4.20"), ("cargo-lock", "7.0.1"), ("cc", "1.0.68"), ("cfg-if", "0.1.10"), ("cfg-if", "1.0.0"), ("chrono", "0.4.19"), ("chrono-tz", "0.5.3"), ("cipher", "0.2.5"), ("clap", "2.33.3"), ("clicolors-control", "1.0.1"), ("config", "0.9.3"), ("console", "0.14.1"), ("console", "0.7.7"), ("constant_time_eq", "0.1.5"), ("content_inspector", "0.2.4"), ("core-foundation", "0.7.0"), ("core-foundation", "0.9.1"), ("core-foundation-sys", "0.7.0"), ("core-foundation-sys", "0.8.2"), ("cpufeatures", "0.1.5"), ("cpuid-bool", "0.2.0"), ("crc32fast", "1.2.1"), ("crossbeam-utils", "0.8.5"), ("crypto-mac", "0.10.0"), ("ctor", "0.1.20"), ("ctr", "0.6.0"), ("darling", "0.9.0"), ("darling_core", "0.9.0"), ("darling_macro", "0.9.0"), ("dbus", "0.2.3"), ("derive_builder", "0.7.2"), ("derive_builder_core", "0.5.0"), ("deunicode", "0.4.3"), ("dialoguer", "0.8.0"), ("digest", "0.8.1"), ("digest", "0.9.0"), ("directories", "1.0.2"), ("dirs", "1.0.5"), ("dirs", "2.0.2"), ("dirs-sys", "0.3.6"), ("doc-comment", "0.3.3"), ("encode_unicode", "0.3.6"), ("encoding", "0.2.33"), ("encoding-index-japanese", "1.20141219.5"), ("encoding-index-korean", "1.20141219.5"), ("encoding-index-simpchinese", "1.20141219.5"), ("encoding-index-singlebyte", "1.20141219.5"), ("encoding-index-tradchinese", "1.20141219.5"), ("encoding_index_tests", "0.1.4"), ("encoding_rs", "0.8.28"), ("enum-display-derive", "0.1.1"), ("enum-utils", "0.1.2"), ("enum-utils-from-str", "0.1.2"), ("error-chain", "0.12.4"), ("eval", "0.4.3"), ("failure", "0.1.8"), ("fake-simd", "0.1.2"), ("flate2", "1.0.20"), ("fnv", "1.0.7"), ("foreign-types", "0.3.2"), ("foreign-types-shared", "0.1.1"), ("form_urlencoded", "1.0.1"), ("funty", "1.1.0"), ("futures", "0.3.15"), ("futures-channel", "0.3.15"), ("futures-core", "0.3.15"), ("futures-executor", "0.3.15"), ("futures-io", "0.3.15"), ("futures-macro", "0.3.15"), ("futures-sink", "0.3.15"), ("futures-task", "0.3.15"), ("futures-util", "0.3.15"), ("generic-array", "0.12.4"), ("generic-array", "0.14.4"), ("getrandom", "0.1.16"), ("getrandom", "0.2.3"), ("ghash", "0.3.1"), ("ghost", "0.1.2"), ("gimli", "0.24.0"), ("git2", "0.13.20"), ("glob", "0.3.0"), ("globset", "0.4.8"), ("globwalk", "0.8.1"), ("h2", "0.3.3"), ("hashbrown", "0.11.2"), ("heck", "0.3.3"), ("hermit-abi", "0.1.19"), ("hkdf", "0.10.0"), ("hmac", "0.10.1"), ("hostname", "0.3.1"), ("http", "0.2.4"), ("http-body", "0.4.2"), ("httparse", "1.3.6"), ("httpdate", "0.3.2"), ("humansize", "1.1.1"), ("humantime", "1.3.0"), ("hyper", "0.14.5"), ("hyper-tls", "0.5.0"), ("hyperx", "1.3.0"), ("ident_case", "1.0.1"), ("idna", "0.2.3"), ("ignore", "0.4.18"), ("indexmap", "1.7.0"), ("indoc", "0.3.6"), ("indoc-impl", "0.3.6"), ("instant", "0.1.9"), ("inventory", "0.1.10"), ("inventory-impl", "0.1.10"), ("ipnet", "2.3.1"), ("iter-read", "0.3.0"), ("itoa", "0.4.7"), ("jobserver", "0.1.22"), ("js-sys", "0.3.51"), ("keyring", "0.10.1"), ("language-tags", "0.2.2"), ("lazy_static", "0.2.11"), ("lazy_static", "1.4.0"), ("lazycell", "1.3.0"), ("lber", "0.2.0"), ("ldap3", "0.8.3"), ("lettre", "0.10.0-alpha.4"), ("libc", "0.2.98"), ("libgit2-sys", "0.12.21+1.1.0"), ("libssh2-sys", "0.2.21"), ("libz-sys", "1.1.3"), ("line-wrap", "0.1.1"), ("linked-hash-map", "0.3.0"), ("linked-hash-map", "0.5.4"), ("lock_api", "0.4.4"), ("log", "0.4.14"), ("maplit", "1.0.2"), ("match_cfg", "0.1.0"), ("matches", "0.1.8"), ("memchr", "2.3.4"), ("mime", "0.3.16"), ("miniz_oxide", "0.4.4"), ("mio", "0.7.13"), ("miow", "0.3.7"), ("native-tls", "0.2.7"), ("nom", "2.2.1"), ("nom", "4.2.3"), ("nom", "6.2.1"), ("ntapi", "0.3.6"), ("num", "0.3.1"), ("num-bigint", "0.3.2"), ("num-complex", "0.3.1"), ("num-integer", "0.1.44"), ("num-iter", "0.1.42"), ("num-rational", "0.3.2"), ("num-traits", "0.1.43"), ("num-traits", "0.2.14"), ("num_cpus", "1.13.0"), ("object", "0.24.0"), ("octocrab", "0.9.1"), ("once_cell", "1.8.0"), ("onig", "4.3.3"), ("onig_sys", "69.1.0"), ("opaque-debug", "0.2.3"), ("opaque-debug", "0.3.0"), ("openssl", "0.10.35"), ("openssl-probe", "0.1.4"), ("openssl-src", "111.15.0+1.1.1k"), ("openssl-sys", "0.9.65"), ("origen", "2.0.0-dev.5"), ("origen-core-support", "0.1.0-dev.1"), ("parking_lot", "0.11.1"), ("parking_lot_core", "0.8.3"), ("parse-zoneinfo", "0.3.0"), ("paste", "0.1.18"), ("paste-impl", "0.1.18"), ("path-clean", "0.1.0"), ("path-slash", "0.1.4"), ("pathdiff", "0.1.0"), ("percent-encoding", "2.1.0"), ("pest", "2.1.3"), ("pest_derive", "2.1.0"), ("pest_generator", "2.1.3"), ("pest_meta", "2.1.3"), ("phf", "0.8.0"), ("phf_generator", "0.8.0"), ("phf_macros", "0.8.0"), ("phf_shared", "0.8.0"), ("pin-project", "1.0.7"), ("pin-project-internal", "1.0.7"), ("pin-project-lite", "0.1.12"), ("pin-project-lite", "0.2.7"), ("pin-utils", "0.1.0"), ("pkg-config", "0.3.19"), ("plist", "0.4.2"), ("polyval", "0.4.5"), ("ppv-lite86", "0.2.10"), ("prettyprint", "0.7.0"), ("proc-macro-error", "1.0.4"), ("proc-macro-error-attr", "1.0.4"), ("proc-macro-hack", "0.5.19"), ("proc-macro-nested", "0.1.7"), ("proc-macro2", "0.4.30"), ("proc-macro2", "1.0.27"), ("pyo3", "0.11.1"), ("pyo3-derive-backend", "0.11.1"), ("pyo3cls", "0.11.1"), ("quick-error", "1.2.3"), ("quote", "0.6.13"), ("quote", "1.0.9"), ("quoted_printable", "0.4.3"), ("r2d2", "0.8.9"), ("radium", "0.5.3"), ("rand", "0.7.3"), ("rand", "0.8.4"), ("rand_chacha", "0.2.2"), ("rand_chacha", "0.3.1"), ("rand_core", "0.5.1"), ("rand_core", "0.6.3"), ("rand_hc", "0.2.0"), ("rand_hc", "0.3.1"), ("rand_pcg", "0.2.1"), ("redox_syscall", "0.1.57"), ("redox_syscall", "0.2.9"), ("redox_users", "0.3.5"), ("redox_users", "0.4.0"), ("regex", "1.4.6"), ("regex-syntax", "0.6.25"), ("remove_dir_all", "0.5.3"), ("reqwest", "0.11.4"), ("rpassword", "4.0.5"), ("rust-argon2", "0.8.3"), ("rust-ini", "0.13.0"), ("rustc-demangle", "0.1.20"), ("ryu", "1.0.5"), ("safemem", "0.3.3"), ("same-file", "1.0.6"), ("schannel", "0.1.19"), ("scheduled-thread-pool", "0.2.5"), ("scopeguard", "1.1.0"), ("secret-service", "1.1.3"), ("security-framework", "0.4.4"), ("security-framework", "2.3.1"), ("security-framework-sys", "0.4.3"), ("security-framework-sys", "2.3.0"), ("semver", "0.9.0"), ("semver", "1.0.3"), ("semver-parser", "0.7.0"), ("serde", "0.8.23"), ("serde", "1.0.126"), ("serde-hjson", "0.8.2"), ("serde-pickle", "0.6.2"), ("serde_derive", "1.0.126"), ("serde_derive_internals", "0.25.0"), ("serde_json", "1.0.64"), ("serde_path_to_error", "0.1.4"), ("serde_test", "0.8.23"), ("serde_urlencoded", "0.7.0"), ("sha-1", "0.8.2"), ("sha2", "0.9.5"), ("shell-words", "0.1.0"), ("shellexpand", "1.1.1"), ("signal-hook-registry", "1.4.0"), ("siphasher", "0.3.5"), ("slab", "0.4.3"), ("slug", "0.1.4"), ("smallvec", "1.6.1"), ("snafu", "0.6.10"), ("snafu-derive", "0.6.10"), ("socket2", "0.4.0"), ("strsim", "0.7.0"), ("strsim", "0.8.0"), ("structopt", "0.3.22"), ("structopt-derive", "0.4.15"), ("subtle", "2.4.0"), ("syn", "0.15.44"), ("syn", "1.0.73"), ("syn-select", "0.2.0"), ("syntect", "3.2.0"), ("tap", "1.0.1"), ("tempfile", "3.2.0"), ("tera", "1.12.0"), ("termcolor", "1.1.2"), ("terminal_size", "0.1.17"), ("termios", "0.3.3"), ("textwrap", "0.11.0"), ("thiserror", "1.0.26"), ("thiserror-impl", "1.0.26"), ("thread_local", "1.1.3"), ("time", "0.1.44"), ("tinyvec", "1.2.0"), ("tinyvec_macros", "0.1.0"), ("tokio", "0.3.7"), ("tokio", "1.8.1"), ("tokio-macros", "0.3.2"), ("tokio-macros", "1.3.0"), ("tokio-native-tls", "0.2.0"), ("tokio-native-tls", "0.3.0"), ("tokio-util", "0.4.0"), ("tokio-util", "0.6.7"), ("toml", "0.4.10"), ("toml", "0.5.8"), ("toolchain_find", "0.1.4"), ("tower-service", "0.3.1"), ("tracing", "0.1.26"), ("tracing-core", "0.1.18"), ("try-lock", "0.2.3"), ("typenum", "1.13.0"), ("ucd-trie", "0.1.3"), ("unic-char-property", "0.9.0"), ("unic-char-range", "0.9.0"), ("unic-common", "0.9.0"), ("unic-segment", "0.9.0"), ("unic-ucd-segment", "0.9.0"), ("unic-ucd-version", "0.9.0"), ("unicase", "2.6.0"), ("unicode-bidi", "0.3.5"), ("unicode-normalization", "0.1.19"), ("unicode-segmentation", "1.8.0"), ("unicode-width", "0.1.8"), ("unicode-xid", "0.1.0"), ("unicode-xid", "0.2.2"), ("unindent", "0.1.7"), ("universal-hash", "0.4.0"), ("url", "2.2.2"), ("uuid", "0.8.2"), ("vcpkg", "0.2.15"), ("vec_map", "0.8.2"), ("version_check", "0.1.5"), ("version_check", "0.9.3"), ("wait-timeout", "0.2.0"), ("walkdir", "2.3.2"), ("want", "0.3.0"), ("wasi", "0.10.0+wasi-snapshot-preview1"), ("wasi", "0.9.0+wasi-snapshot-preview1"), ("wasm-bindgen", "0.2.74"), ("wasm-bindgen-backend", "0.2.74"), ("wasm-bindgen-futures", "0.4.24"), ("wasm-bindgen-macro", "0.2.74"), ("wasm-bindgen-macro-support", "0.2.74"), ("wasm-bindgen-shared", "0.2.74"), ("web-sys", "0.3.51"), ("whoami", "0.8.2"), ("winapi", "0.3.9"), ("winapi-i686-pc-windows-gnu", "0.4.0"), ("winapi-util", "0.1.5"), ("winapi-x86_64-pc-windows-gnu", "0.4.0"), ("winreg", "0.7.0"), ("wyz", "0.2.0"), ("xml-rs", "0.8.3"), ("yaml-rust", "0.4.5"), ("zeroize", "1.3.0")];
#[doc=r#"The effective dependencies as a comma-separated string."#]
#[allow(dead_code)]
pub const DEPENDENCIES_STR: &str = r"addr2line 0.15.2, adler 1.0.2, aead 0.3.2, aes 0.6.0, aes-gcm 0.8.0, aes-soft 0.6.4, aesni 0.10.0, aho-corasick 0.7.15, ansi_colours 1.0.4, ansi_term 0.11.0, arc-swap 1.3.0, arrayref 0.3.6, arrayvec 0.5.2, async-trait 0.1.50, atty 0.2.14, autocfg 1.0.1, backtrace 0.3.59, base64 0.10.1, base64 0.13.0, bincode 1.3.3, bitflags 1.2.1, bitvec 0.19.5, blake2b_simd 0.5.11, block-buffer 0.7.3, block-buffer 0.9.0, block-modes 0.7.0, block-padding 0.1.5, block-padding 0.2.1, bstr 0.2.15, built 0.5.1, bumpalo 3.7.0, byte-tools 0.3.1, byteorder 1.4.3, bytes 0.5.6, bytes 0.6.0, bytes 1.0.1, cargo-expand 0.4.20, cargo-lock 7.0.1, cc 1.0.68, cfg-if 0.1.10, cfg-if 1.0.0, chrono 0.4.19, chrono-tz 0.5.3, cipher 0.2.5, clap 2.33.3, clicolors-control 1.0.1, config 0.9.3, console 0.14.1, console 0.7.7, constant_time_eq 0.1.5, content_inspector 0.2.4, core-foundation 0.7.0, core-foundation 0.9.1, core-foundation-sys 0.7.0, core-foundation-sys 0.8.2, cpufeatures 0.1.5, cpuid-bool 0.2.0, crc32fast 1.2.1, crossbeam-utils 0.8.5, crypto-mac 0.10.0, ctor 0.1.20, ctr 0.6.0, darling 0.9.0, darling_core 0.9.0, darling_macro 0.9.0, dbus 0.2.3, derive_builder 0.7.2, derive_builder_core 0.5.0, deunicode 0.4.3, dialoguer 0.8.0, digest 0.8.1, digest 0.9.0, directories 1.0.2, dirs 1.0.5, dirs 2.0.2, dirs-sys 0.3.6, doc-comment 0.3.3, encode_unicode 0.3.6, encoding 0.2.33, encoding-index-japanese 1.20141219.5, encoding-index-korean 1.20141219.5, encoding-index-simpchinese 1.20141219.5, encoding-index-singlebyte 1.20141219.5, encoding-index-tradchinese 1.20141219.5, encoding_index_tests 0.1.4, encoding_rs 0.8.28, enum-display-derive 0.1.1, enum-utils 0.1.2, enum-utils-from-str 0.1.2, error-chain 0.12.4, eval 0.4.3, failure 0.1.8, fake-simd 0.1.2, flate2 1.0.20, fnv 1.0.7, foreign-types 0.3.2, foreign-types-shared 0.1.1, form_urlencoded 1.0.1, funty 1.1.0, futures 0.3.15, futures-channel 0.3.15, futures-core 0.3.15, futures-executor 0.3.15, futures-io 0.3.15, futures-macro 0.3.15, futures-sink 0.3.15, futures-task 0.3.15, futures-util 0.3.15, generic-array 0.12.4, generic-array 0.14.4, getrandom 0.1.16, getrandom 0.2.3, ghash 0.3.1, ghost 0.1.2, gimli 0.24.0, git2 0.13.20, glob 0.3.0, globset 0.4.8, globwalk 0.8.1, h2 0.3.3, hashbrown 0.11.2, heck 0.3.3, hermit-abi 0.1.19, hkdf 0.10.0, hmac 0.10.1, hostname 0.3.1, http 0.2.4, http-body 0.4.2, httparse 1.3.6, httpdate 0.3.2, humansize 1.1.1, humantime 1.3.0, hyper 0.14.5, hyper-tls 0.5.0, hyperx 1.3.0, ident_case 1.0.1, idna 0.2.3, ignore 0.4.18, indexmap 1.7.0, indoc 0.3.6, indoc-impl 0.3.6, instant 0.1.9, inventory 0.1.10, inventory-impl 0.1.10, ipnet 2.3.1, iter-read 0.3.0, itoa 0.4.7, jobserver 0.1.22, js-sys 0.3.51, keyring 0.10.1, language-tags 0.2.2, lazy_static 0.2.11, lazy_static 1.4.0, lazycell 1.3.0, lber 0.2.0, ldap3 0.8.3, lettre 0.10.0-alpha.4, libc 0.2.98, libgit2-sys 0.12.21+1.1.0, libssh2-sys 0.2.21, libz-sys 1.1.3, line-wrap 0.1.1, linked-hash-map 0.3.0, linked-hash-map 0.5.4, lock_api 0.4.4, log 0.4.14, maplit 1.0.2, match_cfg 0.1.0, matches 0.1.8, memchr 2.3.4, mime 0.3.16, miniz_oxide 0.4.4, mio 0.7.13, miow 0.3.7, native-tls 0.2.7, nom 2.2.1, nom 4.2.3, nom 6.2.1, ntapi 0.3.6, num 0.3.1, num-bigint 0.3.2, num-complex 0.3.1, num-integer 0.1.44, num-iter 0.1.42, num-rational 0.3.2, num-traits 0.1.43, num-traits 0.2.14, num_cpus 1.13.0, object 0.24.0, octocrab 0.9.1, once_cell 1.8.0, onig 4.3.3, onig_sys 69.1.0, opaque-debug 0.2.3, opaque-debug 0.3.0, openssl 0.10.35, openssl-probe 0.1.4, openssl-src 111.15.0+1.1.1k, openssl-sys 0.9.65, origen 2.0.0-dev.5, origen-core-support 0.1.0-dev.1, parking_lot 0.11.1, parking_lot_core 0.8.3, parse-zoneinfo 0.3.0, paste 0.1.18, paste-impl 0.1.18, path-clean 0.1.0, path-slash 0.1.4, pathdiff 0.1.0, percent-encoding 2.1.0, pest 2.1.3, pest_derive 2.1.0, pest_generator 2.1.3, pest_meta 2.1.3, phf 0.8.0, phf_generator 0.8.0, phf_macros 0.8.0, phf_shared 0.8.0, pin-project 1.0.7, pin-project-internal 1.0.7, pin-project-lite 0.1.12, pin-project-lite 0.2.7, pin-utils 0.1.0, pkg-config 0.3.19, plist 0.4.2, polyval 0.4.5, ppv-lite86 0.2.10, prettyprint 0.7.0, proc-macro-error 1.0.4, proc-macro-error-attr 1.0.4, proc-macro-hack 0.5.19, proc-macro-nested 0.1.7, proc-macro2 0.4.30, proc-macro2 1.0.27, pyo3 0.11.1, pyo3-derive-backend 0.11.1, pyo3cls 0.11.1, quick-error 1.2.3, quote 0.6.13, quote 1.0.9, quoted_printable 0.4.3, r2d2 0.8.9, radium 0.5.3, rand 0.7.3, rand 0.8.4, rand_chacha 0.2.2, rand_chacha 0.3.1, rand_core 0.5.1, rand_core 0.6.3, rand_hc 0.2.0, rand_hc 0.3.1, rand_pcg 0.2.1, redox_syscall 0.1.57, redox_syscall 0.2.9, redox_users 0.3.5, redox_users 0.4.0, regex 1.4.6, regex-syntax 0.6.25, remove_dir_all 0.5.3, reqwest 0.11.4, rpassword 4.0.5, rust-argon2 0.8.3, rust-ini 0.13.0, rustc-demangle 0.1.20, ryu 1.0.5, safemem 0.3.3, same-file 1.0.6, schannel 0.1.19, scheduled-thread-pool 0.2.5, scopeguard 1.1.0, secret-service 1.1.3, security-framework 0.4.4, security-framework 2.3.1, security-framework-sys 0.4.3, security-framework-sys 2.3.0, semver 0.9.0, semver 1.0.3, semver-parser 0.7.0, serde 0.8.23, serde 1.0.126, serde-hjson 0.8.2, serde-pickle 0.6.2, serde_derive 1.0.126, serde_derive_internals 0.25.0, serde_json 1.0.64, serde_path_to_error 0.1.4, serde_test 0.8.23, serde_urlencoded 0.7.0, sha-1 0.8.2, sha2 0.9.5, shell-words 0.1.0, shellexpand 1.1.1, signal-hook-registry 1.4.0, siphasher 0.3.5, slab 0.4.3, slug 0.1.4, smallvec 1.6.1, snafu 0.6.10, snafu-derive 0.6.10, socket2 0.4.0, strsim 0.7.0, strsim 0.8.0, structopt 0.3.22, structopt-derive 0.4.15, subtle 2.4.0, syn 0.15.44, syn 1.0.73, syn-select 0.2.0, syntect 3.2.0, tap 1.0.1, tempfile 3.2.0, tera 1.12.0, termcolor 1.1.2, terminal_size 0.1.17, termios 0.3.3, textwrap 0.11.0, thiserror 1.0.26, thiserror-impl 1.0.26, thread_local 1.1.3, time 0.1.44, tinyvec 1.2.0, tinyvec_macros 0.1.0, tokio 0.3.7, tokio 1.8.1, tokio-macros 0.3.2, tokio-macros 1.3.0, tokio-native-tls 0.2.0, tokio-native-tls 0.3.0, tokio-util 0.4.0, tokio-util 0.6.7, toml 0.4.10, toml 0.5.8, toolchain_find 0.1.4, tower-service 0.3.1, tracing 0.1.26, tracing-core 0.1.18, try-lock 0.2.3, typenum 1.13.0, ucd-trie 0.1.3, unic-char-property 0.9.0, unic-char-range 0.9.0, unic-common 0.9.0, unic-segment 0.9.0, unic-ucd-segment 0.9.0, unic-ucd-version 0.9.0, unicase 2.6.0, unicode-bidi 0.3.5, unicode-normalization 0.1.19, unicode-segmentation 1.8.0, unicode-width 0.1.8, unicode-xid 0.1.0, unicode-xid 0.2.2, unindent 0.1.7, universal-hash 0.4.0, url 2.2.2, uuid 0.8.2, vcpkg 0.2.15, vec_map 0.8.2, version_check 0.1.5, version_check 0.9.3, wait-timeout 0.2.0, walkdir 2.3.2, want 0.3.0, wasi 0.10.0+wasi-snapshot-preview1, wasi 0.9.0+wasi-snapshot-preview1, wasm-bindgen 0.2.74, wasm-bindgen-backend 0.2.74, wasm-bindgen-futures 0.4.24, wasm-bindgen-macro 0.2.74, wasm-bindgen-macro-support 0.2.74, wasm-bindgen-shared 0.2.74, web-sys 0.3.51, whoami 0.8.2, winapi 0.3.9, winapi-i686-pc-windows-gnu 0.4.0, winapi-util 0.1.5, winapi-x86_64-pc-windows-gnu 0.4.0, winreg 0.7.0, wyz 0.2.0, xml-rs 0.8.3, yaml-rust 0.4.5, zeroize 1.3.0";
#[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#]
#[allow(dead_code)]
pub const CFG_TARGET_ARCH: &str = r"x86_64";
#[doc=r#"The endianness, given by `CARGO_CFG_TARGET_ENDIAN`."#]
#[allow(dead_code)]
pub const CFG_ENDIAN: &str = r"little";
#[doc=r#"The toolchain-environment, given by `CARGO_CFG_TARGET_ENV`."#]
#[allow(dead_code)]
pub const CFG_ENV: &str = r"gnu";
#[doc=r#"The OS-family, given by `CARGO_CFG_TARGET_FAMILY`."#]
#[allow(dead_code)]
pub const CFG_FAMILY: &str = r"unix";
#[doc=r#"The operating system, given by `CARGO_CFG_TARGET_OS`."#]
#[allow(dead_code)]
pub const CFG_OS: &str = r"linux";
#[doc=r#"The pointer width, given by `CARGO_CFG_TARGET_POINTER_WIDTH`."#]
#[allow(dead_code)]
pub const CFG_POINTER_WIDTH: &str = r"64";
//
// EVERYTHING ABOVE THIS POINT WAS AUTO-GENERATED DURING COMPILATION. DO NOT MODIFY.
//