v4l-save-image/Cargo.lock

716 lines
18 KiB
Plaintext
Raw Normal View History

2020-05-12 19:35:33 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-12-18 18:58:58 +00:00
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-05-12 19:35:33 +00:00
[[package]]
name = "adler32"
2020-12-18 18:58:58 +00:00
version = "1.2.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2020-05-12 19:35:33 +00:00
[[package]]
name = "aho-corasick"
2020-12-18 18:58:58 +00:00
version = "0.7.15"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2020-05-12 19:35:33 +00:00
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"
2020-12-18 18:58:58 +00:00
version = "1.0.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-05-12 19:35:33 +00:00
[[package]]
name = "bindgen"
2020-12-18 18:58:58 +00:00
version = "0.53.3"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
2020-05-12 19:35:33 +00:00
dependencies = [
"bitflags",
"cexpr",
2020-12-18 18:58:58 +00:00
"cfg-if 0.1.10",
2020-05-12 19:35:33 +00:00
"clang-sys",
"clap",
"env_logger",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bytemuck"
2020-12-18 18:58:58 +00:00
version = "1.4.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
2020-05-12 19:35:33 +00:00
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "cc"
2020-12-18 18:58:58 +00:00
version = "1.0.66"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2020-05-12 19:35:33 +00:00
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-12-18 18:58:58 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-05-12 19:35:33 +00:00
[[package]]
name = "chrono"
2020-12-18 18:58:58 +00:00
version = "0.4.19"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"libc",
2020-05-12 19:35:33 +00:00
"num-integer",
"num-traits",
"time",
2020-12-18 18:58:58 +00:00
"winapi",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "clang-sys"
version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
2020-12-18 18:58:58 +00:00
version = "2.33.3"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-05-12 19:35:33 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "color_quant"
2020-12-18 18:58:58 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "const_fn"
version = "0.4.4"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
2020-05-12 19:35:33 +00:00
[[package]]
name = "crc32fast"
2020-12-18 18:58:58 +00:00
version = "1.2.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"cfg-if 1.0.0",
2020-05-12 19:35:33 +00:00
]
[[package]]
2020-12-18 18:58:58 +00:00
name = "crossbeam-channel"
version = "0.5.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"cfg-if 1.0.0",
2020-05-12 19:35:33 +00:00
"crossbeam-utils",
]
[[package]]
2020-12-18 18:58:58 +00:00
name = "crossbeam-deque"
version = "0.8.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"cfg-if 1.0.0",
"crossbeam-epoch",
2020-05-12 19:35:33 +00:00
"crossbeam-utils",
]
[[package]]
2020-12-18 18:58:58 +00:00
name = "crossbeam-epoch"
version = "0.9.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"cfg-if 1.0.0",
"const_fn",
2020-05-12 19:35:33 +00:00
"crossbeam-utils",
2020-12-18 18:58:58 +00:00
"lazy_static",
"memoffset",
"scopeguard",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-12-18 18:58:58 +00:00
version = "0.8.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
2020-12-18 18:58:58 +00:00
"cfg-if 1.0.0",
2020-05-12 19:35:33 +00:00
"lazy_static",
]
[[package]]
name = "deflate"
2020-12-18 18:58:58 +00:00
version = "0.8.6"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
2020-05-12 19:35:33 +00:00
dependencies = [
"adler32",
"byteorder",
]
[[package]]
name = "either"
2020-12-18 18:58:58 +00:00
version = "1.6.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-05-12 19:35:33 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "gif"
2020-12-18 18:58:58 +00:00
version = "0.11.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
2020-05-12 19:35:33 +00:00
dependencies = [
"color_quant",
2020-12-18 18:58:58 +00:00
"weezl",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hermit-abi"
2020-12-18 18:58:58 +00:00
version = "0.1.17"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-05-12 19:35:33 +00:00
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"
2020-12-18 18:58:58 +00:00
version = "0.23.12"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
2020-05-12 19:35:33 +00:00
dependencies = [
"bytemuck",
"byteorder",
2020-12-18 18:58:58 +00:00
"color_quant",
2020-05-12 19:35:33 +00:00
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
]
[[package]]
name = "jpeg-decoder"
2020-12-18 18:58:58 +00:00
version = "0.1.20"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
2020-05-12 19:35:33 +00:00
dependencies = [
"byteorder",
"rayon",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
2020-12-18 18:58:58 +00:00
version = "1.3.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-05-12 19:35:33 +00:00
[[package]]
name = "libc"
2020-12-18 18:58:58 +00:00
version = "0.2.81"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
2020-05-12 19:35:33 +00:00
[[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"
2020-12-18 18:58:58 +00:00
version = "0.4.11"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"cfg-if 0.1.10",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "memchr"
2020-12-18 18:58:58 +00:00
version = "2.3.4"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-05-12 19:35:33 +00:00
[[package]]
name = "memoffset"
2020-12-18 18:58:58 +00:00
version = "0.6.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
2020-12-18 18:58:58 +00:00
version = "0.3.7"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2020-05-12 19:35:33 +00:00
dependencies = [
"adler32",
]
2020-12-18 18:58:58 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
"autocfg",
]
2020-05-12 19:35:33 +00:00
[[package]]
name = "nom"
2020-12-18 18:58:58 +00:00
version = "5.1.2"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2020-05-12 19:35:33 +00:00
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "num-integer"
2020-12-18 18:58:58 +00:00
version = "0.1.44"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2020-12-18 18:58:58 +00:00
version = "0.1.42"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-12-18 18:58:58 +00:00
version = "0.3.2"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2020-12-18 18:58:58 +00:00
version = "0.2.14"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-05-12 19:35:33 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"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"
2020-12-18 18:58:58 +00:00
version = "0.16.8"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
2020-05-12 19:35:33 +00:00
dependencies = [
"bitflags",
"crc32fast",
"deflate",
2020-12-18 18:58:58 +00:00
"miniz_oxide 0.3.7",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "proc-macro2"
2020-12-18 18:58:58 +00:00
version = "1.0.24"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-05-12 19:35:33 +00:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2020-12-18 18:58:58 +00:00
version = "1.0.7"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-05-12 19:35:33 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
2020-12-18 18:58:58 +00:00
version = "1.5.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"autocfg",
2020-05-12 19:35:33 +00:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2020-12-18 18:58:58 +00:00
version = "1.9.0"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"crossbeam-channel",
2020-05-12 19:35:33 +00:00
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[package]]
name = "regex"
2020-12-18 18:58:58 +00:00
version = "1.4.2"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2020-05-12 19:35:33 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
2020-12-18 18:58:58 +00:00
version = "0.6.21"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2020-05-12 19:35:33 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "termcolor"
2020-12-18 18:58:58 +00:00
version = "1.1.2"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-05-12 19:35:33 +00:00
dependencies = [
"winapi-util",
]
[[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"
2020-12-18 18:58:58 +00:00
version = "0.6.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
2020-05-12 19:35:33 +00:00
dependencies = [
2020-12-18 18:58:58 +00:00
"jpeg-decoder",
"miniz_oxide 0.4.3",
"weezl",
2020-05-12 19:35:33 +00:00
]
[[package]]
name = "time"
2020-12-18 18:58:58 +00:00
version = "0.1.44"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-05-12 19:35:33 +00:00
dependencies = [
"libc",
2020-12-18 18:58:58 +00:00
"wasi",
2020-05-12 19:35:33 +00:00
"winapi",
]
[[package]]
name = "unicode-width"
2020-12-18 18:58:58 +00:00
version = "0.1.8"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-05-12 19:35:33 +00:00
[[package]]
name = "unicode-xid"
2020-12-18 18:58:58 +00:00
version = "0.2.1"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-05-12 19:35:33 +00:00
[[package]]
name = "v4l"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c036e3f99618ab6e60ef41b5bf468df33bd17037a5f6ef0723acd4129f74804"
dependencies = [
"libc",
"v4l-sys",
]
[[package]]
name = "v4l-save-image"
version = "0.1.0"
dependencies = [
"chrono",
"image",
"v4l",
]
[[package]]
name = "v4l-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013d41269ff44c1e9d8b44de49f2482b24d308a385dfeee3627506a5f6f5a589"
dependencies = [
"bindgen",
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2020-12-18 18:58:58 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "weezl"
version = "0.1.3"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277"
2020-05-12 19:35:33 +00:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"libc",
]
[[package]]
name = "winapi"
2020-12-18 18:58:58 +00:00
version = "0.3.9"
2020-05-12 19:35:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:58:58 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-05-12 19:35:33 +00:00
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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"