vpncloud/Cargo.lock

1557 lines
40 KiB
Plaintext
Raw Normal View History

2019-12-04 08:32:35 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-12-19 11:51:52 +00:00
version = 3
2023-10-06 22:56:32 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
2015-11-28 16:54:52 +00:00
[[package]]
2020-05-29 06:37:29 +00:00
name = "ansi_term"
2021-12-19 11:51:52 +00:00
version = "0.12.1"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi",
2019-12-04 08:32:35 +00:00
]
2023-10-06 22:56:32 +00:00
[[package]]
name = "anstyle"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2019-12-04 08:32:35 +00:00
[[package]]
name = "attohttpc"
2021-02-22 15:19:19 +00:00
version = "0.16.3"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-22 15:19:19 +00:00
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"http",
"log",
"url",
"wildmatch",
2015-11-28 16:54:52 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-05-29 06:37:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"hermit-abi 0.1.19",
2020-09-24 17:48:13 +00:00
"libc",
"winapi",
2020-05-29 06:37:29 +00:00
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "autocfg"
2023-10-06 22:56:32 +00:00
version = "1.1.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-12-20 00:40:32 +00:00
2016-06-30 08:05:37 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "bitflags"
version = "1.3.2"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-12-04 08:32:35 +00:00
2020-12-20 00:40:32 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "bitflags"
version = "2.4.0"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2019-12-04 08:32:35 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "block-buffer"
version = "0.10.4"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"generic-array",
2021-01-28 21:54:29 +00:00
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "bumpalo"
2023-10-06 22:56:32 +00:00
version = "3.14.0"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2020-09-24 17:48:13 +00:00
[[package]]
name = "byteorder"
2023-10-06 22:56:32 +00:00
version = "1.5.0"
2020-09-24 17:48:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2016-05-02 06:35:11 +00:00
2019-03-20 21:03:41 +00:00
[[package]]
name = "bytes"
2023-10-06 22:56:32 +00:00
version = "1.5.0"
2017-05-09 07:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2017-05-09 07:27:44 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "cast"
2023-10-06 22:56:32 +00:00
version = "0.3.0"
2017-05-09 07:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2017-05-09 07:27:44 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "cc"
2023-10-06 22:56:32 +00:00
version = "1.0.83"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2019-01-01 23:35:14 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "cfg-if"
version = "0.1.10"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-01 23:35:14 +00:00
2020-12-19 22:34:17 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-04-12 17:47:17 +00:00
[[package]]
name = "chrono"
2023-10-06 22:56:32 +00:00
version = "0.4.31"
2021-04-12 17:47:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2021-04-12 17:47:17 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"android-tzdata",
"iana-time-zone",
2021-04-12 17:47:17 +00:00
"num-traits",
2023-10-06 22:56:32 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "ciborium"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
[[package]]
name = "ciborium-ll"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
dependencies = [
"ciborium-io",
"half",
2021-04-12 17:47:17 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "clap"
2021-12-19 11:51:52 +00:00
version = "2.34.0"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"ansi_term",
"atty",
2023-10-06 22:56:32 +00:00
"bitflags 1.3.2",
2020-09-24 17:48:13 +00:00
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2020-05-29 06:37:29 +00:00
]
2023-10-06 22:56:32 +00:00
[[package]]
name = "clap"
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
dependencies = [
"anstyle",
"clap_lex",
]
[[package]]
name = "clap_lex"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2021-02-13 23:09:11 +00:00
[[package]]
name = "console"
2023-10-06 22:56:32 +00:00
version = "0.15.7"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2021-02-13 23:09:11 +00:00
dependencies = [
"encode_unicode",
2023-10-06 22:56:32 +00:00
"lazy_static",
2021-02-13 23:09:11 +00:00
"libc",
"unicode-width",
2023-10-06 22:56:32 +00:00
"windows-sys 0.45.0",
2021-02-13 23:09:11 +00:00
]
2023-10-06 22:56:32 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2020-12-20 00:40:32 +00:00
[[package]]
2021-12-19 11:51:52 +00:00
name = "cpufeatures"
2023-10-06 22:56:32 +00:00
version = "0.2.9"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2021-12-19 11:51:52 +00:00
dependencies = [
"libc",
]
2020-12-20 00:40:32 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "criterion"
2023-10-06 22:56:32 +00:00
version = "0.5.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"anes",
2021-01-28 21:54:29 +00:00
"cast",
2023-10-06 22:56:32 +00:00
"ciborium",
"clap 4.4.6",
2021-01-28 21:54:29 +00:00
"criterion-plot",
2023-10-06 22:56:32 +00:00
"is-terminal",
"itertools",
2021-01-28 21:54:29 +00:00
"num-traits",
2023-10-06 22:56:32 +00:00
"once_cell",
2021-01-28 21:54:29 +00:00
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2023-10-06 22:56:32 +00:00
version = "0.5.0"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
2021-01-28 21:54:29 +00:00
dependencies = [
"cast",
"itertools",
2021-01-28 21:54:29 +00:00
]
[[package]]
name = "crossbeam-deque"
2023-10-06 22:56:32 +00:00
version = "0.8.3"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-01-28 21:54:29 +00:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-10-06 22:56:32 +00:00
version = "0.9.15"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"autocfg",
2021-01-28 21:54:29 +00:00
"cfg-if 1.0.0",
"crossbeam-utils",
2023-10-06 22:56:32 +00:00
"memoffset 0.9.0",
2021-01-28 21:54:29 +00:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-10-06 22:56:32 +00:00
version = "0.8.16"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2021-01-28 21:54:29 +00:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
2023-10-06 22:56:32 +00:00
name = "crypto-common"
version = "0.1.6"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"generic-array",
"typenum",
2021-01-28 21:54:29 +00:00
]
[[package]]
2023-10-06 22:56:32 +00:00
name = "daemonize"
version = "0.5.0"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"libc",
2021-01-28 21:54:29 +00:00
]
2016-11-23 14:21:22 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "data-encoding"
version = "2.4.0"
2016-11-23 14:21:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
2016-11-23 14:21:22 +00:00
2021-02-13 23:09:11 +00:00
[[package]]
name = "dialoguer"
2023-10-06 22:56:32 +00:00
version = "0.11.0"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
2021-02-13 23:09:11 +00:00
dependencies = [
"console",
2023-10-06 22:56:32 +00:00
"shell-words",
2021-02-13 23:09:11 +00:00
"tempfile",
2023-10-06 22:56:32 +00:00
"thiserror",
2021-02-13 23:09:11 +00:00
"zeroize",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "digest"
2023-10-06 22:56:32 +00:00
version = "0.10.7"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2020-12-20 00:40:32 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"block-buffer",
"crypto-common",
2020-12-20 00:40:32 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "either"
2023-10-06 22:56:32 +00:00
version = "1.9.0"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2019-01-01 23:35:14 +00:00
2021-02-13 23:09:11 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2023-10-06 22:56:32 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2016-03-29 08:45:54 +00:00
[[package]]
name = "fnv"
2020-05-28 06:59:00 +00:00
version = "1.0.7"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-07-08 10:32:02 +00:00
2020-11-07 11:34:51 +00:00
[[package]]
name = "form_urlencoded"
2023-10-06 22:56:32 +00:00
version = "1.2.0"
2020-11-07 11:34:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2020-11-07 11:34:51 +00:00
dependencies = [
"percent-encoding",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "generic-array"
2023-10-06 22:56:32 +00:00
version = "0.14.7"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2020-12-20 00:40:32 +00:00
dependencies = [
"typenum",
"version_check",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "getrandom"
2023-10-06 22:56:32 +00:00
version = "0.2.10"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2019-12-04 08:32:35 +00:00
dependencies = [
2021-01-13 08:23:38 +00:00
"cfg-if 1.0.0",
2020-12-19 22:34:17 +00:00
"libc",
"wasi",
]
[[package]]
2021-01-28 21:54:29 +00:00
name = "half"
2021-12-19 11:51:52 +00:00
version = "1.8.2"
2020-12-19 22:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2019-12-04 08:32:35 +00:00
[[package]]
name = "hashbrown"
2023-10-06 22:56:32 +00:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
2020-05-29 06:37:29 +00:00
[[package]]
name = "heck"
2021-12-19 11:51:52 +00:00
version = "0.3.3"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-segmentation",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "hermit-abi"
2021-12-19 11:51:52 +00:00
version = "0.1.19"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2020-05-29 06:37:29 +00:00
]
2023-10-06 22:56:32 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
[[package]]
2019-03-20 21:03:41 +00:00
name = "http"
2023-10-06 22:56:32 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
2020-09-24 17:48:13 +00:00
"bytes",
"fnv",
2023-10-06 22:56:32 +00:00
"itoa",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "httparse"
2023-10-06 22:56:32 +00:00
version = "1.8.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2020-12-20 00:40:32 +00:00
2021-02-08 09:06:47 +00:00
[[package]]
name = "iai"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"
2023-10-06 22:56:32 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
2019-02-15 21:42:13 +00:00
name = "idna"
2023-10-06 22:56:32 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-bidi",
"unicode-normalization",
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "igd"
2023-10-06 22:56:32 +00:00
version = "0.12.1"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "556b5a75cd4adb7c4ea21c64af1c48cefb2ce7d43dc4352c720a1fe47c21f355"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"attohttpc",
"log",
"rand",
2020-09-24 17:48:13 +00:00
"url",
"xmltree",
2019-03-20 21:03:41 +00:00
]
[[package]]
name = "indexmap"
2023-10-06 22:56:32 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
dependencies = [
2023-10-06 22:56:32 +00:00
"equivalent",
"hashbrown",
]
2021-01-28 21:54:29 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "is-terminal"
version = "0.4.9"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2021-01-28 21:54:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"hermit-abi 0.3.3",
"rustix",
"windows-sys 0.48.0",
2021-01-28 21:54:29 +00:00
]
2019-03-20 21:03:41 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "itertools"
version = "0.10.5"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2021-12-19 11:51:52 +00:00
[[package]]
name = "itoa"
2023-10-06 22:56:32 +00:00
version = "1.0.9"
2021-12-19 11:51:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2019-12-04 08:32:35 +00:00
[[package]]
name = "js-sys"
2023-10-06 22:56:32 +00:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"wasm-bindgen",
2019-12-04 08:32:35 +00:00
]
2016-08-05 06:40:02 +00:00
[[package]]
name = "lazy_static"
2019-12-04 08:32:35 +00:00
version = "1.4.0"
2016-08-05 06:40:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2016-08-05 06:40:02 +00:00
[[package]]
2019-01-01 23:35:14 +00:00
name = "libc"
2023-10-06 22:56:32 +00:00
version = "0.2.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
[[package]]
name = "linked-hash-map"
2023-10-06 22:56:32 +00:00
version = "0.5.6"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2015-11-28 16:54:52 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "linux-raw-sys"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
2020-07-08 10:32:02 +00:00
2015-11-28 16:54:52 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "log"
version = "0.4.20"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2015-11-28 16:54:52 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "memchr"
2023-10-06 22:56:32 +00:00
version = "2.6.4"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2021-01-28 21:54:29 +00:00
[[package]]
name = "memoffset"
2023-10-06 22:56:32 +00:00
version = "0.7.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2021-01-28 21:54:29 +00:00
dependencies = [
"autocfg",
]
2015-11-28 16:54:52 +00:00
[[package]]
name = "nix"
2019-12-04 08:32:35 +00:00
version = "0.14.1"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2016-03-29 08:45:54 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"bitflags 1.3.2",
2020-09-24 17:48:13 +00:00
"cc",
2020-12-19 22:34:17 +00:00
"cfg-if 0.1.10",
2020-09-24 17:48:13 +00:00
"libc",
"void",
2016-03-29 08:45:54 +00:00
]
[[package]]
name = "nix"
2023-10-06 22:56:32 +00:00
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
2023-10-06 22:56:32 +00:00
"bitflags 1.3.2",
2020-12-19 22:34:17 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"libc",
2023-10-06 22:56:32 +00:00
"memoffset 0.7.1",
"pin-utils",
2021-04-12 17:47:17 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "num-traits"
2023-10-06 22:56:32 +00:00
version = "0.2.16"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2021-01-28 21:54:29 +00:00
dependencies = [
"autocfg",
]
2020-05-07 08:41:10 +00:00
[[package]]
name = "once_cell"
2023-10-06 22:56:32 +00:00
version = "1.18.0"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2020-05-07 08:41:10 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-12-20 00:40:32 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "percent-encoding"
version = "2.3.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2020-12-20 00:40:32 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2021-01-28 21:54:29 +00:00
[[package]]
name = "plotters"
2023-10-06 22:56:32 +00:00
version = "0.3.5"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
2021-01-28 21:54:29 +00:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2023-10-06 22:56:32 +00:00
version = "0.3.5"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
2021-01-28 21:54:29 +00:00
[[package]]
name = "plotters-svg"
2023-10-06 22:56:32 +00:00
version = "0.3.5"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
2021-01-28 21:54:29 +00:00
dependencies = [
"plotters-backend",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "ppv-lite86"
2023-10-06 22:56:32 +00:00
version = "0.2.17"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2015-11-28 16:54:52 +00:00
[[package]]
name = "privdrop"
2023-10-06 22:56:32 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9bc12de3935536ed9b69488faea4450a298dac44179b54f71806e63f55034bf9"
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2023-10-06 22:56:32 +00:00
"nix 0.26.4",
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "proc-macro-error"
2020-09-24 17:48:13 +00:00
version = "1.0.4"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 1.0.109",
2020-09-24 17:48:13 +00:00
"version_check",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "proc-macro-error-attr"
2020-09-24 17:48:13 +00:00
version = "1.0.4"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"version_check",
2020-05-29 06:37:29 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "proc-macro2"
2023-10-06 22:56:32 +00:00
version = "1.0.68"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c"
2019-01-01 23:35:14 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"unicode-ident",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "quote"
2023-10-06 22:56:32 +00:00
version = "1.0.33"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "rand"
2023-10-06 22:56:32 +00:00
version = "0.8.5"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"libc",
"rand_chacha",
"rand_core",
2020-12-19 22:34:17 +00:00
]
[[package]]
name = "rand_chacha"
2021-12-19 11:51:52 +00:00
version = "0.3.1"
2020-12-19 22:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-12-19 22:34:17 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2019-01-01 23:35:14 +00:00
]
[[package]]
2020-12-19 22:34:17 +00:00
name = "rand_core"
2023-10-06 22:56:32 +00:00
version = "0.6.4"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2019-01-01 23:35:14 +00:00
dependencies = [
"getrandom",
2020-12-19 22:34:17 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
2021-01-28 21:54:29 +00:00
name = "rayon"
2023-10-06 22:56:32 +00:00
version = "1.8.0"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2019-01-01 23:35:14 +00:00
dependencies = [
2021-01-28 21:54:29 +00:00
"either",
"rayon-core",
2020-12-19 22:34:17 +00:00
]
[[package]]
2021-01-28 21:54:29 +00:00
name = "rayon-core"
2023-10-06 22:56:32 +00:00
version = "1.12.0"
2020-12-19 22:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2020-12-19 22:34:17 +00:00
dependencies = [
2021-01-28 21:54:29 +00:00
"crossbeam-deque",
"crossbeam-utils",
2019-01-01 23:35:14 +00:00
]
[[package]]
2017-05-04 05:11:23 +00:00
name = "redox_syscall"
2023-10-06 22:56:32 +00:00
version = "0.3.5"
2017-05-04 05:11:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-10-06 22:56:32 +00:00
"bitflags 1.3.2",
]
2017-05-04 05:11:23 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "regex"
2023-10-06 22:56:32 +00:00
version = "1.9.6"
2019-02-14 21:51:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
2019-02-14 21:51:10 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"aho-corasick",
"memchr",
"regex-automata",
2021-01-28 21:54:29 +00:00
"regex-syntax",
2020-12-19 22:34:17 +00:00
]
[[package]]
2021-01-28 21:54:29 +00:00
name = "regex-automata"
2023-10-06 22:56:32 +00:00
version = "0.3.9"
2020-12-19 22:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2019-02-14 21:51:10 +00:00
2017-05-04 05:11:23 +00:00
[[package]]
2021-01-28 21:54:29 +00:00
name = "regex-syntax"
2023-10-06 22:56:32 +00:00
version = "0.7.5"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2019-02-21 15:57:25 +00:00
2019-01-04 12:53:12 +00:00
[[package]]
name = "ring"
2023-10-06 22:56:32 +00:00
version = "0.17.0"
source = "git+https://github.com/briansmith/ring?rev=2afc921#2afc921340bd24d77df33771ef1997a7d8efa082"
2019-01-04 12:53:12 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"cc",
2023-10-06 22:56:32 +00:00
"getrandom",
2020-09-24 17:48:13 +00:00
"libc",
"spin",
"untrusted",
2023-10-06 22:56:32 +00:00
"windows-sys 0.48.0",
2019-01-04 12:53:12 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "rustix"
version = "0.38.17"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
2020-04-17 20:35:24 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "ryu"
2023-10-06 22:56:32 +00:00
version = "1.0.15"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2020-07-08 10:32:02 +00:00
2021-01-28 21:54:29 +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 = "scopeguard"
2023-10-06 22:56:32 +00:00
version = "1.2.0"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2020-04-17 20:35:24 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde"
2023-10-06 22:56:32 +00:00
version = "1.0.188"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2021-01-26 17:30:31 +00:00
dependencies = [
"serde_derive",
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde_derive"
2023-10-06 22:56:32 +00:00
version = "1.0.188"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 2.0.38",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "serde_json"
2023-10-06 22:56:32 +00:00
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
2023-10-06 22:56:32 +00:00
"itoa",
2020-09-24 17:48:13 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2023-10-06 22:56:32 +00:00
version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap",
2023-10-06 22:56:32 +00:00
"itoa",
"ryu",
2020-09-24 17:48:13 +00:00
"serde",
2023-10-06 22:56:32 +00:00
"unsafe-libyaml",
]
2020-12-20 00:40:32 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "sha1"
version = "0.10.6"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2020-12-20 00:40:32 +00:00
dependencies = [
"cfg-if 1.0.0",
2021-12-19 11:51:52 +00:00
"cpufeatures",
2020-12-20 00:40:32 +00:00
"digest",
]
2023-10-06 22:56:32 +00:00
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2015-11-28 16:54:52 +00:00
[[package]]
name = "signal"
2019-12-04 08:32:35 +00:00
version = "0.7.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
"nix 0.14.1",
2015-11-28 16:54:52 +00:00
]
[[package]]
2020-09-24 17:48:13 +00:00
name = "smallvec"
2023-10-06 22:56:32 +00:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2019-12-04 08:32:35 +00:00
[[package]]
2020-04-17 20:35:24 +00:00
name = "spin"
2023-10-06 22:56:32 +00:00
version = "0.9.8"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2019-01-01 23:35:14 +00:00
[[package]]
name = "strsim"
2020-05-29 06:37:29 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-05-29 06:37:29 +00:00
[[package]]
name = "structopt"
2023-10-06 22:56:32 +00:00
version = "0.3.26"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
2020-05-29 06:37:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"clap 2.34.0",
2020-09-24 17:48:13 +00:00
"lazy_static",
"structopt-derive",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 1.0.109",
2020-05-29 06:37:29 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "syn"
2023-10-06 22:56:32 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"unicode-ident",
2016-05-02 06:35:11 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "syn"
version = "2.0.38"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2020-05-29 06:37:29 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2020-05-29 06:37:29 +00:00
]
2021-02-13 23:09:11 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "tempfile"
version = "3.8.0"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2021-02-13 23:09:11 +00:00
dependencies = [
2023-10-06 22:56:32 +00:00
"cfg-if 1.0.0",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys 0.48.0",
2021-02-13 23:09:11 +00:00
]
2019-02-21 15:57:25 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "textwrap"
version = "0.11.0"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-02-21 15:57:25 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-width",
2019-02-21 15:57:25 +00:00
]
2016-05-02 06:35:11 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "thiserror"
2023-10-06 22:56:32 +00:00
version = "1.0.49"
2020-09-24 17:48:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2020-09-24 17:48:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-10-06 22:56:32 +00:00
version = "1.0.49"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2016-05-02 06:35:11 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 2.0.38",
2016-05-02 06:35:11 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "tinytemplate"
2021-03-26 07:16:23 +00:00
version = "1.2.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 07:16:23 +00:00
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2021-01-28 21:54:29 +00:00
dependencies = [
"serde",
"serde_json",
]
2020-07-08 10:32:02 +00:00
[[package]]
name = "tinyvec"
2023-10-06 22:56:32 +00:00
version = "1.6.0"
2020-07-08 10:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-28 22:37:28 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-10-06 22:56:32 +00:00
version = "0.1.1"
2020-11-28 22:37:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-07-08 10:32:02 +00:00
2020-12-20 00:40:32 +00:00
[[package]]
name = "tungstenite"
2023-10-06 22:56:32 +00:00
version = "0.20.1"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
2020-12-20 00:40:32 +00:00
dependencies = [
"byteorder",
"bytes",
2023-10-06 22:56:32 +00:00
"data-encoding",
2020-12-20 00:40:32 +00:00
"http",
"httparse",
"log",
2021-02-03 21:44:31 +00:00
"rand",
2023-10-06 22:56:32 +00:00
"sha1",
"thiserror",
2020-12-20 00:40:32 +00:00
"url",
"utf-8",
]
[[package]]
name = "typenum"
2023-10-06 22:56:32 +00:00
version = "1.17.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2020-12-20 00:40:32 +00:00
2017-05-04 05:11:23 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-bidi"
2023-10-06 22:56:32 +00:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2019-01-01 23:35:14 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-normalization"
2023-10-06 22:56:32 +00:00
version = "0.1.22"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"tinyvec",
2017-05-04 05:11:23 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "unicode-segmentation"
2023-10-06 22:56:32 +00:00
version = "1.10.1"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-05-29 06:37:29 +00:00
[[package]]
name = "unicode-width"
2023-10-06 22:56:32 +00:00
version = "0.1.11"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2020-05-29 06:37:29 +00:00
[[package]]
2023-10-06 22:56:32 +00:00
name = "unsafe-libyaml"
version = "0.2.9"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
2019-01-01 23:35:14 +00:00
2019-01-04 12:53:12 +00:00
[[package]]
name = "untrusted"
2023-10-06 22:56:32 +00:00
version = "0.9.0"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2019-01-04 12:53:12 +00:00
2019-02-15 21:42:13 +00:00
[[package]]
name = "url"
2023-10-06 22:56:32 +00:00
version = "2.4.1"
2019-02-15 21:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2019-02-15 21:42:13 +00:00
dependencies = [
2020-11-07 11:34:51 +00:00
"form_urlencoded",
2020-09-24 17:48:13 +00:00
"idna",
"percent-encoding",
2019-02-15 21:42:13 +00:00
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "utf-8"
2021-12-19 11:51:52 +00:00
version = "0.7.6"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-12-20 00:40:32 +00:00
2020-05-29 06:37:29 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-05-29 06:37:29 +00:00
2020-05-07 08:41:10 +00:00
[[package]]
name = "version_check"
2023-10-06 22:56:32 +00:00
version = "0.9.4"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-05-07 08:41:10 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-01-01 21:50:04 +00:00
[[package]]
name = "vpncloud"
2021-12-23 20:33:50 +00:00
version = "2.3.0"
2019-01-01 21:50:04 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"byteorder",
2021-04-12 17:47:17 +00:00
"chrono",
2021-01-28 21:54:29 +00:00
"criterion",
2020-09-24 17:48:13 +00:00
"daemonize",
2021-02-13 23:09:11 +00:00
"dialoguer",
2020-09-24 17:48:13 +00:00
"fnv",
2021-02-08 09:06:47 +00:00
"iai",
2020-09-24 17:48:13 +00:00
"igd",
"libc",
"log",
"privdrop",
"rand",
2020-09-24 17:48:13 +00:00
"ring",
"serde",
"serde_yaml",
"signal",
"smallvec",
"structopt",
"tempfile",
"thiserror",
2020-12-20 00:40:32 +00:00
"tungstenite",
"url",
2020-09-24 17:48:13 +00:00
"yaml-rust",
2019-01-01 23:35:14 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "walkdir"
2023-10-06 22:56:32 +00:00
version = "2.4.0"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2021-01-28 21:54:29 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2019-03-20 21:03:41 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "wasi"
2023-10-06 22:56:32 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2019-12-04 08:32:35 +00:00
[[package]]
name = "wasm-bindgen"
2023-10-06 22:56:32 +00:00
version = "0.2.87"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"wasm-bindgen-macro",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2023-10-06 22:56:32 +00:00
version = "0.2.87"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"bumpalo",
"log",
2023-10-06 22:56:32 +00:00
"once_cell",
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 2.0.38",
2020-09-24 17:48:13 +00:00
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2023-10-06 22:56:32 +00:00
version = "0.2.87"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"quote",
"wasm-bindgen-macro-support",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-10-06 22:56:32 +00:00
version = "0.2.87"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2023-10-06 22:56:32 +00:00
"syn 2.0.38",
2020-09-24 17:48:13 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2023-10-06 22:56:32 +00:00
version = "0.2.87"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2019-12-04 08:32:35 +00:00
[[package]]
name = "web-sys"
2023-10-06 22:56:32 +00:00
version = "0.3.64"
2019-03-20 21:03:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"js-sys",
"wasm-bindgen",
2019-12-04 08:32:35 +00:00
]
2019-03-20 21:03:41 +00:00
[[package]]
name = "wildmatch"
2021-03-26 07:16:23 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 07:16:23 +00:00
checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a"
2019-01-01 23:35:14 +00:00
[[package]]
name = "winapi"
2020-07-08 10:32:02 +00:00
version = "0.3.9"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-01 23:35:14 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "winapi-util"
2023-10-06 22:56:32 +00:00
version = "0.1.6"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2021-01-28 21:54:29 +00:00
dependencies = [
"winapi",
]
2019-01-01 23:35:14 +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-09-24 17:48:13 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-01 23:35:14 +00:00
2023-10-06 22:56:32 +00:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "xml-rs"
2023-10-06 22:56:32 +00:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
[[package]]
name = "xmltree"
2021-12-19 11:51:52 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
dependencies = [
2020-09-24 17:48:13 +00:00
"xml-rs",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
2020-09-24 17:48:13 +00:00
"linked-hash-map",
]
2021-02-13 23:09:11 +00:00
[[package]]
name = "zeroize"
2023-10-06 22:56:32 +00:00
version = "1.6.0"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 22:56:32 +00:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"