SAGSYAPXQ2T6GC3B3TNRPNFTZMS7UMME6YQGSF5MOIM66S5NKB2QC
H62VFFJEBL2I3O4D3BAJZ57ROPWUISC7JCDIWFBC5DAYJRHMMDXAC
5BRU2RRWOQBMS2V3RQM7PRFR5UILYZ73GISHAKJA6KIZGC5M2MFAC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
OCBM7IFE7CL3PM5KPYTRTKTHYKC76NTFK5C4VA4JFAKQUA6GC7FAC
G734WNM64AR5BLAZMN5MDPKSFTYXTUQR6MAGB32NRBC5FXFRWSJAC
Q7CAYX5N2GFOGMZL3VXVWORMAPWEOECXE22BLXK7Q4WEPS4CE2SAC
I52XSRUH5RVHQBFWVMAQPTUSPAJ4KNVID2RMI3UGCVKFLYUO6WZAC
B5Z4IMEUYAEJPOU5EIAXI7VYZVUM6CWKV7CTSOXK3F4GXTNNMMAAC
OUWD436ATBTZJR53B6XDSI5SXRRNZV7YGRUEA5ACHZC2RUDP7G5QC
XWETQ4DE4KL2GQWSEBE5NENLTSLIDF7RIWOCCVWJFQOVQJE5P33AC
23LVKATNTT74YKHG7KJM6SBO2IVZEV24TQ46ZJIHQ2IXONWNVXJAC
UDHP4ZVBQZT2VBURB2MDCU2IZDNMCAFSIUKWRBDQ5BWMFKSN2LYQC
3WIQYEISUMGOL5FY4LCWOJS55CTTQA7WMJZXAE3Q4GQUTBFLAE7QC
};
"ansi_term" = rec {
crateName = "ansi_term";
version = "0.11.0";
edition = "2015";
sha256 = "16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf";
authors = [
"ogham@bsago.me"
"Ryan Scheel (Havvy) <ryan.havvy@gmail.com>"
"Josh Triplett <josh@joshtriplett.org>"
];
dependencies = [
{
name = "winapi";
packageId = "winapi 0.3.9";
target = { target, features }: (target."os" == "windows");
features = [ "errhandlingapi" "consoleapi" "processenv" ];
}
];
"bindgen" = rec {
crateName = "bindgen";
version = "0.55.1";
edition = "2018";
crateBin = [];
sha256 = "0hxlvy9q9984rr3rqaxwmgxjrd9wh11mcc161hv3shz6b7jkrcbm";
authors = [
"Jyun-Yan You <jyyou.tw@gmail.com>"
"Emilio Cobos Álvarez <emilio@crisal.io>"
"Nick Fitzgerald <fitzgen@gmail.com>"
"The Servo project developers"
];
dependencies = [
{
name = "bitflags";
packageId = "bitflags";
}
{
name = "cexpr";
packageId = "cexpr";
}
{
name = "cfg-if";
packageId = "cfg-if 0.1.10";
}
{
name = "clang-sys";
packageId = "clang-sys";
features = [ "clang_6_0" ];
}
{
name = "clap";
packageId = "clap 2.33.3";
optional = true;
}
{
name = "env_logger";
packageId = "env_logger 0.7.1";
optional = true;
}
{
name = "lazy_static";
packageId = "lazy_static";
}
{
name = "lazycell";
packageId = "lazycell";
}
{
name = "log";
packageId = "log";
optional = true;
}
{
name = "peeking_take_while";
packageId = "peeking_take_while";
}
{
name = "proc-macro2";
packageId = "proc-macro2";
usesDefaultFeatures = false;
}
{
name = "quote";
packageId = "quote";
usesDefaultFeatures = false;
}
{
name = "regex";
packageId = "regex";
usesDefaultFeatures = false;
features = [ "std" "unicode" ];
}
{
name = "rustc-hash";
packageId = "rustc-hash";
}
{
name = "shlex";
packageId = "shlex";
}
{
name = "which";
packageId = "which";
optional = true;
usesDefaultFeatures = false;
}
];
devDependencies = [
{
name = "clap";
packageId = "clap 2.33.3";
}
{
name = "shlex";
packageId = "shlex";
}
];
features = {
"default" = [ "logging" "clap" "runtime" "which-rustfmt" ];
"logging" = [ "env_logger" "log" ];
"runtime" = [ "clang-sys/runtime" ];
"static" = [ "clang-sys/static" ];
"which-rustfmt" = [ "which" ];
};
resolvedDefaultFeatures = [ "clap" "default" "env_logger" "log" "logging" "runtime" "which" "which-rustfmt" ];
};
"cexpr" = rec {
crateName = "cexpr";
version = "0.4.0";
edition = "2018";
sha256 = "09qd1k1mrhcqfhqmsz4y1bya9gcs29si7y3w96pqkgid4y2dpbpl";
authors = [
"Jethro Beekman <jethro@jbeekman.nl>"
];
dependencies = [
{
name = "nom";
packageId = "nom";
usesDefaultFeatures = false;
features = [ "std" ];
}
];
};
};
"clang-sys" = rec {
crateName = "clang-sys";
version = "1.0.3";
edition = "2015";
sha256 = "0v19ydcbfxwvawp516iqrwc6gp3f6x29qwjb3ph1nybbnld00n86";
authors = [
"Kyle Mayes <kyle@mayeses.com>"
];
dependencies = [
{
name = "glob";
packageId = "glob";
}
{
name = "libc";
packageId = "libc";
usesDefaultFeatures = false;
}
{
name = "libloading";
packageId = "libloading";
optional = true;
}
];
buildDependencies = [
{
name = "glob";
packageId = "glob";
}
];
features = {
"clang_10_0" = [ "clang_9_0" ];
"clang_3_6" = [ "clang_3_5" ];
"clang_3_7" = [ "clang_3_6" ];
"clang_3_8" = [ "clang_3_7" ];
"clang_3_9" = [ "clang_3_8" ];
"clang_4_0" = [ "clang_3_9" ];
"clang_5_0" = [ "clang_4_0" ];
"clang_6_0" = [ "clang_5_0" ];
"clang_7_0" = [ "clang_6_0" ];
"clang_8_0" = [ "clang_7_0" ];
"clang_9_0" = [ "clang_8_0" ];
"runtime" = [ "libloading" ];
};
resolvedDefaultFeatures = [ "clang_3_5" "clang_3_6" "clang_3_7" "clang_3_8" "clang_3_9" "clang_4_0" "clang_5_0" "clang_6_0" "libloading" "runtime" ];
version = "2.33.3";
edition = "2015";
sha256 = "00i065a58987k1sbzqmlz721rw521zcg08jmsh40gi3khp3qmr9p";
authors = [
"Kevin K. <kbknapp@gmail.com>"
];
dependencies = [
{
name = "ansi_term";
packageId = "ansi_term";
optional = true;
target = { target, features }: (!target."windows");
}
{
name = "atty";
packageId = "atty";
optional = true;
}
{
name = "bitflags";
packageId = "bitflags";
}
{
name = "strsim";
packageId = "strsim 0.8.0";
optional = true;
}
{
name = "textwrap";
packageId = "textwrap 0.11.0";
}
{
name = "unicode-width";
packageId = "unicode-width";
}
{
name = "vec_map";
packageId = "vec_map";
optional = true;
}
];
features = {
"color" = [ "ansi_term" "atty" ];
"default" = [ "suggestions" "color" "vec_map" ];
"doc" = [ "yaml" ];
"lints" = [ "clippy" ];
"suggestions" = [ "strsim" ];
"wrap_help" = [ "term_size" "textwrap/term_size" ];
"yaml" = [ "yaml-rust" ];
};
resolvedDefaultFeatures = [ "ansi_term" "atty" "color" "default" "strsim" "suggestions" "vec_map" ];
};
"clap 3.0.0-beta.2" = rec {
crateName = "clap";
"cmake" = rec {
crateName = "cmake";
version = "0.1.45";
edition = "2015";
sha256 = "0m8868gi7wrfszjk6qfmb8bgawywqsd5fbm1rnjgn78p6yv10qpb";
"console" = rec {
crateName = "console";
version = "0.13.0";
edition = "2018";
sha256 = "022ai0jbbawngrx396qppwgzk4pk3v2fdwckzamvz6h154jsn2m5";
name = "cc";
packageId = "cc";
name = "encode_unicode";
packageId = "encode_unicode";
target = { target, features }: target."windows";
}
{
name = "lazy_static";
packageId = "lazy_static";
}
{
name = "libc";
packageId = "libc";
}
{
name = "regex";
packageId = "regex";
optional = true;
usesDefaultFeatures = false;
features = [ "std" ];
}
{
name = "terminal_size";
packageId = "terminal_size";
}
{
name = "unicode-width";
packageId = "unicode-width";
optional = true;
{
name = "winapi";
packageId = "winapi 0.3.9";
target = { target, features }: target."windows";
features = [ "winbase" "winuser" "consoleapi" "processenv" "wincon" ];
}
{
name = "winapi-util";
packageId = "winapi-util";
optional = true;
target = { target, features }: target."windows";
}
features = {
"ansi-parsing" = [ "regex" ];
"default" = [ "unicode-width" "ansi-parsing" "windows-console-colors" ];
"windows-console-colors" = [ "ansi-parsing" "winapi-util" ];
};
resolvedDefaultFeatures = [ "ansi-parsing" "default" "regex" "unicode-width" "winapi-util" "windows-console-colors" ];
"encode_unicode" = rec {
crateName = "encode_unicode";
version = "0.3.6";
edition = "2015";
sha256 = "07w3vzrhxh9lpjgsg2y5bwzfar2aq35mdznvcp3zjl0ssj7d4mx3";
authors = [
"Torbjørn Birch Moltu <t.b.moltu@lyse.net>"
];
features = {
"default" = [ "std" ];
};
resolvedDefaultFeatures = [ "default" "std" ];
};
version = "0.7.1";
edition = "2018";
sha256 = "0djx8h8xfib43g5w94r1m1mkky5spcw4wblzgnhiyg5vnfxknls4";
authors = [
"The Rust Project Developers"
];
dependencies = [
{
name = "atty";
packageId = "atty";
optional = true;
}
{
name = "humantime";
packageId = "humantime 1.3.0";
optional = true;
}
{
name = "log";
packageId = "log";
features = [ "std" ];
}
{
name = "regex";
packageId = "regex";
optional = true;
}
{
name = "termcolor";
packageId = "termcolor";
optional = true;
}
];
features = {
"default" = [ "termcolor" "atty" "humantime" "regex" ];
};
resolvedDefaultFeatures = [ "atty" "default" "humantime" "regex" "termcolor" ];
};
"env_logger 0.8.2" = rec {
crateName = "env_logger";
version = "1.3.0";
edition = "2015";
sha256 = "0krwgbf35pd46xvkqg14j070vircsndabahahlv3rwhflpy4q06z";
authors = [
"Paul Colomiets <paul@colomiets.name>"
];
dependencies = [
{
name = "quick-error";
packageId = "quick-error";
}
];
};
"humantime 2.0.1" = rec {
crateName = "humantime";
"indicatif" = rec {
crateName = "indicatif";
version = "0.15.0";
edition = "2018";
sha256 = "1r4n50mclyi4c7b9c9mlma1rhchjamw71r3z8vgqcmp24mhvbakv";
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>"
];
dependencies = [
{
name = "console";
packageId = "console";
}
{
name = "lazy_static";
packageId = "lazy_static";
}
{
name = "number_prefix";
packageId = "number_prefix";
}
{
name = "regex";
packageId = "regex";
usesDefaultFeatures = false;
features = [ "std" ];
}
];
features = {
"improved_unicode" = [ "unicode-segmentation" "unicode-width" "console/unicode-width" ];
"with_rayon" = [ "rayon" ];
};
resolvedDefaultFeatures = [ "default" ];
};
};
};
"lazycell" = rec {
crateName = "lazycell";
version = "1.3.0";
edition = "2015";
sha256 = "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3";
authors = [
"Alex Crichton <alex@alexcrichton.com>"
"Nikita Pekin <contact@nikitapek.in>"
];
features = {
"nightly-testing" = [ "clippy" "nightly" ];
"libloading" = rec {
crateName = "libloading";
version = "0.6.5";
edition = "2015";
sha256 = "1c7xhvvf7mzxyyd1gsq0byj72znrafa1v2531n6n9hkfw07hi40h";
authors = [
"Simonas Kazlauskas <libloading@kazlauskas.me>"
];
dependencies = [
{
name = "cfg-if";
packageId = "cfg-if 1.0.0";
target = { target, features }: target."unix";
}
{
name = "winapi";
packageId = "winapi 0.3.9";
target = { target, features }: target."windows";
features = [ "winerror" "errhandlingapi" "libloaderapi" ];
}
];
};
"nom" = rec {
crateName = "nom";
version = "5.1.2";
edition = "2018";
sha256 = "1br74rwdp3c2ddga03bphnf355spn4mzwf1slg0a30zd4qnjdd7z";
authors = [
"contact@geoffroycouprie.com"
];
dependencies = [
{
name = "memchr";
packageId = "memchr";
usesDefaultFeatures = false;
}
];
buildDependencies = [
{
name = "version_check";
packageId = "version_check";
}
];
features = {
"default" = [ "std" "lexical" ];
"lexical" = [ "lexical-core" ];
"regexp" = [ "regex" ];
"regexp_macros" = [ "regexp" "lazy_static" ];
"std" = [ "alloc" "memchr/use_std" ];
};
resolvedDefaultFeatures = [ "alloc" "std" ];
};
};
"number_prefix" = rec {
crateName = "number_prefix";
version = "0.3.0";
edition = "2015";
sha256 = "0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p";
authors = [
"Benjamin Sago <ogham@bsago.me>"
];
features = {
"default" = [ "std" ];
};
resolvedDefaultFeatures = [ "default" "std" ];
"textwrap 0.11.0" = rec {
crateName = "textwrap";
version = "0.11.0";
edition = "2015";
sha256 = "0q5hky03ik3y50s9sz25r438bc4nwhqc6dqwynv4wylc807n29nk";
"terminal_size" = rec {
crateName = "terminal_size";
version = "0.1.15";
edition = "2018";
sha256 = "1qfb07d040wh3m4yfnbxknda7i5fr56ypnwdwdgmzb1zpn1x3ljb";
name = "unicode-width";
packageId = "unicode-width";
name = "libc";
packageId = "libc";
target = { target, features }: (!target."windows");
}
{
name = "winapi";
packageId = "winapi 0.3.9";
target = { target, features }: target."windows";
features = [ "handleapi" "processenv" "winbase" "wincon" "winnt" ];
resolvedDefaultFeatures = [ "basetsd" "consoleapi" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "knownfolders" "libloaderapi" "lmcons" "memoryapi" "minschannel" "minwinbase" "minwindef" "ntdef" "ntstatus" "objbase" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winreg" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ];
resolvedDefaultFeatures = [ "basetsd" "consoleapi" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "knownfolders" "lmcons" "memoryapi" "minschannel" "minwinbase" "minwindef" "ntdef" "ntstatus" "objbase" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winreg" "winsock2" "winuser" "ws2def" "ws2ipdef" "ws2tcpip" ];
]
[[package]]
name = "bindgen"
version = "0.55.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"
dependencies = [
"bitflags",
"cexpr",
"cfg-if 0.1.10",
"clang-sys",
"clap 2.33.3",
"env_logger 0.7.1",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
[[package]]
name = "clang-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c"
dependencies = [
"glob",
"libc",
"libloading",
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
]
[[package]]
name = "cmake"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
dependencies = [
"cc",