fabaccess-bffh/Cargo.lock

2011 lines
50 KiB
Plaintext
Raw Normal View History

2020-02-25 19:29:58 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-12-12 13:58:04 +01:00
[[package]]
name = "abnf"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47feb9fbcef700639ef28e04ca2a87eab8161a01a075ee227b15c90143805462"
dependencies = [
"nom",
]
[[package]]
name = "abnf_to_pest"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372baaa5d3a422d8816b513bcdb2c120078c8614f7ecbcc3baf34a1634bbbe2e"
dependencies = [
"abnf",
"indexmap",
"itertools",
"pretty",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "aho-corasick"
2020-11-17 12:26:41 +01:00
version = "0.7.14"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"memchr",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "annotate-snippets"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c96c3d1062ea7101741480185a6a1275eab01cbe8b20e378d1311bc056d2e08"
dependencies = [
"unicode-width",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"winapi",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2020-02-25 19:29:58 +01:00
[[package]]
name = "arrayvec"
2020-11-17 12:26:41 +01:00
version = "0.5.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-02-25 19:29:58 +01:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "async-channel"
2020-11-17 12:26:41 +01:00
version = "1.5.1"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"concurrent-queue",
"event-listener",
"futures-core",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-executor"
2020-11-17 12:26:41 +01:00
version = "1.3.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"vec-arena",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-fs"
2020-11-17 12:26:41 +01:00
version = "1.5.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-lock",
"blocking",
"futures-lite",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-io"
2020-11-17 12:26:41 +01:00
version = "1.1.10"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d54bc4c1c7292475efb2253227dbcfad8fe1ca4c02bc62c510cc2f3da5c4704e"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"concurrent-queue",
"fastrand",
"futures-lite",
"libc",
"log",
"nb-connect",
"once_cell",
"parking",
"polling",
"vec-arena",
"waker-fn",
"winapi",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-lock"
2020-11-17 12:26:41 +01:00
version = "2.3.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"event-listener",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-net"
2020-11-17 12:26:41 +01:00
version = "1.5.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-io",
"blocking",
"fastrand",
"futures-lite",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "async-process"
2020-11-17 12:26:41 +01:00
version = "1.0.1"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-io",
"blocking",
"cfg-if 0.1.10",
"event-listener",
"futures-lite",
"once_cell",
"signal-hook",
"winapi",
2020-09-07 17:23:42 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "async-task"
2020-11-17 12:26:41 +01:00
version = "4.0.3"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "async-trait"
2020-11-17 12:26:41 +01:00
version = "0.1.41"
2020-09-18 13:21:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"syn",
2020-09-18 13:21:35 +02:00
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2020-09-07 17:23:42 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"hermit-abi",
"libc",
"winapi",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "autocfg"
2020-09-07 17:23:42 +02:00
version = "1.0.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-02-25 19:29:58 +01:00
[[package]]
name = "base64"
2020-09-07 17:23:42 +02:00
version = "0.12.3"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "bindgen"
2020-09-18 13:21:35 +02:00
version = "0.55.1"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"bitflags",
"cexpr",
"cfg-if 0.1.10",
"clang-sys",
"clap",
"env_logger",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-02-25 19:29:58 +01:00
[[package]]
name = "blake2b_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"arrayref",
"arrayvec",
"constant_time_eq",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array 0.12.3",
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "blocking"
2020-11-17 12:26:41 +01:00
version = "1.0.2"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
2020-09-07 17:23:42 +02:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2020-02-25 19:29:58 +01:00
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2020-02-25 19:29:58 +01:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "cache-padded"
version = "1.1.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
2020-02-25 19:29:58 +01:00
[[package]]
name = "capnp"
2020-11-17 12:26:41 +01:00
version = "0.13.6"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4e76a319e55a4ef27c8c383215fa3160167bd8a883e8d27c0ecd57ed81bca2af"
2020-02-25 19:29:58 +01:00
[[package]]
name = "capnp-futures"
2020-09-18 13:21:35 +02:00
version = "0.13.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "e9f9ff1dae086de0d7ecbc147fee21aed8b3ad64468f0f991c98da06fb8c8459"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"capnp",
"futures 0.3.7",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "capnp-rpc"
2020-09-18 13:21:35 +02:00
version = "0.13.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "37998522d42bbe4a1d266f418b1a053b679a338e904e55afd5ff22333df0e09e"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"capnp",
"capnp-futures",
"futures 0.3.7",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "capnpc"
2020-09-18 13:21:35 +02:00
version = "0.13.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "81855cee80548f7a2ee549d3bc2e55ed5f7cabe469e85614046e5475712f75c1"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"capnp",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "cc"
2020-11-17 12:26:41 +01:00
version = "1.0.61"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
2020-04-28 16:51:08 +02:00
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"nom",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-02-25 19:29:58 +01:00
2020-11-17 12:26:41 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-11-17 12:26:41 +01:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "chrono"
2020-11-17 12:26:41 +01:00
version = "0.4.19"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "clang-sys"
2020-11-17 12:26:41 +01:00
version = "1.0.1"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "fa785e9017cb8e8c8045e3f096b7d1ebc4d7337cceccdca8d678a27f788ac133"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"glob",
"libc",
"libloading",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "clap"
2020-09-07 17:23:42 +02:00
version = "2.33.3"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "cmake"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cc",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "concurrent-queue"
version = "1.2.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cache-padded",
2020-02-25 19:29:58 +01:00
]
[[package]]
2020-09-07 17:23:42 +02:00
name = "constant_time_eq"
version = "0.1.5"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2020-02-25 19:29:58 +01:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2020-02-25 19:29:58 +01:00
[[package]]
name = "crossbeam-channel"
2020-09-07 17:23:42 +02:00
version = "0.4.4"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"crossbeam-utils",
"maybe-uninit",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "crossbeam-utils"
2020-09-07 17:23:42 +02:00
version = "0.7.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "derivative"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"syn",
2020-09-18 13:21:35 +02:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "dhall"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7930c7ac2b3989a07a2a3400bf9f4bc1c65074f330e3ff22b372a4d386fabd0"
dependencies = [
"abnf_to_pest",
"annotate-snippets",
"hex",
"itertools",
"lazy_static",
"once_cell",
"percent-encoding",
"pest",
"pest_consume",
"pest_generator",
"quote",
"serde",
"serde_cbor",
"sha2",
"url",
]
[[package]]
name = "dhall_proc_macros"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf6cff1e2ddd03851652e0cde982b01dc877c9fc9da9ba25ad4241a151945f09"
dependencies = [
"itertools",
"proc-macro2",
"quote",
"syn",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "diflouroborane"
version = "0.1.0"
dependencies = [
2020-12-01 10:21:39 +01:00
"async-channel",
2020-11-24 14:16:22 +01:00
"async-trait",
"capnp",
"capnp-futures",
"capnp-rpc",
"capnpc",
"clap",
2020-12-01 10:21:39 +01:00
"easy-parallel",
2020-11-24 14:16:22 +01:00
"flexbuffers",
"futures 0.3.7",
"futures-signals",
2020-12-01 16:06:39 +01:00
"futures-test",
2020-11-24 14:16:22 +01:00
"futures-util",
2020-12-02 16:20:50 +01:00
"genawaiter",
2020-11-24 14:16:22 +01:00
"lazy_static",
"libc",
"lmdb-rkv",
"paho-mqtt",
"rand",
"rsasl",
"rust-argon2",
"serde",
2020-12-12 13:58:04 +01:00
"serde_dhall",
2020-11-24 14:16:22 +01:00
"signal-hook",
"slog",
"slog-async",
"slog-term",
"smol",
"toml",
"uuid",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.3",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "dirs"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 0.1.10",
"dirs-sys",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "dirs-sys"
2020-09-07 17:23:42 +02:00
version = "0.3.5"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
"redox_users",
"winapi",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-02-25 19:29:58 +01:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-12-01 10:21:39 +01:00
[[package]]
name = "easy-parallel"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
2020-12-12 13:58:04 +01:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-04-28 16:51:08 +02:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2020-04-28 16:51:08 +02:00
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "event-listener"
2020-11-17 12:26:41 +01:00
version = "2.5.1"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
2020-09-07 17:23:42 +02:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-09-07 17:23:42 +02:00
[[package]]
name = "fastrand"
2020-11-17 12:26:41 +01:00
version = "1.4.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
2020-11-17 12:26:41 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"instant",
2020-11-17 12:26:41 +01:00
]
2020-09-07 17:23:42 +02:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "flexbuffers"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "bf2255651c8e4ba123ff7027b70b4d0aaffeb84b38c99771a70d5cc6a75821b3"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"bitflags",
"byteorder",
"num_enum",
"serde",
"serde_derive",
2020-09-18 13:21:35 +02:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures"
2020-11-17 12:26:41 +01:00
version = "0.1.30"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "futures-channel"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-core",
"futures-sink",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-channel-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-core-preview",
"futures-sink-preview",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-core"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-core-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
2020-09-18 13:21:35 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-executor"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-executor-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-core-preview",
"futures-util-preview",
"num_cpus",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-io"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-io-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda"
2020-09-18 13:21:35 +02:00
2020-09-07 17:23:42 +02:00
[[package]]
name = "futures-lite"
2020-11-17 12:26:41 +01:00
version = "1.11.2"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
2020-09-07 17:23:42 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-macro"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-channel-preview",
"futures-core-preview",
"futures-executor-preview",
"futures-io-preview",
"futures-sink-preview",
"futures-util-preview",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-signals"
2020-09-07 17:23:42 +02:00
version = "0.3.15"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cc25a8a9a6d6ff91068ca03a3d0526dbee38708faaf850825a1647969dc1dead"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"discard",
"futures-channel",
"futures-core",
"futures-util",
"serde",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "futures-sink"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-sink-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec"
2020-09-18 13:21:35 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-task"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"once_cell",
2020-09-07 17:23:42 +02:00
]
2020-02-25 19:29:58 +01:00
2020-12-01 16:06:39 +01:00
[[package]]
name = "futures-test"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a493f2b7cb378c703e494b8c7e1f4505236ca54e9db6d7f1f769d4f1441d6771"
dependencies = [
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
"once_cell",
"pin-project",
"pin-utils",
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-timer"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8f9eb554aa23143abc64ec4d0016f038caf53bb7cbc3d91490835c54edc96550"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-preview",
"pin-utils",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "futures-util"
2020-11-17 12:26:41 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
2020-11-17 12:26:41 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures 0.1.30",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "futures-util-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"futures-channel-preview",
"futures-core-preview",
"futures-io-preview",
"futures-sink-preview",
"memchr",
"pin-utils",
"slab",
2020-09-18 13:21:35 +02:00
]
2020-12-02 16:20:50 +01:00
[[package]]
name = "genawaiter"
version = "0.99.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0"
dependencies = [
"genawaiter-macro",
"genawaiter-proc-macro",
"proc-macro-hack",
]
[[package]]
name = "genawaiter-macro"
version = "0.99.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc"
[[package]]
name = "genawaiter-proc-macro"
version = "0.99.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784f84eebc366e15251c4a8c3acee82a6a6f427949776ecb88377362a9621738"
dependencies = [
"proc-macro-error",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "getrandom"
2020-11-17 12:26:41 +01:00
version = "0.1.15"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 0.1.10",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-04-28 16:51:08 +02:00
[[package]]
name = "gsasl-sys"
2020-11-17 12:26:41 +01:00
version = "0.2.3"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d89192b27c2356690cddc81ef17438cede69f0e6794a645debe579de3a6bb835"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"bindgen",
2020-04-28 16:51:08 +02:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "half"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-02-25 19:29:58 +01:00
[[package]]
name = "hermit-abi"
2020-11-17 12:26:41 +01:00
version = "0.1.17"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2020-04-28 16:51:08 +02:00
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"quick-error",
2020-04-28 16:51:08 +02:00
]
2020-12-12 13:58:04 +01:00
[[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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg",
"hashbrown",
]
2020-02-25 19:29:58 +01:00
[[package]]
2020-11-17 12:26:41 +01:00
name = "instant"
version = "0.1.8"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 1.0.0",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "lazycell"
2020-09-07 17:23:42 +02:00
version = "1.3.0"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-04-28 16:51:08 +02:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "lexical-core"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"arrayvec",
"bitflags",
"cfg-if 0.1.10",
"ryu",
"static_assertions",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "libc"
2020-11-17 12:26:41 +01:00
version = "0.2.80"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "libloading"
2020-11-17 12:26:41 +01:00
version = "0.6.5"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1090080fe06ec2648d0da3881d9453d97e71a45f00eb179af7fdd7e3f686fdb0"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 1.0.0",
"winapi",
2020-04-28 16:51:08 +02:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "lmdb-rkv"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "447a296f7aca299cfbb50f4e4f3d49451549af655fb7215d7f8c0c3d64bad42b"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"bitflags",
"byteorder",
"libc",
"lmdb-rkv-sys",
2020-09-18 13:21:35 +02:00
]
[[package]]
name = "lmdb-rkv-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b27470ac25167b3afdfb6af8fcd3bc1be67de50ffbdaf4073378cfded6ae24a5"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cc",
"libc",
"pkg-config",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "log"
2020-09-07 17:23:42 +02:00
version = "0.4.11"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 0.1.10",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-02-25 19:29:58 +01:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-02-25 19:29:58 +01:00
[[package]]
name = "memchr"
2020-11-17 12:26:41 +01:00
version = "2.3.4"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "nb-connect"
2020-11-17 12:26:41 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
"winapi",
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "nom"
2020-09-07 17:23:42 +02:00
version = "5.1.2"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"lexical-core",
"memchr",
"version_check",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "num-integer"
2020-11-17 12:26:41 +01:00
version = "0.1.44"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"autocfg",
"num-traits",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "num-traits"
2020-11-17 12:26:41 +01:00
version = "0.2.14"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"autocfg",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "num_cpus"
2020-09-07 17:23:42 +02:00
version = "1.13.0"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"hermit-abi",
"libc",
2020-09-18 13:21:35 +02:00
]
[[package]]
name = "num_enum"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"derivative",
"num_enum_derive",
2020-09-18 13:21:35 +02:00
]
[[package]]
name = "num_enum_derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "once_cell"
2020-09-07 17:23:42 +02:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2020-09-07 17:23:42 +02:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-09-18 13:21:35 +02:00
[[package]]
name = "paho-mqtt"
version = "0.8.0"
source = "git+https://github.com/dequbed/paho.mqtt.rust.git#14ec804ecf284564ee71b04345d1fdf1f75571df"
dependencies = [
2020-11-24 14:16:22 +01:00
"futures 0.3.7",
"futures-timer",
"libc",
"log",
"paho-mqtt-sys",
"thiserror",
2020-09-18 13:21:35 +02:00
]
[[package]]
name = "paho-mqtt-sys"
version = "0.4.1"
source = "git+https://github.com/dequbed/paho.mqtt.rust.git#14ec804ecf284564ee71b04345d1fdf1f75571df"
dependencies = [
2020-11-24 14:16:22 +01:00
"bindgen",
"cmake",
2020-09-18 13:21:35 +02:00
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "parking"
version = "2.0.0"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2020-04-28 16:51:08 +02:00
2020-12-12 13:58:04 +01:00
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_consume"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f06d200abe3be440ee3be3dcd2a65518250c0181364a332fa334b35152cb82e"
dependencies = [
"pest",
"pest_consume_macros",
"pest_derive",
"proc-macro-hack",
]
[[package]]
name = "pest_consume_macros"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "466dea9184791ec0b5304cc103dcbd3f267b0157aa60b2efc74ea1b1c886ea51"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[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",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "pin-project"
2020-11-17 12:26:41 +01:00
version = "1.0.1"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"pin-project-internal",
2020-09-07 17:23:42 +02:00
]
[[package]]
name = "pin-project-internal"
2020-11-17 12:26:41 +01:00
version = "1.0.1"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
2020-09-07 17:23:42 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"syn",
2020-09-07 17:23:42 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "pin-project-lite"
2020-11-17 12:26:41 +01:00
version = "0.1.11"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2020-02-25 19:29:58 +01:00
[[package]]
name = "pin-utils"
2020-09-07 17:23:42 +02:00
version = "0.1.0"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-02-25 19:29:58 +01:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "pkg-config"
2020-11-17 12:26:41 +01:00
version = "0.3.19"
2020-09-18 13:21:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-09-18 13:21:35 +02:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "polling"
2020-11-17 12:26:41 +01:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
dependencies = [
2020-11-24 14:16:22 +01:00
"cfg-if 0.1.10",
"libc",
"log",
"wepoll-sys",
"winapi",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "ppv-lite86"
2020-09-07 17:23:42 +02:00
version = "0.2.9"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
2020-02-25 19:29:58 +01:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "pretty"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60c0d9f6fc88ecdd245d90c1920ff76a430ab34303fc778d33b1d0a4c3bf6d3"
dependencies = [
"typed-arena",
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"toml",
2020-09-18 13:21:35 +02:00
]
2020-12-02 16:20:50 +01:00
[[package]]
name = "proc-macro-error"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
"proc-macro2",
"quote",
"syn",
"syn-mid",
"version_check",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "proc-macro-hack"
2020-11-17 12:26:41 +01:00
version = "0.5.19"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-02-25 19:29:58 +01:00
[[package]]
name = "proc-macro-nested"
2020-09-07 17:23:42 +02:00
version = "0.1.6"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2020-02-25 19:29:58 +01:00
[[package]]
name = "proc-macro2"
2020-11-17 12:26:41 +01:00
version = "1.0.24"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"unicode-xid",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-04-28 16:51:08 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "quote"
2020-09-07 17:23:42 +02:00
version = "1.0.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "rand_chacha"
2020-09-07 17:23:42 +02:00
version = "0.2.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"ppv-lite86",
"rand_core",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"getrandom",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"rand_core",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "redox_syscall"
2020-09-07 17:23:42 +02:00
version = "0.1.57"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-02-25 19:29:58 +01:00
[[package]]
name = "redox_users"
2020-09-07 17:23:42 +02:00
version = "0.3.5"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"getrandom",
"redox_syscall",
"rust-argon2",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "regex"
2020-11-17 12:26:41 +01:00
version = "1.4.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "regex-syntax"
2020-11-17 12:26:41 +01:00
version = "0.6.21"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "rsasl"
2020-11-17 12:26:41 +01:00
version = "0.2.3"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "fa53c56546f3cce59ac6c58bb4f6f1f11f3a162f2ab2b8cf03eaf7b43a932a53"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"gsasl-sys",
"libc",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "rust-argon2"
2020-09-07 17:23:42 +02:00
version = "0.8.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-04-28 16:51:08 +02:00
2020-09-18 13:21:35 +02:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-09-18 13:21:35 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "serde"
2020-11-17 12:26:41 +01:00
version = "1.0.117"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"serde_derive",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "serde_cbor"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
dependencies = [
"half",
"serde",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "serde_derive"
2020-11-17 12:26:41 +01:00
version = "1.0.117"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"syn",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "serde_dhall"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f80d945a711c648e559c4d39832379f36a303d393fca4719080de51701266f38"
dependencies = [
"dhall",
"dhall_proc_macros",
"doc-comment",
"serde",
"url",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
[[package]]
name = "sha2"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpuid-bool",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2020-04-28 16:51:08 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "signal-hook"
2020-09-07 17:23:42 +02:00
version = "0.1.16"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
"signal-hook-registry",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "signal-hook-registry"
2020-11-17 12:26:41 +01:00
version = "1.2.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2020-02-25 19:29:58 +01:00
[[package]]
name = "slog"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
2020-02-25 19:29:58 +01:00
[[package]]
name = "slog-async"
2020-09-07 17:23:42 +02:00
version = "2.5.0"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "51b3336ce47ce2f96673499fc07eb85e3472727b9a7a2959964b002c2ce8fbbb"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"crossbeam-channel",
"slog",
"take_mut",
"thread_local",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "slog-term"
2020-09-07 17:23:42 +02:00
version = "2.6.0"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "bab1d807cf71129b05ce36914e1dbb6fbfbdecaf686301cb457f4fa967f9f5b6"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"atty",
"chrono",
"slog",
"term",
"thread_local",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "smol"
2020-11-17 12:26:41 +01:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "aaf8ded16994c0ae59596c6e4733c76faeb0533c26fd5ca1b1bc89271a049a66"
2020-11-17 12:26:41 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"async-channel",
"async-executor",
"async-fs",
"async-io",
"async-lock",
"async-net",
"async-process",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
2020-09-18 13:21:35 +02:00
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-02-25 19:29:58 +01:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-02-25 19:29:58 +01:00
[[package]]
name = "syn"
2020-11-17 12:26:41 +01:00
version = "1.0.48"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2020-02-25 19:29:58 +01:00
]
2020-12-02 16:20:50 +01:00
[[package]]
name = "syn-mid"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42823f0ff906a3eb8109610e825221b07fb1456d45c7d01cf18cb581b23ecfb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
2020-02-25 19:29:58 +01:00
[[package]]
name = "term"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"dirs",
"winapi",
2020-02-25 19:29:58 +01:00
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "termcolor"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"winapi-util",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"unicode-width",
2020-02-25 19:29:58 +01:00
]
2020-09-18 13:21:35 +02:00
[[package]]
name = "thiserror"
2020-11-17 12:26:41 +01:00
version = "1.0.21"
2020-09-18 13:21:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"thiserror-impl",
2020-09-18 13:21:35 +02:00
]
[[package]]
name = "thiserror-impl"
2020-11-17 12:26:41 +01:00
version = "1.0.21"
2020-09-18 13:21:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
2020-09-18 13:21:35 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"proc-macro2",
"quote",
"syn",
2020-09-18 13:21:35 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"lazy_static",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "time"
2020-09-07 17:23:42 +02:00
version = "0.1.44"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "tinyvec"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-02-25 19:29:58 +01:00
[[package]]
name = "toml"
2020-11-17 12:26:41 +01:00
version = "0.5.7"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"serde",
2020-02-25 19:29:58 +01:00
]
2020-12-12 13:58:04 +01:00
[[package]]
name = "typed-arena"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
dependencies = [
"tinyvec",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "unicode-width"
2020-09-07 17:23:42 +02:00
version = "0.1.8"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-02-25 19:29:58 +01:00
[[package]]
name = "unicode-xid"
2020-09-07 17:23:42 +02:00
version = "0.2.1"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-02-25 19:29:58 +01:00
2020-12-12 13:58:04 +01:00
[[package]]
name = "url"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "uuid"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"rand",
"serde",
2020-02-25 19:29:58 +01:00
]
2020-09-07 17:23:42 +02:00
[[package]]
name = "vec-arena"
2020-09-18 13:21:35 +02:00
version = "1.0.0"
2020-09-07 17:23:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
2020-09-07 17:23:42 +02:00
2020-02-25 19:29:58 +01:00
[[package]]
name = "vec_map"
2020-09-07 17:23:42 +02:00
version = "0.8.2"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "version_check"
2020-09-07 17:23:42 +02:00
version = "0.9.2"
2020-04-28 16:51:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-04-28 16:51:08 +02:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2020-02-25 19:29:58 +01:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-02-25 19:29:58 +01:00
[[package]]
2020-09-07 17:23:42 +02:00
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
2020-11-17 12:26:41 +01:00
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
dependencies = [
2020-11-24 14:16:22 +01:00
"cc",
]
2020-04-28 16:51:08 +02:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"libc",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "winapi"
2020-09-07 17:23:42 +02:00
version = "0.3.9"
2020-02-25 19:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-02-25 19:29:58 +01:00
dependencies = [
2020-11-24 14:16:22 +01:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-02-25 19:29:58 +01:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-02-25 19:29:58 +01:00
2020-04-28 16:51:08 +02:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2020-04-28 16:51:08 +02:00
dependencies = [
2020-11-24 14:16:22 +01:00
"winapi",
2020-04-28 16:51:08 +02:00
]
2020-02-25 19:29:58 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:16:22 +01:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"