surwiki/Cargo.lock

1706 lines
42 KiB
Text
Raw Permalink Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2017-08-19 23:48:51 +03:00
[[package]]
name = "aho-corasick"
version = "0.6.10"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"memchr",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "ansi_term"
2018-06-13 23:16:44 +03:00
version = "0.11.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"winapi 0.3.9",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "atty"
version = "0.2.14"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"hermit-abi",
"libc",
"winapi 0.3.9",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "autocfg"
2021-05-01 21:18:41 +03:00
version = "1.0.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2017-08-19 23:48:51 +03:00
[[package]]
name = "bart"
version = "0.1.6"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3678acb7a27ff77a32f794d2d47634d0eb3a4612cfeb62f35c9f2a74f9346c60"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"nom",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "bart_derive"
version = "0.1.6"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb1b0d0b2b455346cae481cb4762e1a68965a05b07fc2a5c6857f0a57f590fdb"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"itertools",
"num",
"quote 0.3.15",
"syn 0.11.11",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "base64"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"byteorder",
"safemem 0.2.0",
2017-12-15 18:19:44 +03:00
]
[[package]]
name = "base64"
version = "0.9.3"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"byteorder",
"safemem 0.3.3",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
2017-08-19 23:48:51 +03:00
2017-12-15 18:19:44 +03:00
[[package]]
name = "bitflags"
version = "1.2.1"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2017-12-15 18:19:44 +03:00
[[package]]
name = "block-buffer"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
dependencies = [
2021-05-01 21:18:41 +03:00
"byte-tools",
"generic-array",
]
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
2017-08-19 23:48:51 +03:00
[[package]]
name = "byteorder"
2021-05-01 21:18:41 +03:00
version = "1.4.3"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2017-08-19 23:48:51 +03:00
[[package]]
name = "bytes"
version = "0.4.12"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"byteorder",
"iovec",
2017-08-19 23:48:51 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "cc"
2021-05-01 21:18:41 +03:00
version = "1.0.67"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
2018-06-13 23:16:44 +03:00
2017-08-19 23:48:51 +03:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2017-08-19 23:48:51 +03:00
[[package]]
name = "chrono"
2021-05-01 21:18:41 +03:00
version = "0.4.19"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"libc",
"num-integer",
"num-traits",
"time",
"winapi 0.3.9",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "clap"
2021-05-01 21:18:41 +03:00
version = "2.33.3"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"ansi_term",
"atty",
"bitflags 1.2.1",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
2021-05-01 21:18:41 +03:00
"bitflags 1.2.1",
]
2017-11-14 13:35:13 +03:00
[[package]]
name = "codegen"
version = "0.1.0"
dependencies = [
2021-05-01 21:18:41 +03:00
"base64 0.6.0",
"quote 0.3.15",
"serde",
"serde_derive",
"serde_json",
"sha2",
"syn 0.10.8",
2017-11-14 13:35:13 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils",
"lazy_static 1.4.0",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2021-05-01 21:18:41 +03:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 0.1.10",
"crossbeam-utils",
"maybe-uninit",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
"cfg-if 0.1.10",
"lazy_static 1.4.0",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
2017-08-19 23:48:51 +03:00
[[package]]
name = "diesel"
version = "1.4.8"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"byteorder",
"chrono",
"diesel_derives",
"libsqlite3-sys",
2017-08-19 23:48:51 +03:00
]
[[package]]
2017-12-15 18:19:44 +03:00
name = "diesel_derives"
version = "1.4.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
2017-08-19 23:48:51 +03:00
dependencies = [
2022-04-03 23:03:03 +03:00
"proc-macro2",
2022-04-03 23:16:45 +03:00
"quote 1.0.17",
2021-05-01 21:18:41 +03:00
"syn 1.0.71",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "diesel_infer_schema"
version = "1.4.0"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7bea70d0798a3d8489e1d5493bb2111a1ab2da434191b9e9605f167c01a20680"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"infer_schema_macros",
2017-12-15 18:19:44 +03:00
]
[[package]]
name = "diesel_migrations"
version = "1.4.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"migrations_internals",
"migrations_macros",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "digest"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
dependencies = [
2021-05-01 21:18:41 +03:00
"generic-array",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "dtoa"
2021-05-01 21:18:41 +03:00
version = "0.4.8"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2017-08-19 23:48:51 +03:00
[[package]]
name = "either"
2021-05-01 21:18:41 +03:00
version = "1.6.1"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2017-12-15 18:19:44 +03:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2017-12-15 18:19:44 +03:00
[[package]]
name = "fuchsia-zircon"
2018-06-13 23:16:44 +03:00
version = "0.3.3"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bitflags 1.2.1",
"fuchsia-zircon-sys",
2017-12-15 18:19:44 +03:00
]
[[package]]
name = "fuchsia-zircon-sys"
2018-06-13 23:16:44 +03:00
version = "0.3.3"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2017-12-15 18:19:44 +03:00
2017-08-19 23:48:51 +03:00
[[package]]
name = "futures"
2021-05-01 21:18:41 +03:00
version = "0.1.31"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2017-08-19 23:48:51 +03:00
[[package]]
name = "futures-cpupool"
2018-06-13 23:16:44 +03:00
version = "0.1.8"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
"num_cpus",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "generic-array"
2021-05-01 21:18:41 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b2297fb0e3ea512e380da24b52dca3924028f59df5e3a17a18f81d8349ca7ebe"
dependencies = [
2021-05-01 21:18:41 +03:00
"nodrop",
"typenum",
]
[[package]]
name = "hermit-abi"
2021-05-01 21:18:41 +03:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
2021-05-01 21:18:41 +03:00
"libc",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "httparse"
2021-05-01 21:18:41 +03:00
version = "1.4.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437"
2017-08-19 23:48:51 +03:00
[[package]]
name = "hyper"
2018-06-13 23:16:44 +03:00
version = "0.11.27"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
dependencies = [
"base64 0.9.3",
"bytes",
"futures",
"futures-cpupool",
"httparse",
"iovec",
"language-tags",
"log 0.4.14",
"mime",
"net2",
"percent-encoding",
"relay",
"time",
"tokio-core",
"tokio-io",
"tokio-proto",
"tokio-service",
"unicase",
"want",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "idna"
version = "0.1.5"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"matches",
"unicode-bidi",
"unicode-normalization",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "indoc"
2022-04-03 23:03:03 +03:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 23:03:03 +03:00
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = [
2021-05-01 21:18:41 +03:00
"unindent",
]
2017-12-15 18:19:44 +03:00
[[package]]
name = "infer_schema_internals"
version = "1.4.0"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "90e390df38a4e5cb4337a76db5b736f239e08f3ab7e8e42a34548617f0113f64"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"diesel",
2017-12-15 18:19:44 +03:00
]
[[package]]
name = "infer_schema_macros"
version = "1.4.0"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "07b667b471ef99645989ceea451be288b6e669eeb8951d3f0fbd310677588ac6"
dependencies = [
"infer_schema_internals",
"quote 0.3.15",
"syn 0.11.11",
]
[[package]]
name = "instant"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 1.0.0",
2017-12-15 18:19:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "iovec"
version = "0.1.4"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"libc",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "itertools"
2017-12-15 18:19:44 +03:00
version = "0.6.5"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"either",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "itoa"
2021-05-01 21:18:41 +03:00
version = "0.4.7"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2017-08-19 23:48:51 +03:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"winapi 0.2.8",
"winapi-build",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
2017-08-19 23:48:51 +03:00
[[package]]
name = "lazy_static"
2017-12-15 18:19:44 +03:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2017-12-15 18:19:44 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2017-08-19 23:48:51 +03:00
[[package]]
name = "libc"
2021-05-01 21:18:41 +03:00
version = "0.2.94"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
2017-08-19 23:48:51 +03:00
[[package]]
name = "libsqlite3-sys"
version = "0.9.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e9eb7b8e152b6a01be6a4a2917248381875758250dc3df5d46caf9250341dda"
dependencies = [
2021-05-01 21:18:41 +03:00
"cc",
"pkg-config",
"vcpkg",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "lock_api"
version = "0.3.4"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"scopeguard",
]
[[package]]
name = "lock_api"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
dependencies = [
"scopeguard",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "log"
2018-06-13 23:16:44 +03:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"log 0.4.14",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "log"
2021-05-01 21:18:41 +03:00
version = "0.4.14"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 1.0.0",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "maplit"
version = "1.0.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2017-08-19 23:48:51 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2017-08-19 23:48:51 +03:00
2017-11-02 17:19:23 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "memchr"
2021-05-01 21:18:41 +03:00
version = "2.4.0"
2017-11-02 17:19:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2017-11-02 17:19:23 +03:00
2018-06-13 23:16:44 +03:00
[[package]]
name = "memoffset"
2021-05-01 21:18:41 +03:00
version = "0.5.6"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
]
2018-06-13 23:16:44 +03:00
2017-08-19 23:48:51 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "migrations_internals"
version = "1.4.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
2017-12-15 18:19:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"diesel",
2017-12-15 18:19:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "migrations_macros"
version = "1.4.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"migrations_internals",
2022-04-03 23:03:03 +03:00
"proc-macro2",
2022-04-03 23:16:45 +03:00
"quote 1.0.17",
2021-05-01 21:18:41 +03:00
"syn 1.0.71",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "mime"
version = "0.3.16"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2017-08-19 23:48:51 +03:00
[[package]]
name = "mio"
2021-05-01 21:18:41 +03:00
version = "0.6.23"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log 0.4.14",
"miow",
"net2",
"slab 0.4.3",
"winapi 0.2.8",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
2021-05-01 21:18:41 +03:00
"iovec",
"libc",
"mio",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "miow"
2021-05-01 21:18:41 +03:00
version = "0.2.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "net2"
2021-05-01 21:18:41 +03:00
version = "0.2.37"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2017-08-19 23:48:51 +03:00
[[package]]
name = "nom"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff"
2017-08-19 23:48:51 +03:00
[[package]]
name = "num"
2018-06-13 23:16:44 +03:00
version = "0.1.42"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"num-integer",
"num-iter",
"num-traits",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "num-integer"
2021-05-01 21:18:41 +03:00
version = "0.1.44"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
"num-traits",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "num-iter"
2021-05-01 21:18:41 +03:00
version = "0.1.42"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
"num-integer",
"num-traits",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "num-traits"
2021-05-01 21:18:41 +03:00
version = "0.2.14"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2021-05-01 21:18:41 +03:00
"autocfg",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2021-05-01 21:18:41 +03:00
"hermit-abi",
"libc",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2021-05-01 21:18:41 +03:00
"lock_api 0.3.4",
"parking_lot_core 0.6.2",
"rustc_version",
]
[[package]]
name = "parking_lot"
2021-05-01 21:18:41 +03:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
2021-05-01 21:18:41 +03:00
"instant",
"lock_api 0.4.4",
"parking_lot_core 0.8.3",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version",
"smallvec 0.6.14",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
2021-05-01 21:18:41 +03:00
version = "0.8.3"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall 0.2.7",
"smallvec 1.6.1",
"winapi 0.3.9",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "percent-encoding"
2017-12-15 18:19:44 +03:00
version = "1.0.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2017-08-19 23:48:51 +03:00
[[package]]
name = "pkg-config"
2021-05-01 21:18:41 +03:00
version = "0.3.19"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2017-08-19 23:48:51 +03:00
2018-06-13 23:16:44 +03:00
[[package]]
name = "proc-macro2"
2022-04-03 23:16:45 +03:00
version = "1.0.36"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 23:16:45 +03:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"unicode-xid 0.2.2",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "pulldown-cmark"
2018-10-03 19:24:55 +03:00
version = "0.1.2"
source = "git+https://github.com/maghoff/pulldown-cmark.git#e5dea36c4891413e58654fc0b9d9d0eeb3374fa5"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bitflags 0.9.1",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2017-08-19 23:48:51 +03:00
2018-06-13 23:16:44 +03:00
[[package]]
name = "quote"
2022-04-03 23:16:45 +03:00
version = "1.0.17"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 23:16:45 +03:00
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
2018-06-13 23:16:44 +03:00
dependencies = [
2022-04-03 23:03:03 +03:00
"proc-macro2",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "r2d2"
2021-05-01 21:18:41 +03:00
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
dependencies = [
2021-05-01 21:18:41 +03:00
"log 0.4.14",
"parking_lot 0.11.1",
"scheduled-thread-pool",
]
[[package]]
name = "r2d2-diesel"
2018-01-06 11:29:15 +03:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "eb9c29bad92da76d02bc2c020452ebc3a3fe6fa74cfab91e711c43116e4fb1a3"
dependencies = [
2021-05-01 21:18:41 +03:00
"diesel",
"r2d2",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "rand"
version = "0.3.23"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"libc",
"rand 0.4.6",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "rand"
version = "0.4.6"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
2021-05-01 21:18:41 +03:00
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"winapi 0.3.9",
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
2021-05-01 21:18:41 +03:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2017-08-19 23:48:51 +03:00
[[package]]
name = "rdrand"
version = "0.4.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
2021-05-01 21:18:41 +03:00
"rand_core 0.3.1",
]
2017-08-19 23:48:51 +03:00
2017-12-15 18:19:44 +03:00
[[package]]
name = "redox_syscall"
2021-05-01 21:18:41 +03:00
version = "0.1.57"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2"
dependencies = [
"bitflags 1.2.1",
]
2017-12-15 18:19:44 +03:00
2017-08-19 23:48:51 +03:00
[[package]]
name = "regex"
2018-06-13 23:16:44 +03:00
version = "0.2.11"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
"utf8-ranges",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "regex-syntax"
2018-06-13 23:16:44 +03:00
version = "0.5.6"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"ucd-util",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
2017-12-15 18:19:44 +03:00
name = "relay"
2018-06-13 23:16:44 +03:00
version = "0.1.1"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2021-05-01 21:18:41 +03:00
"semver",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "ryu"
2021-05-01 21:18:41 +03:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2017-08-19 23:48:51 +03:00
[[package]]
name = "safemem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
2017-08-19 23:48:51 +03:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2017-08-19 23:48:51 +03:00
[[package]]
name = "same-file"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"kernel32-sys",
"winapi 0.2.8",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "sausagewiki"
version = "0.1.0-dev"
dependencies = [
2021-05-01 21:18:41 +03:00
"bart",
"bart_derive",
"chrono",
"clap",
"codegen",
"diesel",
"diesel_infer_schema",
"diesel_migrations",
"diff",
"futures",
"futures-cpupool",
"hyper",
"indoc",
"lazy_static 1.4.0",
2021-05-01 21:18:41 +03:00
"libsqlite3-sys",
"maplit",
"matches",
"num",
"percent-encoding",
"pulldown-cmark",
2022-04-03 23:16:45 +03:00
"quote 1.0.17",
2021-05-01 21:18:41 +03:00
"r2d2",
"r2d2-diesel",
"rand 0.5.6",
"regex",
"seahash",
"serde",
"serde_derive",
"serde_json",
"serde_plain",
"serde_urlencoded",
"slug",
"titlecase",
"tokio-io",
"tokio-proto",
"tokio-service",
"walkdir",
]
[[package]]
name = "scheduled-thread-pool"
2021-05-01 21:18:41 +03:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
dependencies = [
2021-05-01 21:18:41 +03:00
"parking_lot 0.11.1",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "scoped-tls"
2018-06-13 23:16:44 +03:00
version = "0.1.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
2017-08-19 23:48:51 +03:00
[[package]]
2018-06-13 23:16:44 +03:00
name = "scopeguard"
version = "1.1.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2017-08-19 23:48:51 +03:00
[[package]]
name = "seahash"
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "58f57ca1d128a43733fd71d583e837b1f22239a37ebea09cde11d8d9a9080f47"
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2021-05-01 21:18:41 +03:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2017-08-19 23:48:51 +03:00
[[package]]
2018-06-13 23:16:44 +03:00
name = "serde"
2021-05-01 21:18:41 +03:00
version = "1.0.125"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
2017-08-19 23:48:51 +03:00
[[package]]
2018-06-13 23:16:44 +03:00
name = "serde_derive"
2021-05-01 21:18:41 +03:00
version = "1.0.125"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2017-08-19 23:48:51 +03:00
dependencies = [
2022-04-03 23:03:03 +03:00
"proc-macro2",
2022-04-03 23:16:45 +03:00
"quote 1.0.17",
2021-05-01 21:18:41 +03:00
"syn 1.0.71",
2017-08-19 23:48:51 +03:00
]
2017-09-05 18:07:57 +03:00
[[package]]
name = "serde_json"
2021-05-01 21:18:41 +03:00
version = "1.0.64"
2017-09-05 18:07:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2017-09-05 18:07:57 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"itoa",
"ryu",
"serde",
2017-09-05 18:07:57 +03:00
]
2018-09-18 20:21:36 +03:00
[[package]]
name = "serde_plain"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "625fb0da2b006092b426a94acc1611bec52f2ec27bb27b266a9f93c29ee38eda"
2018-09-18 20:21:36 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"serde",
2018-09-18 20:21:36 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"dtoa",
"itoa",
"serde",
"url",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "sha2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
dependencies = [
2021-05-01 21:18:41 +03:00
"block-buffer",
"byte-tools",
"digest",
"fake-simd",
"generic-array",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "slab"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
2017-08-19 23:48:51 +03:00
2017-12-15 18:19:44 +03:00
[[package]]
name = "slab"
2021-05-01 21:18:41 +03:00
version = "0.4.3"
2017-12-15 18:19:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
2017-12-15 18:19:44 +03:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
2021-05-01 21:18:41 +03:00
"deunicode",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "smallvec"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
2017-08-19 23:48:51 +03:00
[[package]]
name = "smallvec"
2021-05-01 21:18:41 +03:00
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
2021-05-01 21:18:41 +03:00
"maybe-uninit",
]
[[package]]
name = "smallvec"
2021-05-01 21:18:41 +03:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2017-08-19 23:48:51 +03:00
[[package]]
name = "strsim"
version = "0.8.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2017-08-19 23:48:51 +03:00
[[package]]
name = "syn"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "58fd09df59565db3399efbba34ba8a2fec1307511ebd245d0061ff9d42691673"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"quote 0.3.15",
"unicode-xid 0.0.4",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
2017-08-19 23:48:51 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "syn"
2021-05-01 21:18:41 +03:00
version = "1.0.71"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373"
2018-06-13 23:16:44 +03:00
dependencies = [
2022-04-03 23:03:03 +03:00
"proc-macro2",
2022-04-03 23:16:45 +03:00
"quote 1.0.17",
2021-05-01 21:18:41 +03:00
"unicode-xid 0.2.2",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"unicode-xid 0.0.4",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "take"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
2017-08-19 23:48:51 +03:00
[[package]]
name = "textwrap"
version = "0.11.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"unicode-width",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "thread_local"
version = "0.3.6"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"lazy_static 1.4.0",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "time"
2021-05-01 21:18:41 +03:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi",
"winapi 0.3.9",
]
[[package]]
name = "tinyvec"
version = "1.2.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"tinyvec_macros",
2017-08-19 23:48:51 +03:00
]
2021-05-01 21:18:41 +03:00
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "titlecase"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "0650399a761c61e9691ccc878bce2608291f7c18d8f84d188e6e11748a5316c8"
dependencies = [
2021-05-01 21:18:41 +03:00
"lazy_static 0.2.11",
"regex",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio"
version = "0.1.22"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"mio",
"num_cpus",
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
"tokio-fs",
"tokio-io",
"tokio-reactor",
"tokio-sync",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"tokio-udp",
"tokio-uds",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-codec"
version = "0.1.2"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"tokio-io",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "tokio-core"
2021-05-01 21:18:41 +03:00
version = "0.1.18"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"iovec",
"log 0.4.14",
"mio",
"scoped-tls",
"tokio",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-timer",
]
[[package]]
name = "tokio-current-thread"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
"tokio-executor",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-executor"
version = "0.1.10"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"crossbeam-utils",
"futures",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
"tokio-io",
"tokio-threadpool",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "tokio-io"
version = "0.1.13"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"log 0.4.14",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "tokio-proto"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
"log 0.3.9",
"net2",
"rand 0.3.23",
"slab 0.3.0",
"smallvec 0.2.1",
"take",
"tokio-core",
"tokio-io",
"tokio-service",
2017-08-19 23:48:51 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"crossbeam-utils",
"futures",
"lazy_static 1.4.0",
"log 0.4.14",
"mio",
"num_cpus",
"parking_lot 0.9.0",
"slab 0.4.3",
"tokio-executor",
"tokio-io",
"tokio-sync",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
2021-05-01 21:18:41 +03:00
"fnv",
"futures",
2017-08-19 23:48:51 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "tokio-tcp"
version = "0.1.4"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"iovec",
"mio",
"tokio-io",
"tokio-reactor",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-threadpool"
version = "0.1.18"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"futures",
"lazy_static 1.4.0",
"log 0.4.14",
"num_cpus",
"slab 0.4.3",
"tokio-executor",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"crossbeam-utils",
"futures",
"slab 0.4.3",
"tokio-executor",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "tokio-udp"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"log 0.4.14",
"mio",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-uds"
2021-05-01 21:18:41 +03:00
version = "0.2.7"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"bytes",
"futures",
"iovec",
"libc",
"log 0.4.14",
"mio",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
2018-06-13 23:16:44 +03:00
]
[[package]]
name = "try-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
2018-06-13 23:16:44 +03:00
[[package]]
name = "typenum"
2021-05-01 21:18:41 +03:00
version = "1.13.0"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
2018-06-13 23:16:44 +03:00
[[package]]
name = "ucd-util"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236"
2017-08-19 23:48:51 +03:00
[[package]]
name = "unicase"
version = "2.6.0"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"version_check",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "unicode-bidi"
2021-05-01 21:18:41 +03:00
version = "0.3.5"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"matches",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "unicode-normalization"
2021-05-01 21:18:41 +03:00
version = "0.1.17"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
2021-05-01 21:18:41 +03:00
"tinyvec",
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "unicode-width"
2021-05-01 21:18:41 +03:00
version = "0.1.8"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2017-08-19 23:48:51 +03:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2017-08-19 23:48:51 +03:00
[[package]]
name = "unicode-xid"
2021-05-01 21:18:41 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unindent"
2022-04-03 23:03:03 +03:00
version = "0.1.8"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 23:03:03 +03:00
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
2017-08-19 23:48:51 +03:00
[[package]]
name = "url"
version = "1.7.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"idna",
"matches",
"percent-encoding",
2017-08-19 23:48:51 +03:00
]
[[package]]
name = "utf8-ranges"
version = "1.0.4"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
2017-08-19 23:48:51 +03:00
[[package]]
name = "vcpkg"
2021-05-01 21:18:41 +03:00
version = "0.2.12"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
2017-08-19 23:48:51 +03:00
[[package]]
name = "vec_map"
version = "0.8.2"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2017-08-19 23:48:51 +03:00
2017-12-15 18:19:44 +03:00
[[package]]
name = "version_check"
2021-05-01 21:18:41 +03:00
version = "0.9.3"
2017-08-19 23:48:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2017-08-19 23:48:51 +03:00
[[package]]
name = "walkdir"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"kernel32-sys",
"same-file",
"winapi 0.2.8",
2017-08-19 23:48:51 +03:00
]
2018-06-13 23:16:44 +03:00
[[package]]
name = "want"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"futures",
"log 0.4.14",
"try-lock",
2018-06-13 23:16:44 +03:00
]
2021-05-01 21:18:41 +03:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2017-08-19 23:48:51 +03:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2017-08-19 23:48:51 +03:00
2018-06-13 23:16:44 +03:00
[[package]]
name = "winapi"
2021-05-01 21:18:41 +03:00
version = "0.3.9"
2018-06-13 23:16:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-06-13 23:16:44 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-13 23:16:44 +03:00
]
2017-08-19 23:48:51 +03:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2017-08-19 23:48:51 +03:00
2018-06-13 23:16:44 +03:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-13 23:16:44 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-06-13 23:16:44 +03:00
2017-08-19 23:48:51 +03:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:18:41 +03:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2017-08-19 23:48:51 +03:00
dependencies = [
2021-05-01 21:18:41 +03:00
"winapi 0.2.8",
"winapi-build",
]