syndicate-rs/Cargo.lock

1722 lines
42 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
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
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 = [
"winapi",
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 = [
"winapi",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
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"
version = "3.7.0"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
[[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"
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"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
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",
"winapi",
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 = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[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"
[[package]]
name = "cpufeatures"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
dependencies = [
"libc",
]
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",
"itertools 0.10.1",
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 = [
"cfg-if",
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 = [
"cfg-if",
2021-04-19 20:21:00 +00:00
"crossbeam-epoch",
2020-06-17 11:42:33 +00:00
"crossbeam-utils",
]
[[package]]
2021-04-19 20:21:00 +00:00
name = "crossbeam-epoch"
version = "0.9.5"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2020-06-17 11:42:33 +00:00
dependencies = [
"cfg-if",
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"
version = "0.8.5"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-06-17 11:42:33 +00:00
dependencies = [
"cfg-if",
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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
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 = "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]]
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",
"pin-project-lite",
2020-05-06 15:14:05 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2021-04-19 20:21:00 +00:00
[[package]]
name = "glob"
version = "0.3.0"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2021-04-19 20:21:00 +00:00
[[package]]
name = "half"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
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 = [
"bytes",
"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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
dependencies = [
"bytes",
]
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.1"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2021-04-19 20:21:00 +00:00
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 = "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"
version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[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 = [
"cfg-if",
]
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"
version = "0.6.4"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2020-06-17 11:42:33 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "mio"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
2020-05-06 15:14:05 +00:00
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[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 = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
[[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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
dependencies = [
"bitflags",
"cfg-if",
"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"
version = "0.9.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
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",
]
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 = [
"pin-project-internal",
]
[[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",
]
2021-04-19 20:21:00 +00:00
[[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"
version = "0.3.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
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"
version = "0.15.0"
dependencies = [
2020-05-06 15:14:05 +00:00
"num",
"serde",
"serde_bytes",
]
[[package]]
name = "preserves-schema"
version = "0.2.0"
dependencies = [
"convert_case",
"glob",
"lazy_static",
"preserves",
"regex",
"structopt",
]
[[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"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
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.8.4"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2021-04-19 20:21:00 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2021-04-19 20:21:00 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-04-19 20:21:00 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
2021-04-19 20:21:00 +00:00
]
[[package]]
name = "rand_hc"
version = "0.3.1"
2021-04-19 20:21:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2021-04-19 20:21:00 +00:00
dependencies = [
"rand_core",
]
2020-06-17 11:42:33 +00:00
[[package]]
name = "rayon"
version = "1.5.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2020-06-17 11:42:33 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.1"
2020-06-17 11:42:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
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"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
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 = [
"aho-corasick",
"memchr",
2020-05-18 12:33:36 +00:00
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
2020-05-18 12:33:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-05-18 12:33:36 +00:00
dependencies = [
"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 = [
"winapi",
]
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",
"winapi",
]
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"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
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.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
dependencies = [
"block-buffer",
"cfg-if",
"cpufeatures",
"digest",
"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"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "syndicate-rs"
version = "0.2.0"
dependencies = [
"bytes",
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",
"preserves-schema",
2020-05-06 15:14:05 +00:00
"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 = [
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2"
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",
2020-05-06 15:14:05 +00:00
"mio",
"num_cpus",
"pin-project-lite",
2020-05-06 15:14:05 +00:00
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37"
dependencies = [
2020-05-06 15:14:05 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-tungstenite"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e96bb520beab540ab664bd5a9cfeaa1fcd846fa68c830b42e2c8963071251d2"
dependencies = [
"futures-util",
"log",
"pin-project",
"tokio",
"tungstenite",
]
[[package]]
2020-05-06 15:14:05 +00:00
name = "tokio-util"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
"bytes",
2020-05-06 15:14:05 +00:00
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
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 = [
"cfg-if",
"pin-project-lite",
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 = [
"pin-project",
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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
dependencies = [
"base64",
"byteorder",
"bytes",
"http",
"httparse",
"input_buffer",
"log",
"native-tls",
"rand",
"sha-1",
"thiserror",
"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"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[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",
"winapi",
2020-06-17 11:42:33 +00:00
"winapi-util",
]
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 = [
"cfg-if",
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"
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-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 = [
"winapi",
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"