syndicate-rs/Cargo.lock

1860 lines
46 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-04-19 20:21:00 +00:00
version = 3
2020-05-18 12:33:36 +00:00
[[package]]
2021-04-19 20:21:00 +00:00
name = "ansi_term"
version = "0.11.0"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
2020-05-18 12:33:36 +00:00
]
[[package]]
name = "ansi_term"
2021-04-19 20:21:00 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2021-04-19 20:21:00 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "bitflags"
2020-05-06 15:14:05 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "bstr"
2021-05-17 14:38:40 +00:00
version = "0.2.16"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
2020-06-17 11:42:33 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2021-04-19 20:21:00 +00:00
version = "3.6.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
2020-06-17 11:42:33 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
2021-04-19 20:21:00 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "bytes"
2021-04-19 20:21:00 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-06-17 11:42:33 +00:00
[[package]]
name = "cast"
2021-05-17 14:38:40 +00:00
version = "0.2.6"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
2020-06-17 11:42:33 +00:00
dependencies = [
"rustc_version",
]
[[package]]
name = "cc"
2021-04-19 20:21:00 +00:00
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2021-04-19 20:21:00 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-05-18 12:33:36 +00:00
[[package]]
name = "chrono"
2021-04-19 20:21:00 +00:00
version = "0.4.19"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"libc",
2020-05-18 12:33:36 +00:00
"num-integer",
"num-traits",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
2020-05-18 12:33:36 +00:00
]
[[package]]
name = "clap"
2021-04-19 20:21:00 +00:00
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
2021-04-19 20:21:00 +00:00
"ansi_term 0.11.0",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "core-foundation"
2021-04-19 20:21:00 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-04-19 20:21:00 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2020-06-17 11:42:33 +00:00
[[package]]
name = "criterion"
2021-04-19 20:21:00 +00:00
version = "0.3.4"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
2020-06-17 11:42:33 +00:00
dependencies = [
"atty",
"cast",
"clap",
"criterion-plot",
"csv",
2021-04-19 20:21:00 +00:00
"itertools 0.10.0",
2020-06-17 11:42:33 +00:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
2021-04-19 20:21:00 +00:00
"serde_cbor",
2020-06-17 11:42:33 +00:00
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2021-04-19 20:21:00 +00:00
version = "0.4.3"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
2020-06-17 11:42:33 +00:00
dependencies = [
"cast",
2021-04-19 20:21:00 +00:00
"itertools 0.9.0",
2020-06-17 11:42:33 +00:00
]
[[package]]
2021-04-19 20:21:00 +00:00
name = "crossbeam-channel"
2021-05-17 14:38:40 +00:00
version = "0.5.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
2020-06-17 11:42:33 +00:00
"crossbeam-utils",
]
[[package]]
2021-04-19 20:21:00 +00:00
name = "crossbeam-deque"
version = "0.8.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
"crossbeam-epoch",
2020-06-17 11:42:33 +00:00
"crossbeam-utils",
]
[[package]]
2021-04-19 20:21:00 +00:00
name = "crossbeam-epoch"
2021-05-17 14:38:40 +00:00
version = "0.9.4"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
2020-06-17 11:42:33 +00:00
"crossbeam-utils",
2021-04-19 20:21:00 +00:00
"lazy_static",
"memoffset",
"scopeguard",
2020-06-17 11:42:33 +00:00
]
[[package]]
name = "crossbeam-utils"
2021-05-17 14:38:40 +00:00
version = "0.8.4"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
2020-06-17 11:42:33 +00:00
dependencies = [
"autocfg",
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
2020-06-17 11:42:33 +00:00
"lazy_static",
]
[[package]]
name = "csv"
2021-04-19 20:21:00 +00:00
version = "1.1.6"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2020-06-17 11:42:33 +00:00
dependencies = [
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "either"
2021-04-19 20:21:00 +00:00
version = "1.6.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-06-17 11:42:33 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fnv"
2020-05-17 11:34:55 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-17 11:34:55 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2021-04-19 20:21:00 +00:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-05-06 15:14:05 +00:00
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
dependencies = [
2020-05-06 15:14:05 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-channel"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
2020-05-06 15:14:05 +00:00
"futures-core",
"futures-sink",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-core"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-executor"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
dependencies = [
2020-05-06 15:14:05 +00:00
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-io"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-macro"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
dependencies = [
2021-05-17 14:38:40 +00:00
"autocfg",
2020-05-06 15:14:05 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-sink"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
2020-05-06 15:14:05 +00:00
name = "futures-task"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
2020-05-06 15:14:05 +00:00
[[package]]
name = "futures-util"
2021-05-17 14:38:40 +00:00
version = "0.3.15"
2020-05-06 15:14:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
2021-05-17 14:38:40 +00:00
"autocfg",
2020-05-06 15:14:05 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-04-19 20:21:00 +00:00
"pin-project-lite 0.2.6",
2020-05-06 15:14:05 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
2021-04-19 20:21:00 +00:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "getrandom"
2021-04-19 20:21:00 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
"libc",
2021-04-19 20:21:00 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "getrandom"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
[[package]]
name = "half"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
[[package]]
name = "heck"
2021-04-19 20:21:00 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "hermit-abi"
2021-04-19 20:21:00 +00:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
2020-05-06 15:14:05 +00:00
"libc",
]
[[package]]
name = "http"
2021-05-17 14:38:40 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
2021-04-19 20:21:00 +00:00
"bytes 1.0.1",
"fnv",
"itoa",
]
[[package]]
name = "httparse"
2021-05-17 14:38:40 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "idna"
2021-05-17 14:38:40 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "input_buffer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
2021-04-19 20:21:00 +00:00
"bytes 0.5.6",
]
[[package]]
name = "iovec"
2020-05-06 15:14:05 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2020-05-06 15:14:05 +00:00
"libc",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "itertools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2021-04-19 20:21:00 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-06-17 11:42:33 +00:00
[[package]]
name = "js-sys"
2021-05-17 14:38:40 +00:00
version = "0.3.51"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2020-06-17 11:42:33 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-05-06 15:14:05 +00:00
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-05-17 14:38:40 +00:00
version = "0.2.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
[[package]]
name = "log"
2021-04-19 20:21:00 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "memchr"
2021-05-17 14:38:40 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2020-06-17 11:42:33 +00:00
[[package]]
name = "memoffset"
2021-05-17 14:38:40 +00:00
version = "0.6.3"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
2020-06-17 11:42:33 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "mio"
2021-04-19 20:21:00 +00:00
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 0.1.10",
2020-05-06 15:14:05 +00:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
]
[[package]]
name = "miow"
2021-04-19 20:21:00 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
2020-05-06 15:14:05 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "native-tls"
2021-04-19 20:21:00 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
2021-04-19 20:21:00 +00:00
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 0.1.10",
2020-05-06 15:14:05 +00:00
"libc",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
[[package]]
name = "num"
2020-05-06 15:14:05 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
2020-05-06 15:14:05 +00:00
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
2020-05-06 15:14:05 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
2020-05-06 15:14:05 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-integer"
2021-04-19 20:21:00 +00:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2021-04-19 20:21:00 +00:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-05-06 15:14:05 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2021-04-19 20:21:00 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2020-05-06 15:14:05 +00:00
"autocfg",
]
[[package]]
name = "num_cpus"
2020-05-06 15:14:05 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2020-05-06 15:14:05 +00:00
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
2021-04-19 20:21:00 +00:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2020-06-17 11:42:33 +00:00
[[package]]
name = "oorandom"
2021-04-19 20:21:00 +00:00
version = "11.1.3"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-06-17 11:42:33 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "openssl"
2021-05-17 14:38:40 +00:00
version = "0.10.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
dependencies = [
"bitflags",
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
"foreign-types",
"libc",
2021-05-17 14:38:40 +00:00
"once_cell",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2021-05-17 14:38:40 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2020-05-22 09:49:51 +00:00
[[package]]
name = "openssl-src"
2021-05-17 14:38:40 +00:00
version = "111.15.0+1.1.1k"
2020-05-22 09:49:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
2020-05-22 09:49:51 +00:00
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
2021-05-17 14:38:40 +00:00
version = "0.9.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
dependencies = [
"autocfg",
"cc",
"libc",
2020-05-22 09:49:51 +00:00
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2021-05-17 14:38:40 +00:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pin-project"
2021-05-17 14:38:40 +00:00
version = "0.4.28"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
2021-04-19 20:21:00 +00:00
dependencies = [
2021-05-17 14:38:40 +00:00
"pin-project-internal 0.4.28",
2021-04-19 20:21:00 +00:00
]
[[package]]
name = "pin-project"
2021-05-17 14:38:40 +00:00
version = "1.0.7"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
2021-04-19 20:21:00 +00:00
dependencies = [
2021-05-17 14:38:40 +00:00
"pin-project-internal 1.0.7",
2021-04-19 20:21:00 +00:00
]
[[package]]
name = "pin-project-internal"
2021-05-17 14:38:40 +00:00
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
dependencies = [
2021-04-19 20:21:00 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
2021-05-17 14:38:40 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "pin-project-lite"
2021-04-19 20:21:00 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
[[package]]
name = "pin-utils"
2020-05-06 15:14:05 +00:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2021-04-19 20:21:00 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-06-17 11:42:33 +00:00
[[package]]
name = "plotters"
2021-04-19 20:21:00 +00:00
version = "0.3.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
2020-06-17 11:42:33 +00:00
dependencies = [
"num-traits",
2021-04-19 20:21:00 +00:00
"plotters-backend",
"plotters-svg",
2020-06-17 11:42:33 +00:00
"wasm-bindgen",
"web-sys",
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "plotters-backend"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
[[package]]
name = "plotters-svg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
dependencies = [
"plotters-backend",
]
[[package]]
name = "ppv-lite86"
2021-04-19 20:21:00 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "preserves"
2021-05-17 14:38:40 +00:00
version = "0.13.0"
dependencies = [
2020-05-28 21:32:33 +00:00
"lazy_static",
2020-05-06 15:14:05 +00:00
"num",
"serde",
"serde_bytes",
]
[[package]]
name = "proc-macro-error"
2021-04-19 20:21:00 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2021-04-19 20:21:00 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
2021-04-19 20:21:00 +00:00
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
2021-04-19 20:21:00 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]]
name = "proc-macro2"
2021-05-17 14:38:40 +00:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
dependencies = [
2020-05-06 15:14:05 +00:00
"unicode-xid",
]
[[package]]
name = "quote"
2021-04-19 20:21:00 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-04-19 20:21:00 +00:00
"getrandom 0.1.16",
"libc",
2021-04-19 20:21:00 +00:00
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
"libc",
"rand_chacha 0.3.0",
"rand_core 0.6.2",
"rand_hc 0.3.0",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
2021-04-19 20:21:00 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core 0.6.2",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-04-19 20:21:00 +00:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom 0.2.2",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2021-04-19 20:21:00 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core 0.6.2",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "rayon"
2021-04-19 20:21:00 +00:00
version = "1.5.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
2020-06-17 11:42:33 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-04-19 20:21:00 +00:00
version = "1.9.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"crossbeam-channel",
2020-06-17 11:42:33 +00:00
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2021-05-17 14:38:40 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
2021-04-19 20:21:00 +00:00
dependencies = [
"bitflags",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "regex"
2021-05-17 14:38:40 +00:00
version = "1.5.4"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-05-18 12:33:36 +00:00
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-05-17 14:38:40 +00:00
version = "0.6.25"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-05-18 12:33:36 +00:00
[[package]]
name = "remove_dir_all"
2021-04-19 20:21:00 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "rustc_version"
2021-05-17 14:38:40 +00:00
version = "0.3.3"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
2020-06-17 11:42:33 +00:00
dependencies = [
"semver",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "ryu"
2021-04-19 20:21:00 +00:00
version = "1.0.5"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-05-18 12:33:36 +00:00
2020-06-17 11:42:33 +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",
]
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "security-framework"
2021-05-17 14:38:40 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2021-05-17 14:38:40 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"
dependencies = [
"core-foundation-sys",
"libc",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "semver"
2021-05-17 14:38:40 +00:00
version = "0.11.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2020-06-17 11:42:33 +00:00
dependencies = [
"semver-parser",
]
[[package]]
name = "semver-parser"
2021-05-17 14:38:40 +00:00
version = "0.10.2"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "serde"
2021-05-17 14:38:40 +00:00
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
2020-05-06 15:14:05 +00:00
"serde_derive",
]
[[package]]
name = "serde_bytes"
2021-04-19 20:21:00 +00:00
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
dependencies = [
2020-05-06 15:14:05 +00:00
"serde",
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "serde_cbor"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
dependencies = [
"half",
"serde",
]
[[package]]
name = "serde_derive"
2021-05-17 14:38:40 +00:00
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "serde_json"
2021-04-19 20:21:00 +00:00
version = "1.0.64"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2020-05-18 12:33:36 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "sharded-slab"
2021-04-19 20:21:00 +00:00
version = "0.1.1"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
2020-05-18 12:33:36 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "slab"
2021-05-17 14:38:40 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
[[package]]
name = "smallvec"
2021-04-19 20:21:00 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2021-04-19 20:21:00 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2021-04-19 20:21:00 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "syn"
2021-05-17 14:38:40 +00:00
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "syndicate-rs"
version = "0.1.0"
dependencies = [
2021-04-19 20:21:00 +00:00
"bytes 0.5.6",
2020-06-17 11:42:33 +00:00
"criterion",
2020-05-06 15:14:05 +00:00
"futures",
2020-05-22 09:49:51 +00:00
"openssl",
2020-05-06 15:14:05 +00:00
"preserves",
"serde",
"serde_bytes",
"structopt",
2020-05-06 15:14:05 +00:00
"tokio",
"tokio-tungstenite",
2020-05-06 15:14:05 +00:00
"tokio-util",
2020-05-18 12:33:36 +00:00
"tracing",
"tracing-futures",
"tracing-subscriber",
"tungstenite",
]
[[package]]
name = "tempfile"
2021-04-19 20:21:00 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
"libc",
2021-04-19 20:21:00 +00:00
"rand 0.8.3",
"redox_syscall",
"remove_dir_all",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "thread_local"
2021-04-19 20:21:00 +00:00
version = "1.1.3"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"once_cell",
2020-05-18 12:33:36 +00:00
]
[[package]]
2021-04-19 20:21:00 +00:00
name = "tinytemplate"
version = "1.2.1"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"serde",
"serde_json",
2020-05-18 12:33:36 +00:00
]
2020-06-17 11:42:33 +00:00
[[package]]
2021-04-19 20:21:00 +00:00
name = "tinyvec"
2021-05-17 14:38:40 +00:00
version = "1.2.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"tinyvec_macros",
2020-06-17 11:42:33 +00:00
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2021-04-19 20:21:00 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
2021-04-19 20:21:00 +00:00
"bytes 0.5.6",
2020-05-06 15:14:05 +00:00
"fnv",
"futures-core",
"iovec",
"lazy_static",
"libc",
"memchr",
2020-05-06 15:14:05 +00:00
"mio",
"mio-uds",
2020-05-06 15:14:05 +00:00
"num_cpus",
2021-04-19 20:21:00 +00:00
"pin-project-lite 0.1.12",
2020-05-06 15:14:05 +00:00
"slab",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
2021-04-19 20:21:00 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-tungstenite"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b8fe88007ebc363512449868d7da4389c9400072a3f666f212c7280082882a"
dependencies = [
"futures",
"log",
2021-05-17 14:38:40 +00:00
"pin-project 0.4.28",
"tokio",
"tungstenite",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
2021-04-19 20:21:00 +00:00
"bytes 0.5.6",
2020-05-06 15:14:05 +00:00
"futures-core",
"futures-sink",
"log",
2021-04-19 20:21:00 +00:00
"pin-project-lite 0.1.12",
2020-05-06 15:14:05 +00:00
"tokio",
]
2020-05-18 12:33:36 +00:00
[[package]]
name = "tracing"
2021-05-17 14:38:40 +00:00
version = "0.1.26"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
"pin-project-lite 0.2.6",
2020-05-18 12:33:36 +00:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2021-05-17 14:38:40 +00:00
version = "0.1.15"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
2020-05-18 12:33:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2021-05-17 14:38:40 +00:00
version = "0.1.18"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
2020-05-18 12:33:36 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
2021-04-19 20:21:00 +00:00
version = "0.2.5"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-05-17 14:38:40 +00:00
"pin-project 1.0.7",
2020-05-18 12:33:36 +00:00
"tracing",
]
[[package]]
name = "tracing-log"
2021-04-19 20:21:00 +00:00
version = "0.1.2"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-05-18 12:33:36 +00:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
2021-04-19 20:21:00 +00:00
version = "0.1.2"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
2020-05-18 12:33:36 +00:00
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2021-05-17 14:38:40 +00:00
version = "0.2.18"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
2020-05-18 12:33:36 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"ansi_term 0.12.1",
2020-05-18 12:33:36 +00:00
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
2021-04-19 20:21:00 +00:00
"thread_local",
"tracing",
2020-05-18 12:33:36 +00:00
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "tungstenite"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
dependencies = [
"base64",
"byteorder",
2021-04-19 20:21:00 +00:00
"bytes 0.5.6",
"http",
"httparse",
"input_buffer",
"log",
"native-tls",
2021-04-19 20:21:00 +00:00
"rand 0.7.3",
"sha-1",
"url",
"utf-8",
]
[[package]]
name = "typenum"
2021-05-17 14:38:40 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicode-bidi"
2021-05-17 14:38:40 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
2021-04-19 20:21:00 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
2021-04-19 20:21:00 +00:00
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2021-04-19 20:21:00 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
[[package]]
name = "unicode-width"
2021-04-19 20:21:00 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "unicode-xid"
2021-05-17 14:38:40 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "url"
2021-05-17 14:38:40 +00:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
2021-04-19 20:21:00 +00:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "utf-8"
2021-05-17 14:38:40 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "vcpkg"
2021-05-17 14:38:40 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2021-05-17 14:38:40 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-06-17 11:42:33 +00:00
[[package]]
name = "walkdir"
2021-05-17 14:38:40 +00:00
version = "2.3.2"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-06-17 11:42:33 +00:00
dependencies = [
"same-file",
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
2020-06-17 11:42:33 +00:00
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2021-04-19 20:21:00 +00:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-06-17 11:42:33 +00:00
[[package]]
name = "wasm-bindgen"
2021-05-17 14:38:40 +00:00
version = "0.2.74"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
2020-06-17 11:42:33 +00:00
dependencies = [
2021-04-19 20:21:00 +00:00
"cfg-if 1.0.0",
2020-06-17 11:42:33 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-05-17 14:38:40 +00:00
version = "0.2.74"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
2020-06-17 11:42:33 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2021-05-17 14:38:40 +00:00
version = "0.2.74"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
2020-06-17 11:42:33 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-05-17 14:38:40 +00:00
version = "0.2.74"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
2020-06-17 11:42:33 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-05-17 14:38:40 +00:00
version = "0.2.74"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
2020-06-17 11:42:33 +00:00
[[package]]
name = "web-sys"
2021-05-17 14:38:40 +00:00
version = "0.3.51"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:38:40 +00:00
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
2020-06-17 11:42:33 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
2021-04-19 20:21:00 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-19 20:21:00 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2020-05-06 15:14:05 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-06-17 11:42:33 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2021-04-19 20:21:00 +00:00
"winapi 0.3.9",
2020-06-17 11:42:33 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 15:14:05 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
2020-05-06 15:14:05 +00:00
"winapi 0.2.8",
"winapi-build",
]