|
@@ -6,35 +6,6 @@ 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 = "atty"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "autocfg"
|
|
|
version = "1.0.0"
|
|
@@ -42,49 +13,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "backtrace"
|
|
|
-version = "0.3.45"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8"
|
|
|
-dependencies = [
|
|
|
- "backtrace-sys",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "rustc-demangle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace-sys"
|
|
|
-version = "0.1.34"
|
|
|
+name = "base64"
|
|
|
+version = "0.12.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bindgen"
|
|
|
-version = "0.50.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cb0e5a5f74b2bafe0b39379f616b5975e08bcaca4e779c078d5c31324147e9ba"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "cexpr",
|
|
|
- "cfg-if",
|
|
|
- "clang-sys",
|
|
|
- "clap",
|
|
|
- "env_logger",
|
|
|
- "fxhash",
|
|
|
- "lazy_static",
|
|
|
- "log",
|
|
|
- "peeking_take_while",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "regex",
|
|
|
- "shlex",
|
|
|
- "which",
|
|
|
-]
|
|
|
+checksum = "7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
@@ -104,21 +36,6 @@ version = "1.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.0.50"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cexpr"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cfg-if"
|
|
|
version = "0.1.10"
|
|
@@ -131,43 +48,6 @@ version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
|
|
|
|
|
-[[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 = "clang-sys"
|
|
|
-version = "0.28.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
|
|
|
-dependencies = [
|
|
|
- "glob",
|
|
|
- "libc",
|
|
|
- "libloading",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 = "color_quant"
|
|
|
version = "1.0.1"
|
|
@@ -246,68 +126,6 @@ version = "1.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "env_logger"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
|
-dependencies = [
|
|
|
- "atty",
|
|
|
- "humantime",
|
|
|
- "log",
|
|
|
- "regex",
|
|
|
- "termcolor",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "error-chain"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "failure"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ferris-says"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07a21339b4ddc37834c200a769f0fa58919bfda64950abcc1b6438e8b50b32fd"
|
|
|
-dependencies = [
|
|
|
- "clap",
|
|
|
- "error-chain",
|
|
|
- "smallvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fxhash"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.1.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "wasi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "gif"
|
|
|
version = "0.10.3"
|
|
@@ -318,22 +136,13 @@ dependencies = [
|
|
|
"lzw",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "glob"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "hello-rust"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "chrono",
|
|
|
- "ferris-says",
|
|
|
+ "base64",
|
|
|
"image",
|
|
|
- "leptess",
|
|
|
"qrcode",
|
|
|
- "rand",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -345,15 +154,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "humantime"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
-dependencies = [
|
|
|
- "quick-error",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "image"
|
|
|
version = "0.23.1"
|
|
@@ -397,50 +197,12 @@ version = "1.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "leptess"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "acaf9deee96301fdc37de646bf5aaab35c1c77691203ea66c3ba755ecae04953"
|
|
|
-dependencies = [
|
|
|
- "leptonica-sys",
|
|
|
- "tesseract-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "leptonica-sys"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74a0ba73b1aeb5dd7adbda4aa6e1edbce40bfb584c87829b7f7ea0652951ab22"
|
|
|
-dependencies = [
|
|
|
- "bindgen",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
version = "0.2.67"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "libloading"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "lzw"
|
|
|
version = "0.10.0"
|
|
@@ -453,12 +215,6 @@ version = "2.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "memoffset"
|
|
|
version = "0.5.3"
|
|
@@ -477,16 +233,6 @@ dependencies = [
|
|
|
"adler32",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "nom"
|
|
|
-version = "4.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "num-integer"
|
|
|
version = "0.1.42"
|
|
@@ -538,12 +284,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "peeking_take_while"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "png"
|
|
|
version = "0.16.1"
|
|
@@ -556,21 +296,6 @@ dependencies = [
|
|
|
"inflate",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "ppv-lite86"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "0.4.30"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "qrcode"
|
|
|
version = "0.12.0"
|
|
@@ -581,62 +306,6 @@ dependencies = [
|
|
|
"image",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "quick-error"
|
|
|
-version = "1.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "0.6.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "libc",
|
|
|
- "rand_chacha",
|
|
|
- "rand_core",
|
|
|
- "rand_hc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
- "rand_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
-dependencies = [
|
|
|
- "rand_core",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rayon"
|
|
|
version = "1.3.0"
|
|
@@ -661,36 +330,6 @@ dependencies = [
|
|
|
"num_cpus",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.56"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
-
|
|
|
-[[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-syntax"
|
|
|
-version = "0.6.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-demangle"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
|
version = "0.2.3"
|
|
@@ -727,61 +366,6 @@ version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "shlex"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f90c5e5fe535e48807ab94fc611d323935f39d4660c52b26b96446a7b33aef10"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strsim"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "termcolor"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tesseract-sys"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7e7a90e8e4b12d5c9a5124e7ecfa17a21febcfbfb9675be9348d32b6034c7bc3"
|
|
|
-dependencies = [
|
|
|
- "bindgen",
|
|
|
- "leptonica-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "textwrap"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
-dependencies = [
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 = "tiff"
|
|
|
version = "0.4.0"
|
|
@@ -792,85 +376,3 @@ dependencies = [
|
|
|
"lzw",
|
|
|
"miniz_oxide",
|
|
|
]
|
|
|
-
|
|
|
-[[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 = "unicode-width"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vec_map"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "version_check"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.9.0+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "which"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
|
|
-dependencies = [
|
|
|
- "failure",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.3.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
|
-dependencies = [
|
|
|
- "winapi-i686-pc-windows-gnu",
|
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-util"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|