panorama/Cargo.lock

2081 lines
50 KiB
Text
Raw Normal View History

2021-02-12 08:12:43 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-19 23:16:08 +00:00
version = 3
[[package]]
name = "addr2line"
2021-11-04 08:53:34 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2021-02-12 08:12:43 +00:00
[[package]]
name = "anyhow"
2021-11-04 08:53:34 +00:00
version = "1.0.45"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
dependencies = [
"backtrace",
]
2021-02-12 08:12:43 +00:00
2021-08-23 06:52:20 +00:00
[[package]]
name = "arbitrary"
version = "1.0.2"
2021-08-23 06:52:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "577b08a4acd7b99869f863c50011b01eb73424ccc798ecd996f2e24817adfca7"
2021-08-23 06:52:20 +00:00
dependencies = [
"derive_arbitrary",
]
2021-08-08 05:54:01 +00:00
[[package]]
name = "async-trait"
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atoi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
dependencies = [
"num-traits",
]
2021-08-09 05:36:10 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-10-28 22:30:25 +00:00
"winapi",
2021-08-09 05:36:10 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "backtrace"
2021-11-04 08:53:34 +00:00
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
dependencies = [
"addr2line",
"cc",
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2021-02-12 08:12:43 +00:00
[[package]]
name = "bitflags"
2021-08-23 00:19:27 +00:00
version = "1.3.2"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 00:19:27 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-02-12 08:12:43 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2021-08-09 11:29:48 +00:00
[[package]]
name = "bstr"
2021-10-28 22:30:25 +00:00
version = "0.2.17"
2021-08-09 11:29:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-08-09 11:29:48 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "bumpalo"
version = "3.8.0"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-08-06 02:26:39 +00:00
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "bytes"
version = "1.1.0"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-02-26 03:54:41 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "cc"
version = "1.0.71"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
2021-08-06 02:26:39 +00:00
2021-11-04 08:53:34 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2021-02-26 03:54:41 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "cfg-if"
version = "1.0.0"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-02-26 03:54:41 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2021-10-28 22:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
2021-10-28 22:30:25 +00:00
"winapi",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "clap"
version = "3.0.0-beta.5"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
2021-08-09 11:50:19 +00:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",
"textwrap",
"unicase",
2021-08-09 11:50:19 +00:00
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.5"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
2021-08-09 11:50:19 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "cpufeatures"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
[[package]]
name = "crc"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
2021-11-02 02:31:15 +00:00
[[package]]
name = "crossbeam"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"crossbeam-channel 0.5.1",
2021-11-02 02:31:15 +00:00
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
2021-11-04 08:53:34 +00:00
"crossbeam-utils 0.8.5",
]
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
dependencies = [
"crossbeam-utils 0.6.6",
2021-11-02 02:31:15 +00:00
]
[[package]]
name = "crossbeam-channel"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"crossbeam-utils 0.8.5",
]
2021-11-02 02:31:15 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-11-02 02:31:15 +00:00
"crossbeam-epoch",
2021-11-04 08:53:34 +00:00
"crossbeam-utils 0.8.5",
2021-11-02 02:31:15 +00:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"crossbeam-utils 0.8.5",
2021-11-02 02:31:15 +00:00
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"crossbeam-utils 0.8.5",
]
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
dependencies = [
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"lazy_static",
]
2021-10-25 23:42:14 +00:00
[[package]]
name = "crossterm"
2021-10-28 22:30:25 +00:00
version = "0.22.1"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
2021-10-25 23:42:14 +00:00
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
2021-10-28 22:30:25 +00:00
"mio",
2021-10-25 23:42:14 +00:00
"parking_lot",
"signal-hook",
"signal-hook-mio",
2021-10-28 22:30:25 +00:00
"winapi",
2021-10-25 23:42:14 +00:00
]
[[package]]
name = "crossterm_winapi"
2021-10-28 22:30:25 +00:00
version = "0.9.0"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
2021-10-25 23:42:14 +00:00
dependencies = [
2021-10-28 22:30:25 +00:00
"winapi",
2021-10-25 23:42:14 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "darling"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
dependencies = [
"darling_core",
"quote",
"syn",
]
2021-08-23 00:19:27 +00:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-23 06:52:20 +00:00
[[package]]
name = "derive_arbitrary"
version = "1.0.2"
2021-08-23 06:52:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b24629208e87a2d8b396ff43b15c4afb0a69cea3fbbaa9ed9b92b7c02f0aed73"
2021-08-23 06:52:20 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "derive_builder"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
dependencies = [
"derive_builder_core",
"syn",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
2021-10-28 22:30:25 +00:00
"winapi",
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
2021-10-25 23:42:14 +00:00
name = "filetime"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 23:42:14 +00:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-10-25 23:42:14 +00:00
"libc",
"redox_syscall",
2021-10-28 22:30:25 +00:00
"winapi",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-08-09 11:29:48 +00:00
[[package]]
name = "format-bytes"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762"
dependencies = [
"format-bytes-macros",
"proc-macro-hack",
]
[[package]]
name = "format-bytes-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2021-10-25 23:42:14 +00:00
[[package]]
name = "fsevent-sys"
2021-10-28 22:30:25 +00:00
version = "4.0.0"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a"
2021-10-25 23:42:14 +00:00
dependencies = [
"libc",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures"
version = "0.3.17"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2021-03-02 06:15:12 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-channel"
version = "0.3.17"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"futures-core",
"futures-sink",
2021-03-02 06:15:12 +00:00
]
2021-02-12 08:12:43 +00:00
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-core"
version = "0.3.17"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2021-02-24 10:46:21 +00:00
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-executor"
version = "0.3.17"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2021-07-30 01:17:14 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-02-12 08:12:43 +00:00
[[package]]
name = "futures-intrusive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
2021-03-25 18:27:57 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-io"
version = "0.3.17"
2021-03-09 11:21:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2021-03-09 11:21:23 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-macro"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-sink"
version = "0.3.17"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-task"
version = "0.3.17"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-util"
version = "0.3.17"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2021-07-19 23:16:08 +00:00
]
2021-03-10 09:44:31 +00:00
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2021-11-04 08:53:34 +00:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-08-09 11:50:19 +00:00
[[package]]
name = "h2"
version = "0.3.7"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
2021-08-09 11:50:19 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
dependencies = [
"hashbrown",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "hermit-abi"
version = "0.1.19"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"libc",
2021-03-02 06:15:12 +00:00
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-08-09 11:50:19 +00:00
[[package]]
name = "http"
version = "0.2.5"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
2021-08-09 11:50:19 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.4"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2021-08-09 11:50:19 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2021-08-23 00:19:27 +00:00
version = "1.5.1"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 00:19:27 +00:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2021-08-09 11:50:19 +00:00
[[package]]
name = "httpdate"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
[[package]]
name = "hyper"
version = "0.14.14"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
2021-08-09 11:50:19 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"tokio",
"tower-service",
"tracing",
"want",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "inotify"
2021-11-04 08:53:34 +00:00
version = "0.9.6"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2021-08-09 11:50:19 +00:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "instant"
version = "0.1.12"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-03-02 06:15:12 +00:00
]
[[package]]
name = "itertools"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "itoa"
2021-08-23 00:19:27 +00:00
version = "0.4.8"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 00:19:27 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-08-09 11:50:19 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "js-sys"
version = "0.3.55"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
2021-08-06 02:26:39 +00:00
dependencies = [
"wasm-bindgen",
]
2021-10-25 23:42:14 +00:00
[[package]]
2021-10-28 22:30:25 +00:00
name = "kqueue"
version = "1.0.4"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "058a107a784f8be94c7d35c1300f4facced2e93d2fbe5b1452b44e905ddca4a9"
2021-10-25 23:42:14 +00:00
dependencies = [
2021-10-28 22:30:25 +00:00
"kqueue-sys",
"libc",
2021-10-25 23:42:14 +00:00
]
2021-07-19 23:16:08 +00:00
[[package]]
2021-10-28 22:30:25 +00:00
name = "kqueue-sys"
version = "1.0.3"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
2021-08-06 02:26:39 +00:00
dependencies = [
"bitflags",
2021-10-28 22:30:25 +00:00
"libc",
2021-08-06 02:26:39 +00:00
]
2021-10-28 22:30:25 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "libc"
2021-11-04 08:53:34 +00:00
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
[[package]]
name = "libsqlite3-sys"
version = "0.22.2"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "lock_api"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-06-24 18:59:20 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"scopeguard",
2021-06-24 18:59:20 +00:00
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "log"
version = "0.4.14"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-03-02 06:15:12 +00: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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "memchr"
2021-10-28 22:30:25 +00:00
version = "2.4.1"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-03-23 17:18:35 +00:00
2021-11-02 02:31:15 +00:00
[[package]]
name = "memoffset"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
[[package]]
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "mio"
version = "0.7.14"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-19 23:16:08 +00:00
"libc",
2021-07-30 01:17:14 +00:00
"log",
2021-10-28 22:30:25 +00:00
"miow",
2021-07-30 01:17:14 +00:00
"ntapi",
2021-10-28 22:30:25 +00:00
"winapi",
2021-07-19 23:16:08 +00:00
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "miow"
version = "0.3.7"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-10-28 22:30:25 +00:00
"winapi",
2021-08-06 02:26:39 +00:00
]
[[package]]
name = "nom"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
dependencies = [
"memchr",
"minimal-lexical",
"version_check",
]
2021-10-25 23:42:14 +00:00
[[package]]
name = "notify"
2021-10-28 22:30:25 +00:00
version = "5.0.0-pre.13"
2021-10-25 23:42:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
2021-10-25 23:42:14 +00:00
dependencies = [
"bitflags",
2021-11-04 08:53:34 +00:00
"crossbeam-channel 0.5.1",
2021-10-25 23:42:14 +00:00
"filetime",
"fsevent-sys",
"inotify",
2021-10-28 22:30:25 +00:00
"kqueue",
2021-10-25 23:42:14 +00:00
"libc",
2021-10-28 22:30:25 +00:00
"mio",
2021-10-25 23:42:14 +00:00
"walkdir",
2021-10-28 22:30:25 +00:00
"winapi",
2021-10-25 23:42:14 +00:00
]
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "ntapi"
version = "0.3.6"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2021-03-23 17:18:35 +00:00
dependencies = [
2021-10-28 22:30:25 +00:00
"winapi",
2021-03-23 17:18:35 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "num_cpus"
version = "1.13.0"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2021-03-23 17:18:35 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"hermit-abi",
"libc",
2021-03-23 17:18:35 +00:00
]
[[package]]
name = "object"
2021-10-28 22:30:25 +00:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "once_cell"
version = "1.8.0"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2021-03-10 09:44:31 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-08-09 11:50:19 +00:00
[[package]]
name = "os_str_bytes"
2021-10-28 22:30:25 +00:00
version = "4.2.0"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-28 22:30:25 +00:00
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
dependencies = [
"memchr",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "panorama-daemon"
2021-08-09 22:10:19 +00:00
version = "0.0.1"
2021-08-09 11:50:19 +00:00
dependencies = [
"anyhow",
"async-trait",
"clap",
2021-08-23 00:19:27 +00:00
"derivative",
2021-08-09 11:50:19 +00:00
"futures",
"hyper",
"log",
2021-10-25 23:42:14 +00:00
"notify",
2021-08-09 11:50:19 +00:00
"panorama-imap",
2021-08-09 22:10:19 +00:00
"panorama-smtp",
2021-08-09 11:50:19 +00:00
"serde",
2021-11-04 08:53:34 +00:00
"session_types",
"sqlx",
2021-08-09 11:50:19 +00:00
"stderrlog",
"tokio",
2021-11-04 08:53:34 +00:00
"tokio-rustls 0.23.1",
2021-08-09 11:50:19 +00:00
"toml",
"xdg",
]
2021-08-08 23:53:21 +00:00
[[package]]
name = "panorama-imap"
2021-08-09 11:50:19 +00:00
version = "0.0.4"
2021-08-08 23:53:21 +00:00
dependencies = [
"anyhow",
2021-08-23 06:52:20 +00:00
"arbitrary",
2021-08-08 23:53:21 +00:00
"async-trait",
"bitflags",
"bytes",
"chrono",
2021-11-02 02:31:15 +00:00
"crossbeam",
"derivative",
2021-08-08 23:53:21 +00:00
"derive_builder",
2021-08-09 11:29:48 +00:00
"format-bytes",
2021-08-08 23:53:21 +00:00
"futures",
"log",
"maplit",
2021-10-28 22:30:25 +00:00
"nom",
2021-08-09 22:06:49 +00:00
"panorama-proto-common",
2021-11-04 19:30:59 +00:00
"serde",
2021-08-09 05:36:10 +00:00
"stderrlog",
2021-08-08 23:53:21 +00:00
"tokio",
2021-11-04 08:53:34 +00:00
"tokio-rustls 0.23.1",
2021-08-08 23:53:21 +00:00
"tokio-util",
2021-10-28 22:30:25 +00:00
"webpki-roots 0.22.1",
2021-08-08 23:53:21 +00:00
]
2021-08-09 22:06:49 +00:00
[[package]]
name = "panorama-proto-common"
version = "0.0.1"
dependencies = [
"anyhow",
2021-08-23 06:52:20 +00:00
"arbitrary",
2021-08-09 23:02:26 +00:00
"bstr",
2021-08-09 22:06:49 +00:00
"bytes",
"format-bytes",
2021-08-09 23:02:26 +00:00
"log",
2021-10-28 22:30:25 +00:00
"nom",
2021-08-24 02:54:09 +00:00
"num-traits",
2021-08-09 22:06:49 +00:00
]
2021-08-09 11:56:32 +00:00
[[package]]
name = "panorama-smtp"
version = "0.0.1"
dependencies = [
2021-10-28 22:30:25 +00:00
"nom",
2021-08-09 22:10:19 +00:00
"panorama-proto-common",
2021-08-09 11:56:32 +00:00
]
2021-10-25 23:42:14 +00:00
[[package]]
name = "panorama-tui"
version = "0.1.0"
dependencies = [
"crossterm",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "parking_lot"
version = "0.11.2"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
2021-07-30 01:17:14 +00:00
"instant",
"lock_api",
"parking_lot_core",
]
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "parking_lot_core"
version = "0.8.5"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-02-24 10:46:21 +00:00
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-07-30 01:17:14 +00:00
"instant",
"libc",
"redox_syscall",
2021-07-30 01:17:14 +00:00
"smallvec",
2021-10-28 22:30:25 +00:00
"winapi",
2021-02-24 10:46:21 +00:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2021-02-26 03:54:41 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "pin-project-lite"
version = "0.2.7"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2021-02-26 03:54:41 +00:00
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "pin-utils"
version = "0.1.0"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2021-02-26 03:54:41 +00:00
[[package]]
name = "pkg-config"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
2021-08-09 11:50:19 +00:00
[[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",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro-hack"
version = "0.5.19"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro2"
version = "1.0.32"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"unicode-xid",
2021-02-12 08:12:43 +00:00
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "quote"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
2021-07-30 01:17:14 +00:00
"proc-macro2",
2021-02-16 10:45:41 +00:00
]
2021-03-01 08:20:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "redox_syscall"
version = "0.2.10"
2021-02-22 21:33:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"bitflags",
2021-07-19 23:16:08 +00:00
]
2021-02-22 21:33:30 +00:00
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
2021-08-09 11:29:48 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-08-06 02:26:39 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
2021-10-28 22:30:25 +00:00
"winapi",
2021-08-06 02:26:39 +00:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-08-06 02:26:39 +00:00
[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64",
"log",
"ring",
2021-10-28 22:30:25 +00:00
"sct 0.6.1",
"webpki 0.21.4",
]
[[package]]
name = "rustls"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b5ac6078ca424dc1d3ae2328526a76787fecc7f8011f520e3276730e711fc95"
dependencies = [
"log",
"ring",
"sct 0.7.0",
"webpki 0.22.0",
2021-08-06 02:26:39 +00:00
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2021-10-25 23:42:14 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-02-22 21:33:30 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "scopeguard"
version = "1.1.0"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2021-03-02 06:15:12 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "sct"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
"ring",
"untrusted",
]
2021-10-28 22:30:25 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "serde"
version = "1.0.130"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2021-08-09 11:50:19 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.130"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2021-08-09 11:50:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
]
2021-11-04 08:53:34 +00:00
[[package]]
name = "session_types"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "149e4a189f59b63f351e9cc877ba983c03a322b95663ed58324e35be23aad7ac"
dependencies = [
"crossbeam-channel 0.3.9",
]
[[package]]
name = "sha2"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer",
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
"cpufeatures",
"digest",
"opaque-debug",
]
2021-10-25 23:42:14 +00:00
[[package]]
name = "signal-hook"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
dependencies = [
"libc",
2021-10-28 22:30:25 +00:00
"mio",
2021-10-25 23:42:14 +00:00
"signal-hook",
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "signal-hook-registry"
version = "1.4.0"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"libc",
2021-03-02 06:15:12 +00:00
]
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "slab"
2021-10-25 23:42:14 +00:00
version = "0.4.5"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 23:42:14 +00:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-02-24 10:46:21 +00:00
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "smallvec"
version = "1.7.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2021-02-12 08:12:43 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "sqlformat"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
dependencies = [
"itertools",
2021-10-28 22:30:25 +00:00
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7911b0031a0247af40095838002999c7a52fba29d9739e93326e71a5a1bc9d43"
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aec89bfaca8f7737439bad16d52b07f1ccd0730520d3bf6ae9d069fe4b641fb1"
dependencies = [
"ahash",
"atoi",
"bitflags",
"byteorder",
"bytes",
"chrono",
"crc",
2021-11-04 08:53:34 +00:00
"crossbeam-channel 0.5.1",
"crossbeam-queue",
2021-11-04 08:53:34 +00:00
"crossbeam-utils 0.8.5",
"either",
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-util",
"hashlink",
"hex",
"indexmap",
"itoa",
"libc",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",
"parking_lot",
"percent-encoding",
2021-10-28 22:30:25 +00:00
"rustls 0.19.1",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
"tokio-stream",
"url",
2021-10-28 22:30:25 +00:00
"webpki 0.21.4",
"webpki-roots 0.21.1",
"whoami",
]
[[package]]
name = "sqlx-macros"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "584866c833511b1a152e87a7ee20dee2739746f60c858b3c5209150bc4b466f5"
dependencies = [
"dotenv",
"either",
"heck",
"once_cell",
"proc-macro2",
"quote",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-rt",
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d1bd069de53442e7a320f525a6d4deb8bb0621ac7a55f7eccbc2b58b57f43d0"
dependencies = [
"once_cell",
"tokio",
2021-10-28 22:30:25 +00:00
"tokio-rustls 0.22.0",
]
2021-08-09 05:36:10 +00:00
[[package]]
name = "stderrlog"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a53e2eff3e94a019afa6265e8ee04cb05b9d33fe9f5078b14e4e391d155a38"
dependencies = [
"atty",
"chrono",
"log",
"termcolor",
"thread_local",
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "strsim"
version = "0.10.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "syn"
version = "1.0.81"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
2021-02-12 08:12:43 +00:00
dependencies = [
"proc-macro2",
2021-07-19 23:16:08 +00:00
"quote",
2021-07-30 01:17:14 +00:00
"unicode-xid",
2021-07-19 23:16:08 +00:00
]
2021-08-09 05:36:10 +00:00
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "textwrap"
2021-08-23 00:19:27 +00:00
version = "0.14.2"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 00:19:27 +00:00
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
2021-08-09 11:50:19 +00:00
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-09 05:36:10 +00:00
[[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",
2021-10-28 22:30:25 +00:00
"winapi",
]
[[package]]
name = "tinyvec"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "tokio"
2021-11-04 08:53:34 +00:00
version = "1.13.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"bytes",
2021-07-19 23:16:08 +00:00
"libc",
2021-07-30 01:17:14 +00:00
"memchr",
2021-10-28 22:30:25 +00:00
"mio",
2021-07-30 01:17:14 +00:00
"num_cpus",
2021-07-19 23:16:08 +00:00
"once_cell",
2021-07-30 01:17:14 +00:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"tokio-macros",
2021-10-28 22:30:25 +00:00
"winapi",
2021-06-24 18:59:20 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "tokio-macros"
2021-11-04 08:53:34 +00:00
version = "1.5.1"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-19 23:16:08 +00:00
"proc-macro2",
"quote",
2021-07-30 01:17:14 +00:00
"syn",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
2021-10-28 22:30:25 +00:00
"rustls 0.19.1",
2021-08-06 02:26:39 +00:00
"tokio",
2021-10-28 22:30:25 +00:00
"webpki 0.21.4",
]
[[package]]
name = "tokio-rustls"
2021-11-04 08:53:34 +00:00
version = "0.23.1"
2021-10-28 22:30:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689"
2021-10-28 22:30:25 +00:00
dependencies = [
"rustls 0.20.0",
"tokio",
"webpki 0.22.0",
2021-08-06 02:26:39 +00:00
]
[[package]]
name = "tokio-stream"
2021-11-04 08:53:34 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "tokio-util"
2021-11-04 08:53:34 +00:00
version = "0.6.9"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-04 08:53:34 +00:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2021-08-06 02:26:39 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.29"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2021-08-09 11:50:19 +00:00
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-08-09 11:50:19 +00:00
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.21"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2021-08-09 11:50:19 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "typenum"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
[[package]]
name = "unicode-width"
version = "0.1.9"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-08-09 11:50:19 +00:00
2021-07-19 23:16:08 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "unicode-xid"
version = "0.2.2"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2021-07-19 23:16:08 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2021-08-06 02:26:39 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-07-19 23:16:08 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "version_check"
version = "0.9.3"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2021-07-19 23:16:08 +00:00
2021-10-25 23:42:14 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-10-28 22:30:25 +00:00
"winapi",
2021-10-25 23:42:14 +00:00
"winapi-util",
]
2021-08-09 11:50:19 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-08-06 02:26:39 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.78"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
2021-08-06 02:26:39 +00:00
dependencies = [
2021-11-04 08:53:34 +00:00
"cfg-if 1.0.0",
2021-08-06 02:26:39 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.78"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2021-08-06 02:26:39 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.78"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2021-08-06 02:26:39 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.78"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2021-08-06 02:26:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.78"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2021-08-06 02:26:39 +00:00
[[package]]
name = "web-sys"
version = "0.3.55"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2021-08-06 02:26:39 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
2021-10-28 22:30:25 +00:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "webpki-roots"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
2021-10-28 22:30:25 +00:00
"webpki 0.21.4",
]
[[package]]
name = "webpki-roots"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630"
dependencies = [
"webpki 0.22.0",
2021-08-06 02:26:39 +00:00
]
[[package]]
name = "whoami"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "483a59fee1a93fec90eb08bc2eb4315ef10f4ebc478b3a5fadc969819cb66117"
dependencies = [
"wasm-bindgen",
"web-sys",
]
2021-02-12 08:12:43 +00:00
[[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"
2021-08-09 05:36:10 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2021-10-28 22:30:25 +00:00
"winapi",
2021-08-09 05:36:10 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-07-30 03:47:53 +00:00
2021-08-09 11:50:19 +00:00
[[package]]
name = "xdg"
version = "2.4.0"
2021-08-09 11:50:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803"
dependencies = [
"dirs",
]