| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "adler32" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
| |
| [[package]] |
| name = "approx" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c57ff1a5b00753647aebbbcf4ea67fa1e711a65ea7a30eb90dbf07de2485aee" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arbitrary" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16971f2f0ce65c5cf2a1546cc6a0af102ecb11e265ddaa9433fb3e5bfdf676a4" |
| dependencies = [ |
| "derive_arbitrary", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff" |
| |
| [[package]] |
| name = "argh" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91792f088f87cdc7a2cfb1d617fa5ea18d7f1dc22ef0e1b5f82f3157cdc522be" |
| dependencies = [ |
| "argh_derive", |
| "argh_shared", |
| ] |
| |
| [[package]] |
| name = "argh_derive" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4eb0c0c120ad477412dc95a4ce31e38f2113e46bd13511253f79196ca68b067" |
| dependencies = [ |
| "argh_shared", |
| "heck", |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "argh_shared" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "781f336cc9826dbaddb9754cb5db61e64cab4f69668bd19dcc4a0394a86f4cb1" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
| dependencies = [ |
| "nodrop", |
| ] |
| |
| [[package]] |
| name = "ascii" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14" |
| |
| [[package]] |
| name = "async-attributes" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efd3d156917d94862e779f356c5acae312b08fd3121e792c857d7928c8088423" |
| dependencies = [ |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "async-std" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a45cee2749d880d7066e328a7e161c7470ced883b2fd000ca4643e9f1dd5083a" |
| dependencies = [ |
| "async-attributes", |
| "async-task", |
| "crossbeam-utils", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-timer", |
| "kv-log-macro", |
| "log 0.4.11", |
| "memchr", |
| "num_cpus", |
| "once_cell", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| "smol", |
| "wasm-bindgen-futures", |
| ] |
| |
| [[package]] |
| name = "async-task" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3" |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "687c230d85c0a52504709705fc8a53e4a692b83a2184f03dae73e38e1e93a783" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "atom" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2" |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
| dependencies = [ |
| "libc", |
| "termion", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4b1549d804b6c73f4817df2ba073709e96e426f12987127c48e6745568c350b" |
| dependencies = [ |
| "backtrace-sys", |
| "cfg-if", |
| "libc", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
| dependencies = [ |
| "byteorder", |
| "safemem 0.3.0", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
| |
| [[package]] |
| name = "bincode" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58470ad6460f0b0e89b0df5f17b8bd77ebae26af69dca0bd9ddc8b9e38abb2ff" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "byteorder", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
| dependencies = [ |
| "bit-vec", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" |
| |
| [[package]] |
| name = "bitfield" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a260ed6b9f3ca16a4389390b1b1cd15a3bc0a9d3e63b1ef39f4978cec58a4e83" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
| dependencies = [ |
| "arrayref", |
| "byte-tools", |
| ] |
| |
| [[package]] |
| name = "brotli-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "brotli2" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e" |
| dependencies = [ |
| "brotli-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41" |
| dependencies = [ |
| "lazy_static", |
| "memchr", |
| "regex-automata", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "buf_redux" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f25c67abbf523ff8457771622fb731ac4a2391439de33bc60febcdee1749c9" |
| dependencies = [ |
| "memchr", |
| "safemem 0.2.0", |
| ] |
| |
| [[package]] |
| name = "build_const" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187" |
| |
| [[package]] |
| name = "byte-tools" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
| |
| [[package]] |
| name = "bytes" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" |
| |
| [[package]] |
| name = "c2-chacha" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
| dependencies = [ |
| "ppv-lite86", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cassowary" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| |
| [[package]] |
| name = "cast" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.59" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "time", |
| ] |
| |
| [[package]] |
| name = "chunked_transfer" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87" |
| |
| [[package]] |
| name = "clap" |
| version = "2.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "bitflags", |
| "strsim", |
| "textwrap", |
| "unicode-width", |
| "vec_map", |
| ] |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "codespan-reporting" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e0762455306b1ed42bc651ef6a2197aabda5e1d4a43c34d5eab5c1a3634e81d" |
| dependencies = [ |
| "termcolor", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" |
| |
| [[package]] |
| name = "crc" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
| dependencies = [ |
| "build_const", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394" |
| dependencies = [ |
| "atty", |
| "cast", |
| "clap", |
| "csv", |
| "itertools", |
| "lazy_static", |
| "libc", |
| "num-traits", |
| "rand_core 0.3.1", |
| "rand_os", |
| "rand_xoshiro", |
| "rayon", |
| "rayon-core", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "crossbeam" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-epoch", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" |
| dependencies = [ |
| "crossbeam-utils", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
| dependencies = [ |
| "autocfg 1.0.0", |
| "cfg-if", |
| "crossbeam-utils", |
| "lazy_static", |
| "maybe-uninit", |
| "memoffset", |
| "scopeguard 1.0.0", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
| dependencies = [ |
| "autocfg 1.0.0", |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "crossterm" |
| version = "0.17.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f4919d60f26ae233e14233cc39746c8c8bb8cd7b05840ace83604917b51b6c7" |
| dependencies = [ |
| "bitflags", |
| "crossterm_winapi", |
| "lazy_static", |
| "libc", |
| "mio", |
| "parking_lot 0.10.2", |
| "signal-hook", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "crossterm_winapi" |
| version = "0.6.1" |
| |
| [[package]] |
| name = "csv" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
| dependencies = [ |
| "bstr", |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "cxx" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10f97ae9fb35a67da1df86dee508eccbacf62b1ee284d6e82be41495d23eaa74" |
| dependencies = [ |
| "cc", |
| "cxxbridge-macro", |
| "link-cplusplus", |
| ] |
| |
| [[package]] |
| name = "cxxbridge-cmd" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85c8ef52d04b21972678170c95028961c21141570417c873c85a1edf7167dd1a" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "codespan-reporting", |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "cxxbridge-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78c14b3ae0d7570ece1495f1fe2773d7bc97811755f800ccce1e0391ec8ad360" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "data-encoding" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" |
| |
| [[package]] |
| name = "deflate" |
| version = "0.7.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86" |
| dependencies = [ |
| "adler32", |
| "byteorder", |
| "gzip-header", |
| ] |
| |
| [[package]] |
| name = "derivative" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caedd6a71b6d00bdc458ec8ffbfd12689c1ee7ffa69ad9933310aaf2f08f18d8" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "syn 1.0.41", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "derp" |
| version = "0.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94f0ee448f0157160400788497517aecd9897c24bef2a910620f73cfe06211af" |
| dependencies = [ |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "difference" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
| |
| [[package]] |
| name = "digest" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
| |
| [[package]] |
| name = "enum-as-inner" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "900a6c7fbe523f4c2884eaf26b57b81bb69b6810a01a236390a7ac021d09492e" |
| dependencies = [ |
| "heck", |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "error-chain" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
| dependencies = [ |
| "backtrace", |
| ] |
| |
| [[package]] |
| name = "euclid" |
| version = "0.20.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f852d320142e1cceb15dccef32ed72a9970b83109d8a4e24b1ab04d579f485d" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "eui48" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c4cf866e4d3e5e773691f5f61615a224a7b0b72b7daf994fc56d1b82dab0b6b" |
| dependencies = [ |
| "rustc-serialize", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "fake-simd" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
| |
| [[package]] |
| name = "fatfs" |
| version = "0.4.0" |
| dependencies = [ |
| "bitflags", |
| "byteorder", |
| "chrono", |
| "log 0.4.11", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42" |
| dependencies = [ |
| "cfg-if", |
| "crc32fast", |
| "libc", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| |
| [[package]] |
| name = "freetype" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11926b2b410b469d0e9399eca4cbbe237a9ef02176c485803b29216307e8e028" |
| dependencies = [ |
| "libc", |
| "servo-freetype-sys", |
| ] |
| |
| [[package]] |
| name = "fuchsia-cprng" |
| version = "0.1.1" |
| |
| [[package]] |
| name = "fuchsia-third-party" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "arbitrary", |
| "arc-swap", |
| "argh", |
| "async-std", |
| "async-trait", |
| "base64 0.9.3", |
| "bincode", |
| "bitfield", |
| "bitflags", |
| "bumpalo", |
| "byteorder", |
| "bytes", |
| "cargo_metadata", |
| "chrono", |
| "clap", |
| "crc", |
| "criterion", |
| "crossbeam", |
| "crossterm", |
| "csv", |
| "cxx", |
| "cxxbridge-cmd", |
| "data-encoding", |
| "derivative", |
| "derp", |
| "difference", |
| "euclid", |
| "eui48", |
| "fatfs", |
| "flate2", |
| "freetype", |
| "futures", |
| "futures-executor", |
| "futures-io", |
| "futures-test", |
| "futures-util", |
| "getopts", |
| "glob", |
| "handlebars", |
| "heck", |
| "hex", |
| "home", |
| "http", |
| "hyper", |
| "hyper-rustls", |
| "id_tree", |
| "indoc", |
| "itertools", |
| "itoa", |
| "json5format", |
| "lazy_static", |
| "libc", |
| "libm", |
| "linked-hash-map", |
| "lipsum", |
| "log 0.4.11", |
| "maplit", |
| "matches", |
| "maybe-owned", |
| "memchr", |
| "nix", |
| "nom", |
| "nom_locate", |
| "num", |
| "num-bigint", |
| "num-derive", |
| "num-traits", |
| "numtoa", |
| "once_cell", |
| "openat", |
| "owning_ref", |
| "parking_lot 0.9.0", |
| "paste", |
| "percent-encoding 2.1.0", |
| "pest", |
| "pest_derive", |
| "pest_generator", |
| "petgraph", |
| "pin-project", |
| "pin-utils", |
| "png", |
| "pretty", |
| "pretty_assertions", |
| "prettytable-rs", |
| "proc-macro-hack", |
| "proc-macro-nested", |
| "proc-macro2 1.0.19", |
| "proptest", |
| "proptest-derive", |
| "pulldown-cmark", |
| "quote 1.0.7", |
| "rand 0.6.5", |
| "rand_core 0.4.0", |
| "rand_os", |
| "rand_xorshift", |
| "rayon", |
| "regex", |
| "regex-syntax", |
| "rental", |
| "ring", |
| "rouille", |
| "rust-crypto", |
| "rust_icu_common", |
| "rust_icu_sys", |
| "rust_icu_ucal", |
| "rust_icu_udat", |
| "rust_icu_udata", |
| "rust_icu_uenum", |
| "rust_icu_uloc", |
| "rust_icu_ustring", |
| "rust_icu_utext", |
| "rustc-demangle", |
| "rustc-hash", |
| "rustls", |
| "rusttype", |
| "scopeguard 0.3.3", |
| "semver", |
| "serde", |
| "serde_cbor", |
| "serde_derive", |
| "serde_json", |
| "serde_json5", |
| "serde_repr", |
| "serial_test", |
| "signal-hook", |
| "simplelog", |
| "slab", |
| "smallvec 0.6.13", |
| "smol", |
| "socket2", |
| "splines", |
| "static_assertions", |
| "structopt", |
| "syn 1.0.41", |
| "synstructure", |
| "tar", |
| "tempfile", |
| "termion", |
| "termios", |
| "test-case", |
| "textwrap", |
| "thiserror", |
| "time", |
| "timebomb", |
| "tokio", |
| "tokio-rustls", |
| "toml", |
| "tracing", |
| "tracing-futures", |
| "tracing-subscriber", |
| "trust-dns-proto", |
| "trust-dns-resolver", |
| "ttf-parser", |
| "tui", |
| "unic-char-range", |
| "unic-ucd-block", |
| "unicase 2.5.1", |
| "unicode-normalization", |
| "unicode-segmentation", |
| "unicode-width", |
| "untrusted", |
| "url 2.1.0", |
| "utf8parse", |
| "uuid", |
| "valico", |
| "vk-sys", |
| "void", |
| "vte", |
| "walkdir", |
| "wasm-bindgen", |
| "webpki", |
| "xml-rs", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
| dependencies = [ |
| "proc-macro-hack", |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "futures-test" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9199abfea0516450093091e3b9631ae4689d89fbb2b47b1fe9a0aef66a15396d" |
| dependencies = [ |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-task", |
| "futures-util", |
| "once_cell", |
| "pin-utils", |
| ] |
| |
| [[package]] |
| name = "futures-timer" |
| version = "3.0.2" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project", |
| "pin-utils", |
| "proc-macro-hack", |
| "proc-macro-nested", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "gcc" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| |
| [[package]] |
| name = "gzip-header" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f9e59524a909fe98bb6c6f2cf1f27f2f6772887a496bf4c68cae0d94f884586" |
| dependencies = [ |
| "crc", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http", |
| "indexmap", |
| "log 0.4.11", |
| "slab", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" |
| |
| [[package]] |
| name = "handlebars" |
| version = "2.0.0-beta.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcc4c7d5274ebfa5c5c1d9464b5bfa7a15c784a9f016d7c43b8aa71ad2631d2" |
| dependencies = [ |
| "hashbrown", |
| "lazy_static", |
| "log 0.4.11", |
| "pest", |
| "pest_derive", |
| "quick-error", |
| "regex", |
| "serde", |
| "serde_json", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61e4900fa4e80b3d15c78a08ec8a08433246063fa7577e7b2c6426b3b21b1f79" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hex" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" |
| dependencies = [ |
| "bytes", |
| "http", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" |
| |
| [[package]] |
| name = "hyper" |
| version = "0.13.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "itoa", |
| "log 0.4.11", |
| "pin-project", |
| "time", |
| "tokio", |
| "tower-service", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08" |
| dependencies = [ |
| "bytes", |
| "futures-util", |
| "hyper", |
| "log 0.4.11", |
| "rustls", |
| "rustls-native-certs", |
| "tokio", |
| "tokio-rustls", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "id_tree" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bb51d6d2c77a59bfe64a6e909a00140e680fc9a32c6f383e64ed462b3cab957" |
| dependencies = [ |
| "snowflake", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
| dependencies = [ |
| "matches", |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
| dependencies = [ |
| "matches", |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
| |
| [[package]] |
| name = "indoc" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1f59f228c76fda6ecd8dab79683039a7054c748587f682a911094f473647bd6" |
| dependencies = [ |
| "indoc-impl", |
| "proc-macro-hack", |
| ] |
| |
| [[package]] |
| name = "indoc-impl" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63f070ef080db3601c1a0ecc75c7bb35104cc0ce2d7c4e049952a96a61d8933b" |
| dependencies = [ |
| "proc-macro-hack", |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "inflate" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" |
| dependencies = [ |
| "adler32", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
| |
| [[package]] |
| name = "json5format" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c43a96f76cb3b0fa82d7381006a75ca3d5c4e1a6fb3b66d28c6c073507f599e1" |
| dependencies = [ |
| "lazy_static", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "jsonway" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "effcb749443c905fbaef49d214f8b1049c240e0adb7af9baa0e201e625e4f9de" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "kv-log-macro" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" |
| dependencies = [ |
| "log 0.4.11", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.1" |
| |
| [[package]] |
| name = "link-cplusplus" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f563b3814ea63e830e3e321206e4e2b5177854586ebe3f595795ed7053b217f5" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
| |
| [[package]] |
| name = "lipsum" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58e4464067d52ca040073c04dfd9185658ec8a32236b857b5e1577f9d19f9d5a" |
| dependencies = [ |
| "rand 0.6.5", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
| dependencies = [ |
| "scopeguard 1.0.0", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
| dependencies = [ |
| "log 0.4.11", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "lru-cache" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" |
| dependencies = [ |
| "linked-hash-map", |
| ] |
| |
| [[package]] |
| name = "maplit" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
| |
| [[package]] |
| name = "maybe-owned" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "006ac35c23dc00cd88083b27297224aedc893d628aff7374352b4f3d57315fa9" |
| |
| [[package]] |
| name = "maybe-uninit" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.3" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
| dependencies = [ |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" |
| dependencies = [ |
| "log 0.3.9", |
| ] |
| |
| [[package]] |
| name = "mime_guess" |
| version = "1.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d4c0961143b8efdcfa29c3ae63281601b446a4a668165454b6c90f8024954c5" |
| dependencies = [ |
| "mime", |
| "phf", |
| "phf_codegen", |
| "unicase 1.4.2", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5" |
| dependencies = [ |
| "adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e9971bc8349a361217a8f2a41f5d011274686bd4436465ba51730921039d7fb" |
| dependencies = [ |
| "lazy_static", |
| "libc", |
| "log 0.4.11", |
| "miow", |
| "ntapi", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.3.5" |
| |
| [[package]] |
| name = "multipart" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adba94490a79baf2d6a23eac897157047008272fa3eecb3373ae6377b91eca28" |
| dependencies = [ |
| "buf_redux", |
| "httparse", |
| "log 0.4.11", |
| "mime", |
| "mime_guess", |
| "quick-error", |
| "rand 0.4.6", |
| "safemem 0.3.0", |
| "tempdir", |
| "twoway", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" |
| dependencies = [ |
| "bitflags", |
| "cc", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nodrop" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
| |
| [[package]] |
| name = "nom" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9761d859320e381010a4f7f8ed425f2c924de33ad121ace447367c713ad561b" |
| dependencies = [ |
| "lazy_static", |
| "memchr", |
| "regex", |
| "version_check 0.1.5", |
| ] |
| |
| [[package]] |
| name = "nom_locate" |
| version = "2.0.0" |
| dependencies = [ |
| "bytecount", |
| "memchr", |
| "nom", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.3.4" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57450397855d951f1a41305e54851b1a7b8f5d2e349543a02a2effe25459f718" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "rand 0.5.6", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "107b9be86cd2481930688277b675b0114578227f034674726605b8a482d8baf8" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-derive" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e96f040177bb3da242b5b1ecf3f54b5d5af3efbbfb18608977a5d2767b22f10" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
| dependencies = [ |
| "autocfg 1.0.0", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "numtoa" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" |
| dependencies = [ |
| "parking_lot 0.10.2", |
| ] |
| |
| [[package]] |
| name = "openat" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4df5affb262d19e75f7603e83032edd924ed11f13a96248388fcd72acca6eec7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
| |
| [[package]] |
| name = "ordered-float" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f0015e9e8e28ee20c581cfbfe47c650cedeb9ed0721090e0b7ebb10b9cdbcc2" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "owning_ref" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
| dependencies = [ |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core 0.6.2", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core 0.7.2", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
| dependencies = [ |
| "cfg-if", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "rustc_version", |
| "smallvec 0.6.13", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" |
| dependencies = [ |
| "cfg-if", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "smallvec 1.1.0", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ddc8e145de01d9180ac7b78b9676f95a9c2447f6a88b2c2a04702211bc5d71" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
| |
| [[package]] |
| name = "pest" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
| dependencies = [ |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
| dependencies = [ |
| "maplit", |
| "pest", |
| "sha-1", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" |
| dependencies = [ |
| "phf_shared", |
| "rand 0.6.5", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" |
| dependencies = [ |
| "siphasher", |
| "unicase 1.4.2", |
| ] |
| |
| [[package]] |
| name = "pin-project" |
| version = "0.4.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13fbdfd6bdee3dc9be46452f86af4a4072975899cf8592466668620bebfbcc17" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "0.4.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c82fb1329f632c3552cf352d14427d57a511b1cf41db93b3a7d77906a82dcc8e" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "piper" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b0deb65f46e873ba8aa7c6a8dbe3f23cb1bf59c339a81a1d56361dde4d66ac8" |
| dependencies = [ |
| "crossbeam-utils", |
| "futures-io", |
| "futures-sink", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "png" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9adebf7fb91ccf5eac9da1a8e00e83cb8ae882c3e8d8e4ad59da73cb8c82a2c9" |
| dependencies = [ |
| "bitflags", |
| "deflate", |
| "inflate", |
| "num-iter", |
| ] |
| |
| [[package]] |
| name = "podio" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
| |
| [[package]] |
| name = "pretty" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60c0d9f6fc88ecdd245d90c1920ff76a430ab34303fc778d33b1d0a4c3bf6d3" |
| dependencies = [ |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" |
| dependencies = [ |
| "ansi_term", |
| "difference", |
| ] |
| |
| [[package]] |
| name = "prettytable-rs" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" |
| dependencies = [ |
| "atty", |
| "csv", |
| "encode_unicode", |
| "lazy_static", |
| "term", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" |
| |
| [[package]] |
| name = "proc-macro-nested" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
| dependencies = [ |
| "unicode-xid 0.1.0", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12" |
| dependencies = [ |
| "unicode-xid 0.2.0", |
| ] |
| |
| [[package]] |
| name = "proptest" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2afed8cbdc8a64b58a5c021757a782351ec1afee85be374872721c84d5da5d80" |
| dependencies = [ |
| "bit-set", |
| "bitflags", |
| "byteorder", |
| "lazy_static", |
| "num-traits", |
| "quick-error", |
| "rand 0.6.5", |
| "rand_chacha 0.1.1", |
| "rand_xorshift", |
| "regex-syntax", |
| "rusty-fork", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "proptest-derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08b264c54525e760fc1d39c5b2bfc96923b922a752893053b4adaafe33fa9346" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| ] |
| |
| [[package]] |
| name = "publicsuffix" |
| version = "1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5afecba86dcf1e4fd610246f89899d1924fe12e1e89f555eb7c7f710f3c5ad1d" |
| dependencies = [ |
| "error-chain", |
| "idna 0.1.5", |
| "lazy_static", |
| "regex", |
| "url 1.7.2", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85b0ad0d4c1702965ee6bb5b4ff5e71f83850b497d497e9444302987bf9e26a4" |
| dependencies = [ |
| "bitflags", |
| "getopts", |
| "memchr", |
| "unicase 2.5.1", |
| ] |
| |
| [[package]] |
| name = "pulse" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "655612b6c8d96a8a02f331fe296cb4f925b68e87c1d195544675abca2d9b9af0" |
| dependencies = [ |
| "atom", |
| "time", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
| |
| [[package]] |
| name = "quote" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
| dependencies = [ |
| "libc", |
| "rand 0.4.6", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
| dependencies = [ |
| "fuchsia-cprng", |
| "libc", |
| "rand_core 0.3.1", |
| "rdrand", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" |
| dependencies = [ |
| "cloudabi", |
| "fuchsia-cprng", |
| "libc", |
| "rand_core 0.3.1", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "libc", |
| "rand_chacha 0.1.1", |
| "rand_core 0.4.0", |
| "rand_hc 0.1.0", |
| "rand_isaac", |
| "rand_jitter", |
| "rand_os", |
| "rand_pcg", |
| "rand_xorshift", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
| dependencies = [ |
| "getrandom", |
| "libc", |
| "rand_chacha 0.2.1", |
| "rand_core 0.5.1", |
| "rand_hc 0.2.0", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
| dependencies = [ |
| "autocfg 0.1.7", |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
| dependencies = [ |
| "c2-chacha", |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
| dependencies = [ |
| "rand_core 0.4.0", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| dependencies = [ |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_isaac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_jitter" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" |
| dependencies = [ |
| "libc", |
| "rand_core 0.4.0", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand_os" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" |
| dependencies = [ |
| "cloudabi", |
| "fuchsia-cprng", |
| "libc", |
| "rand_core 0.4.0", |
| "rdrand", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
| dependencies = [ |
| "rand_core 0.3.1", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rand_xoshiro" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929" |
| dependencies = [ |
| "byteorder", |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
| dependencies = [ |
| "crossbeam-deque", |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| "lazy_static", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "rdrand" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.1.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" |
| |
| [[package]] |
| name = "redox_termios" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
| dependencies = [ |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| "thread_local", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.9" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" |
| |
| [[package]] |
| name = "remove_dir_all" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rental" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01916ebd9fc2e81978a5dc9542a2fa47f5bb2ca3402e14c7cc42d6e3c5123e1f" |
| dependencies = [ |
| "rental-impl", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "rental-impl" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82260d54cf2cbe9608df161f7e7c98e81fae702aa13af9e4d5d39dc2ffb25ab6" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c" |
| dependencies = [ |
| "cc", |
| "lazy_static", |
| "libc", |
| "spin", |
| "untrusted", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rouille" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112568052ec17fa26c6c11c40acbb30d3ad244bf3d6da0be181f5e7e42e5004f" |
| dependencies = [ |
| "base64 0.9.3", |
| "brotli2", |
| "chrono", |
| "deflate", |
| "filetime", |
| "multipart", |
| "num_cpus", |
| "rand 0.5.6", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "sha1", |
| "term", |
| "threadpool", |
| "time", |
| "tiny_http", |
| "url 1.7.2", |
| ] |
| |
| [[package]] |
| name = "rust-crypto" |
| version = "0.2.36" |
| dependencies = [ |
| "gcc", |
| "libc", |
| "rand 0.3.23", |
| "rustc-serialize", |
| "time", |
| ] |
| |
| [[package]] |
| name = "rust_icu_common" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "692e72fec9c5933d101b8ab63df634a2433dca13c44ce60b9ea6bff6a4304ec5" |
| dependencies = [ |
| "anyhow", |
| "rust_icu_sys", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "rust_icu_sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ecf04f3ea1a2e742e39d38c4ef7c45e377be354523d0363026586f9e8f961f6" |
| dependencies = [ |
| "anyhow", |
| "lazy_static", |
| "libc", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "rust_icu_ucal" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c38082e25c97f4cd908caf07e15f5eff1cea1ac82c9c207d37cbe592b4d9a8c3" |
| dependencies = [ |
| "log 0.4.11", |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| "rust_icu_uenum", |
| "rust_icu_ustring", |
| ] |
| |
| [[package]] |
| name = "rust_icu_udat" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b8fb9b2a34ac1f56873b70fc02520ef9678612acd48bc4914a43db8eff8ec67" |
| dependencies = [ |
| "anyhow", |
| "log 0.4.11", |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| "rust_icu_ucal", |
| "rust_icu_uenum", |
| "rust_icu_uloc", |
| "rust_icu_ustring", |
| ] |
| |
| [[package]] |
| name = "rust_icu_udata" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b382fa97216a611c568aa39f46d8f1de792d360bd9813070609f4500a49f79d" |
| dependencies = [ |
| "log 0.4.11", |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| ] |
| |
| [[package]] |
| name = "rust_icu_uenum" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e63c020e8175d4ad8d8458d9116f7bbd31125c28d62b07e151e8c6ccb40a5eb5" |
| dependencies = [ |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| ] |
| |
| [[package]] |
| name = "rust_icu_uloc" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "127ed943113e2728e05d0847976ec44383bc1416f189d9d86729a490df37c10a" |
| dependencies = [ |
| "anyhow", |
| "log 0.4.11", |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| "rust_icu_uenum", |
| "rust_icu_ustring", |
| ] |
| |
| [[package]] |
| name = "rust_icu_ustring" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1364683d94544dc995e502790179e9455ca3d5f25e005001eefd7f2df0ea1335" |
| dependencies = [ |
| "log 0.4.11", |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| ] |
| |
| [[package]] |
| name = "rust_icu_utext" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046474053d8896fc64cd781596fb8edce4001ea256e817cc5e9400f5a7487f1f" |
| dependencies = [ |
| "paste", |
| "rust_icu_common", |
| "rust_icu_sys", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "rustc-serialize" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1" |
| dependencies = [ |
| "base64 0.11.0", |
| "log 0.4.11", |
| "ring", |
| "sct", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5" |
| dependencies = [ |
| "openssl-probe", |
| "rustls", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rusttype" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce3926a2057b315b3e8bca6d1cec1e97f19436a8f9127621cd538cda9c96a38b" |
| dependencies = [ |
| "approx", |
| "arrayvec", |
| "ordered-float", |
| "stb_truetype", |
| ] |
| |
| [[package]] |
| name = "rusty-fork" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
| dependencies = [ |
| "fnv", |
| "quick-error", |
| "tempfile", |
| "wait-timeout", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" |
| |
| [[package]] |
| name = "safemem" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" |
| |
| [[package]] |
| name = "safemem" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
| dependencies = [ |
| "lazy_static", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "scoped-tls-hkt" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2e9d7eaddb227e8fbaaa71136ae0e1e913ca159b86c7da82f3e8f0044ad3a63" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
| |
| [[package]] |
| name = "sct" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "0.4.4" |
| dependencies = [ |
| "bitflags", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
| dependencies = [ |
| "semver-parser", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "semver-parser" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.116" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_cbor" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" |
| dependencies = [ |
| "half", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.116" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.59" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_json5" |
| version = "0.1.0" |
| dependencies = [ |
| "pest", |
| "pest_derive", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27eea49bc616621e68d4de38110ff9e18ab8bd4c61dae48c477e85587571afc1" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| ] |
| |
| [[package]] |
| name = "serial_test" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d" |
| dependencies = [ |
| "lazy_static", |
| "parking_lot 0.10.2", |
| "serial_test_derive", |
| ] |
| |
| [[package]] |
| name = "serial_test_derive" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "servo-freetype-sys" |
| version = "4.0.5" |
| |
| [[package]] |
| name = "sha-1" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
| dependencies = [ |
| "block-buffer", |
| "byte-tools", |
| "digest", |
| "fake-simd", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "signal-hook" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" |
| dependencies = [ |
| "libc", |
| "mio", |
| "signal-hook-registry", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
| dependencies = [ |
| "arc-swap", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "simplelog" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c" |
| dependencies = [ |
| "chrono", |
| "log 0.4.11", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
| dependencies = [ |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" |
| |
| [[package]] |
| name = "smol" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "845f5e7db6b614a8f4f59e565c3035f0fab2f71c9537ff0119eddb60d866cae3" |
| dependencies = [ |
| "async-task", |
| "crossbeam-deque", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| "futures-io", |
| "futures-util", |
| "libc", |
| "once_cell", |
| "piper", |
| "scoped-tls-hkt", |
| "slab", |
| "socket2", |
| "wepoll-binding", |
| ] |
| |
| [[package]] |
| name = "snowflake" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "splines" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19661e5f61c8c7e5e980737a63cab7281efdb68ca0de6172d4be86658c7d7114" |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "stb_truetype" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69b7df505db8e81d54ff8be4693421e5b543e08214bd8d99eb761fcb4d5668ba" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| |
| [[package]] |
| name = "structopt" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "670ad348dc73012fcf78c71f06f9d942232cdd4c859d4b6975e27836c3efc0c3" |
| dependencies = [ |
| "clap", |
| "structopt-derive", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef98172b1a00b0bec738508d3726540edcbd186d50dfd326f2b1febbb3559f04" |
| dependencies = [ |
| "heck", |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "syn 0.15.26", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "0.15.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" |
| dependencies = [ |
| "proc-macro2 0.4.27", |
| "quote 0.6.11", |
| "unicode-xid 0.1.0", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "unicode-xid 0.2.0", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| "unicode-xid 0.2.0", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7201214ded95b34e3bc00c9557b6dcec34fd1af428d343143f5db67c661762f0" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "redox_syscall", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempdir" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
| dependencies = [ |
| "rand 0.4.6", |
| "remove_dir_all", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "rand 0.7.2", |
| "redox_syscall", |
| "remove_dir_all", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" |
| dependencies = [ |
| "byteorder", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.0" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "termion" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
| dependencies = [ |
| "libc", |
| "numtoa", |
| "redox_syscall", |
| "redox_termios", |
| ] |
| |
| [[package]] |
| name = "termios" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "test-case" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "199464148b42bcf3da8b2a56f6ee87ca68f47402496d1268849291ec9fb463c8" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| "version_check 0.9.1", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "threadpool" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
| dependencies = [ |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.1.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
| dependencies = [ |
| "libc", |
| "redox_syscall", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "timebomb" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f0886f4b637067027d8c9a038a9249d95648689d1a91009d9abb895625f883a" |
| dependencies = [ |
| "pulse", |
| "time", |
| ] |
| |
| [[package]] |
| name = "tiny_http" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951" |
| dependencies = [ |
| "ascii", |
| "chrono", |
| "chunked_transfer", |
| "log 0.4.11", |
| "url 1.7.2", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "memchr", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" |
| dependencies = [ |
| "futures-core", |
| "rustls", |
| "tokio", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "log 0.4.11", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a41f40ed0e162c911ac6fcb53ecdc8134c46905fdbbae8c50add462a538b495f" |
| dependencies = [ |
| "cfg-if", |
| "log 0.4.11", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b" |
| dependencies = [ |
| "proc-macro2 1.0.19", |
| "quote 1.0.7", |
| "syn 1.0.41", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.10" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "tracing-futures" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" |
| dependencies = [ |
| "pin-project", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" |
| dependencies = [ |
| "lazy_static", |
| "log 0.4.11", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c72c8cf3ec4ed69fef614d011a5ae4274537a8a8c59133558029bd731eb71659" |
| dependencies = [ |
| "chrono", |
| "sharded-slab", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "trust-dns-proto" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da8316d3a7fa285971a602e42ec6d31639cc3744e77694d89fea42152968063b" |
| dependencies = [ |
| "async-trait", |
| "backtrace", |
| "enum-as-inner", |
| "futures", |
| "idna 0.2.0", |
| "lazy_static", |
| "log 0.4.11", |
| "rand 0.7.2", |
| "smallvec 1.1.0", |
| "thiserror", |
| "url 2.1.0", |
| ] |
| |
| [[package]] |
| name = "trust-dns-resolver" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b1d87b791540d243a84329cc922a76daf9b89680053f947873ca89078a14a77" |
| dependencies = [ |
| "backtrace", |
| "cfg-if", |
| "futures", |
| "lazy_static", |
| "log 0.4.11", |
| "lru-cache", |
| "smallvec 1.1.0", |
| "thiserror", |
| "trust-dns-proto", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
| |
| [[package]] |
| name = "ttf-parser" |
| version = "0.8.2" |
| |
| [[package]] |
| name = "tui" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a977b0bb2e2033a6fef950f218f13622c3c34e59754b704ce3492dedab1dfe95" |
| dependencies = [ |
| "bitflags", |
| "cassowary", |
| "crossterm", |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "twoway" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6c06a92aef38bb4dc5b0df00d68496fc31307c5344c867bb61678c6e1671ec5" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" |
| |
| [[package]] |
| name = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| dependencies = [ |
| "unic-char-range", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| |
| [[package]] |
| name = "unic-ucd-block" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b2a16f2d7ecd25325a1053ca5a66e7fa1b68911a65c5e97f8d2e1b236b6f1d7" |
| dependencies = [ |
| "unic-char-property", |
| "unic-char-range", |
| "unic-ucd-version", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| dependencies = [ |
| "unic-common", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" |
| dependencies = [ |
| "version_check 0.1.5", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" |
| |