| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
| 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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.54.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36" |
| dependencies = [ |
| "bitflags", |
| "cexpr", |
| "cfg-if", |
| "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 = "cc" |
| version = "1.0.59" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381" |
| |
| [[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" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "time", |
| ] |
| |
| [[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" |
| version = "2.33.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "bitflags", |
| "strsim", |
| "textwrap", |
| "unicode-width", |
| "vec_map", |
| ] |
| |
| [[package]] |
| name = "dav1d" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea34e70b0e3ec4e2efd67339c29bd91b68e671d75c5039a2456e13ed00f0922d" |
| dependencies = [ |
| "dav1d-sys", |
| ] |
| |
| [[package]] |
| name = "dav1d-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d8e036230ca0dd8e43e9192e93e0ab5073bbf8be8747a4c938656d6a985bdc9" |
| dependencies = [ |
| "bindgen", |
| "metadeps", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
| |
| [[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 = "error-chain" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[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-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
| dependencies = [ |
| "proc-macro-hack", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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-util" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
| dependencies = [ |
| "futures-core", |
| "futures-macro", |
| "futures-task", |
| "pin-project", |
| "pin-utils", |
| "proc-macro-hack", |
| "proc-macro-nested", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "glib" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e0533f48640d86e8e2f3cee778a9f97588d4a0bec8be065ee51ea52346d6c1" |
| dependencies = [ |
| "bitflags", |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-task", |
| "futures-util", |
| "glib-macros", |
| "glib-sys", |
| "gobject-sys", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "glib-macros" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "itertools", |
| "proc-macro-crate", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "glib-sys" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6cda4af5c2f4507b7a3535b798dca2135293f4bc3a17f399ce244ef15841c4c" |
| dependencies = [ |
| "libc", |
| "system-deps", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| |
| [[package]] |
| name = "gobject-sys" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c" |
| dependencies = [ |
| "glib-sys", |
| "libc", |
| "system-deps", |
| ] |
| |
| [[package]] |
| name = "gst-plugin-dav1d" |
| version = "0.6.0" |
| dependencies = [ |
| "dav1d", |
| "glib", |
| "gst-plugin-version-helper", |
| "gstreamer", |
| "gstreamer-base", |
| "gstreamer-video", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "gst-plugin-version-helper" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc81ae3a09f23761eb3b122f50e5daedea4b44fdf8242ec133bc87aa8e24f9b8" |
| dependencies = [ |
| "chrono", |
| "toml 0.5.6", |
| ] |
| |
| [[package]] |
| name = "gstreamer" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce4ce1ba28d3293b8cb8c3d33f50e6da2e5cfeefa59a0d10d922ab8015791609" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "glib", |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-sys", |
| "libc", |
| "muldiv", |
| "num-rational", |
| "once_cell", |
| "paste", |
| "pretty-hex", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gstreamer-base" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "872893487ce8876f18c63730402822804c5762869f631d8e3e6b18aafc8399f0" |
| dependencies = [ |
| "bitflags", |
| "glib", |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "gstreamer-base-sys" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0fd5a77d39b47568fba01274dfcb28dc32382513c697009f80b89ef63fd32fd" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps", |
| ] |
| |
| [[package]] |
| name = "gstreamer-sys" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1321f34d53bb5f60ab1aaf581e29b664b8d41601714ee1bb7dbea490b5b9ff60" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "libc", |
| "system-deps", |
| ] |
| |
| [[package]] |
| name = "gstreamer-video" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42a52c141d83113e6dd080347ca49ef9be296e7900e081f2b67eaad6a3d5ef26" |
| dependencies = [ |
| "bitflags", |
| "futures-channel", |
| "futures-util", |
| "glib", |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer", |
| "gstreamer-base", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "gstreamer-video-sys", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "gstreamer-video-sys" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6f105143a7676d2032c386c10b2d376106b5562b7a11b694b634113456f1935" |
| dependencies = [ |
| "glib-sys", |
| "gobject-sys", |
| "gstreamer-base-sys", |
| "gstreamer-sys", |
| "libc", |
| "system-deps", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
| 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 = "itertools" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3" |
| |
| [[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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| |
| [[package]] |
| name = "metadeps" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2" |
| dependencies = [ |
| "error-chain", |
| "pkg-config", |
| "toml 0.2.1", |
| ] |
| |
| [[package]] |
| name = "muldiv" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204" |
| |
| [[package]] |
| name = "nom" |
| version = "5.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" |
| dependencies = [ |
| "memchr", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
| dependencies = [ |
| "autocfg", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" |
| |
| [[package]] |
| name = "paste" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" |
| dependencies = [ |
| "paste-impl", |
| "proc-macro-hack", |
| ] |
| |
| [[package]] |
| name = "paste-impl" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" |
| dependencies = [ |
| "proc-macro-hack", |
| ] |
| |
| [[package]] |
| name = "peeking_take_while" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| |
| [[package]] |
| name = "pin-project" |
| version = "0.4.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "0.4.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" |
| |
| [[package]] |
| name = "pretty-hex" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be91bcc43e73799dc46a6c194a55e7aae1d86cc867c860fd4a436019af21bd8c" |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" |
| dependencies = [ |
| "toml 0.5.6", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" |
| |
| [[package]] |
| name = "proc-macro-nested" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12" |
| 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" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| "thread_local", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.115" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5" |
| |
| [[package]] |
| name = "shlex" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| |
| [[package]] |
| name = "strum" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b" |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "system-deps" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b" |
| dependencies = [ |
| "heck", |
| "pkg-config", |
| "strum", |
| "strum_macros", |
| "thiserror", |
| "toml 0.5.6", |
| "version-compare", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
| 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 = "thiserror" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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 = "time" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
| |
| [[package]] |
| name = "vec_map" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| |
| [[package]] |
| name = "version-compare" |
| version = "0.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1" |
| |
| [[package]] |
| name = "version_check" |
| 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 = "which" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 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" |