2020-06-29 13:08:51 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-06 05:49:13 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.1.3"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.6.14"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-06-06 06:44:59 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-08-14 08:42:43 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.7"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-08-14 08:42:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.4"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.1.0"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows-sys",
|
2023-08-14 08:42:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "3.0.3"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows-sys",
|
2023-08-14 08:42:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.86"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-tungstenite"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.27.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "c5359381fd414fbdb272c48f2111c16cb0bb3447bfacd59311ff3736da9f6664"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"log",
|
2021-08-06 05:49:13 +00:00
|
|
|
"pin-project-lite",
|
2020-06-29 13:08:51 +00:00
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.3.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "2.6.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-03-22 09:46:19 +00:00
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-22 09:46:19 +00:00
|
|
|
version = "0.10.4"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 09:46:19 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "byteorder"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "1.5.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "bytes"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.6.1"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "cfg-expr"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.15.8"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
2021-08-06 05:49:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
2023-08-14 08:42:43 +00:00
|
|
|
"target-lexicon",
|
2021-08-06 05:49:13 +00:00
|
|
|
]
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-08-06 05:49:13 +00:00
|
|
|
version = "1.0.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 05:49:13 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "4.5.9"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2023-08-14 08:42:43 +00:00
|
|
|
"clap_builder",
|
2022-10-24 10:18:42 +00:00
|
|
|
"clap_derive",
|
2023-08-14 08:42:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "4.5.9"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2022-10-24 10:18:42 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "4.5.8"
|
2022-10-24 10:18:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
2022-10-24 10:18:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-09 08:44:27 +00:00
|
|
|
"syn",
|
2022-10-24 10:18:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.7.1"
|
2022-10-24 10:18:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2023-08-14 08:42:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.1"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2021-08-06 05:49:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.2.12"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2021-08-06 05:49:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
2022-03-24 10:05:29 +00:00
|
|
|
name = "crypto-common"
|
2022-10-24 10:18:42 +00:00
|
|
|
version = "0.1.6"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 10:18:42 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-03-24 10:05:29 +00:00
|
|
|
"typenum",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "2.6.0"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2023-08-14 08:42:43 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
2022-03-24 10:05:29 +00:00
|
|
|
name = "digest"
|
2023-08-14 08:42:43 +00:00
|
|
|
version = "0.10.7"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 08:42:43 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-03-24 10:05:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
2020-07-31 08:51:43 +00:00
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.13.0"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-08-14 08:42:43 +00:00
|
|
|
|
2024-02-09 08:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.11.3"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2024-02-09 08:44:27 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
2020-06-29 13:08:51 +00:00
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-08-06 05:49:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "1.2.1"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-08-06 05:49:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-09 08:44:27 +00:00
|
|
|
"syn",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-08-06 05:49:13 +00:00
|
|
|
"pin-project-lite",
|
2020-06-29 13:08:51 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-08-14 08:42:43 +00:00
|
|
|
version = "0.14.7"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 08:42:43 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-08-06 05:49:13 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.15"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2021-11-10 15:14:54 +00:00
|
|
|
"wasi",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gio"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "398e3da68749fdc32783cbf7521ec3f65c9cf946db8c7774f8460af49e52c6e2"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-10-24 10:18:42 +00:00
|
|
|
"futures-util",
|
2020-06-29 13:08:51 +00:00
|
|
|
"gio-sys",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2022-10-24 10:18:42 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
2020-07-31 08:51:43 +00:00
|
|
|
"thiserror",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "e4feb96b31c32730ea3e1e89aecd2e4e37ecb1c473ad8f685e3430a159419f63"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows-sys",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "fee90a615ce05be7a32932cfb8adf2c4bbb4700e80d37713c981fb24c0c56238"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2023-08-14 08:42:43 +00:00
|
|
|
"bitflags",
|
2020-06-29 13:08:51 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
2022-10-24 10:18:42 +00:00
|
|
|
"futures-util",
|
|
|
|
"gio-sys",
|
2020-07-31 08:51:43 +00:00
|
|
|
"glib-macros",
|
2020-06-29 13:08:51 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2023-02-10 11:07:49 +00:00
|
|
|
"memchr",
|
2021-08-06 05:49:13 +00:00
|
|
|
"smallvec",
|
2022-03-24 10:05:29 +00:00
|
|
|
"thiserror",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "4da558d8177c0c8c54368818b508a4244e1286fce2858cef4e547023f0cfa5ef"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2022-10-24 10:18:42 +00:00
|
|
|
"heck",
|
2020-07-31 08:51:43 +00:00
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-09 08:44:27 +00:00
|
|
|
"syn",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "4958c26e5a01c9af00dea669a97369eccbec29a8e6d125c24ea2d85ee7467b60"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.20.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "c6908864f5ffff15b56df7e90346863904f49b949337ed0456b9287af61903b8"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "21e95b1d1153239a621ec143501fdcca6c1ad3efb87d268597285f85c4136f73"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"glib",
|
|
|
|
"gstreamer-sys",
|
2023-08-14 08:42:43 +00:00
|
|
|
"itertools",
|
2020-06-29 13:08:51 +00:00
|
|
|
"libc",
|
|
|
|
"muldiv",
|
2021-08-06 05:49:13 +00:00
|
|
|
"num-integer",
|
2020-06-29 13:08:51 +00:00
|
|
|
"num-rational",
|
2024-02-09 08:44:27 +00:00
|
|
|
"once_cell",
|
2022-03-24 10:05:29 +00:00
|
|
|
"option-operations",
|
2020-06-29 13:08:51 +00:00
|
|
|
"paste",
|
2023-12-14 16:20:51 +00:00
|
|
|
"pin-project-lite",
|
2023-02-10 11:07:49 +00:00
|
|
|
"smallvec",
|
2020-07-31 08:51:43 +00:00
|
|
|
"thiserror",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sdp"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "55409c506b35b896e8f77477f1c6a3c0323fa8faacbc233173b04be39ceaa257"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sdp-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "b5310c77cef02c0fbbc20e68d9aef20e0b03db5dc9b4c305dfdc5d72002e0f94"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "d9c9005b55dd2b1784645963c1ec409f9d420a56f6348d0ae69c2eaff584bcc3"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-webrtc"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "63a05072dca301395078b0e179fe3cde3d0a3f62788f3e295b720446d39fa748"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp",
|
|
|
|
"gstreamer-webrtc-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-webrtc-sys"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "ddee82bdce4400f064aae1954af89c7828533a82fc7fdf8a1920d64c73338d84"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gstreamer-sdp-sys",
|
2022-10-24 10:18:42 +00:00
|
|
|
"gstreamer-sys",
|
2020-06-29 13:08:51 +00:00
|
|
|
"libc",
|
2020-07-31 08:51:43 +00:00
|
|
|
"system-deps",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 11:07:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.14.5"
|
2023-02-10 11:07:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-02-10 11:07:49 +00:00
|
|
|
|
2022-03-24 10:05:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.5.0"
|
2022-03-24 10:05:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2022-03-24 10:05:29 +00:00
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.1.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.9.4"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-11-10 15:14:54 +00:00
|
|
|
version = "2.1.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 15:14:54 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "0.5.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-02-10 11:07:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "2.2.6"
|
2023-02-10 11:07:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-02-10 11:07:49 +00:00
|
|
|
dependencies = [
|
2023-08-14 08:42:43 +00:00
|
|
|
"equivalent",
|
2023-02-10 11:07:49 +00:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2024-06-06 06:44:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
2022-12-20 11:06:43 +00:00
|
|
|
[[package]]
|
2023-08-14 08:42:43 +00:00
|
|
|
name = "itertools"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.13.0"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2022-12-20 11:06:43 +00:00
|
|
|
dependencies = [
|
2023-08-14 08:42:43 +00:00
|
|
|
"either",
|
2022-12-20 11:06:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.11"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "janus-video-room"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-tungstenite",
|
2022-10-24 10:18:42 +00:00
|
|
|
"clap",
|
2020-06-29 13:08:51 +00:00
|
|
|
"env_logger",
|
|
|
|
"futures",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-sdp",
|
|
|
|
"gstreamer-webrtc",
|
|
|
|
"http",
|
|
|
|
"log",
|
2021-11-10 15:14:54 +00:00
|
|
|
"rand",
|
2020-06-29 13:08:51 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.155"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.4.22"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "2.7.4"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "muldiv"
|
2022-12-20 11:06:43 +00:00
|
|
|
version = "1.0.1"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 11:06:43 +00:00
|
|
|
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.1.46"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.4.2"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.19"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "1.19.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-24 10:05:29 +00:00
|
|
|
name = "option-operations"
|
2022-10-24 10:18:42 +00:00
|
|
|
version = "0.5.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 10:18:42 +00:00
|
|
|
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
|
2022-03-24 10:05:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"paste",
|
|
|
|
]
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.15"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "2.3.1"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "pin-project-lite"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.14"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-12-20 11:06:43 +00:00
|
|
|
version = "0.2.17"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 11:06:43 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "3.1.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2024-02-09 08:44:27 +00:00
|
|
|
"toml_edit 0.21.1",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.86"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2022-10-24 10:18:42 +00:00
|
|
|
"unicode-ident",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.36"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-08-06 05:49:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.8.5"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-08-06 05:49:13 +00:00
|
|
|
dependencies = [
|
2020-06-29 13:08:51 +00:00
|
|
|
"libc",
|
2021-11-10 15:14:54 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-08-06 05:49:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-11-10 15:14:54 +00:00
|
|
|
"rand_core",
|
2021-08-06 05:49:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-24 10:18:42 +00:00
|
|
|
version = "0.6.4"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 10:18:42 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-08-06 05:49:13 +00:00
|
|
|
dependencies = [
|
2021-11-10 15:14:54 +00:00
|
|
|
"getrandom",
|
2021-08-06 05:49:13 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.10.5"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.4.7"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.8.4"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.0.18"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.204"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2023-12-14 16:20:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.204"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-09 08:44:27 +00:00
|
|
|
"syn",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.120"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.6.6"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
2022-12-20 11:06:43 +00:00
|
|
|
name = "sha1"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "0.10.6"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2021-08-06 05:49:13 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2020-06-29 13:08:51 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "0.4.9"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-10-24 10:18:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-08-06 05:49:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "1.13.2"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 10:18:42 +00:00
|
|
|
name = "strsim"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.11.1"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-03-22 09:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "2.0.71"
|
2023-03-22 09:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-10-24 10:18:42 +00:00
|
|
|
"unicode-ident",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "7.0.1"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "6c81f13d9a334a6c242465140bd262fae382b752ff2011c4f7419919a9c97922"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
2021-08-06 05:49:13 +00:00
|
|
|
"cfg-expr",
|
2022-10-24 10:18:42 +00:00
|
|
|
"heck",
|
2020-07-31 08:51:43 +00:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.12.15"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.62"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.0.62"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-09 08:44:27 +00:00
|
|
|
"syn",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "tinyvec"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "1.8.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2021-08-06 05:49:13 +00:00
|
|
|
"tinyvec_macros",
|
2020-06-29 13:08:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 05:49:13 +00:00
|
|
|
name = "tinyvec_macros"
|
2023-02-10 11:07:49 +00:00
|
|
|
version = "0.1.1"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 11:07:49 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.8.14"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
|
2020-07-31 08:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-08-14 08:42:43 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-07-17 09:11:08 +00:00
|
|
|
"toml_edit 0.22.15",
|
2020-07-31 08:51:43 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 11:07:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.6.6"
|
2023-02-10 11:07:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2023-08-14 08:42:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-02-10 11:07:49 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.21.1"
|
2023-02-10 11:07:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
2024-06-06 06:44:59 +00:00
|
|
|
"winnow 0.5.40",
|
2024-02-09 08:44:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.22.15"
|
2024-02-09 08:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1"
|
2023-02-10 11:07:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2023-08-14 08:42:43 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-02-10 11:07:49 +00:00
|
|
|
"toml_datetime",
|
2024-07-17 09:11:08 +00:00
|
|
|
"winnow 0.6.13",
|
2023-02-10 11:07:49 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.23.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-08-14 08:42:43 +00:00
|
|
|
"data-encoding",
|
2020-06-29 13:08:51 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2021-11-10 15:14:54 +00:00
|
|
|
"rand",
|
2022-12-20 11:06:43 +00:00
|
|
|
"sha1",
|
2021-08-06 05:49:13 +00:00
|
|
|
"thiserror",
|
2020-06-29 13:08:51 +00:00
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "1.17.0"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-09 08:44:27 +00:00
|
|
|
version = "0.3.15"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 08:44:27 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-10-24 10:18:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-12-14 16:20:51 +00:00
|
|
|
version = "1.0.12"
|
2022-10-24 10:18:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-14 16:20:51 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.1.23"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "2.5.2"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2020-06-29 13:08:51 +00:00
|
|
|
dependencies = [
|
2021-08-06 05:49:13 +00:00
|
|
|
"form_urlencoded",
|
2020-06-29 13:08:51 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-08-06 05:49:13 +00:00
|
|
|
version = "0.7.6"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 05:49:13 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2023-08-14 08:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.2.2"
|
2023-08-14 08:42:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-08-14 08:42:43 +00:00
|
|
|
|
2020-07-31 08:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.2.0"
|
2020-07-31 08:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 06:44:59 +00:00
|
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
2020-07-31 08:51:43 +00:00
|
|
|
|
2020-06-29 13:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-03-24 10:05:29 +00:00
|
|
|
version = "0.9.4"
|
2020-06-29 13:08:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 10:05:29 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-29 13:08:51 +00:00
|
|
|
|
2021-08-06 05:49:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-10-24 10:18:42 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-08-06 05:49:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 10:18:42 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-08-06 05:49:13 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows-targets",
|
2023-12-14 16:20:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2023-12-14 16:20:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-14 16:20:51 +00:00
|
|
|
dependencies = [
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-06-06 06:44:59 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-02-09 08:44:27 +00:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-12-20 11:06:43 +00:00
|
|
|
]
|
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2024-06-06 06:44:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-06-06 06:44:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2023-12-14 16:20:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-12-20 11:06:43 +00:00
|
|
|
|
2023-12-14 16:20:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.52.6"
|
2023-03-22 09:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-03-22 09:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-06-06 06:44:59 +00:00
|
|
|
version = "0.5.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-07-17 09:11:08 +00:00
|
|
|
version = "0.6.13"
|
2022-12-20 11:06:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 09:11:08 +00:00
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
2023-03-22 09:46:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|