vpncloud/Cargo.lock

1381 lines
34 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
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
]
[[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 = [
2020-09-24 17:48:13 +00:00
"hermit-abi",
"libc",
"winapi",
2020-05-29 06:37:29 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "autocfg"
2022-06-06 20:15:15 +00:00
version = "1.1.0"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-01-28 21:54:29 +00:00
2020-12-20 00:40:32 +00:00
[[package]]
name = "base64"
2021-02-03 21:44:31 +00:00
version = "0.13.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-03 21:44:31 +00:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
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]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "boxfnonce"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
2019-12-04 08:32:35 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "bstr"
2021-12-19 11:51:52 +00:00
version = "0.2.17"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-01-28 21:54:29 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "bumpalo"
2022-06-06 20:15:15 +00:00
version = "3.10.0"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-09-24 17:48:13 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-09-24 17:48:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2016-05-02 06:35:11 +00:00
2019-03-20 21:03:41 +00:00
[[package]]
name = "bytes"
2021-12-19 11:51:52 +00:00
version = "1.1.0"
2017-05-09 07:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2017-05-09 07:27:44 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "cast"
2021-12-19 11:51:52 +00:00
version = "0.2.7"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
2021-01-28 21:54:29 +00:00
dependencies = [
"rustc_version",
]
[[package]]
2019-12-04 08:32:35 +00:00
name = "cc"
2022-06-06 20:15:15 +00:00
version = "1.0.73"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2019-01-01 23:35:14 +00:00
2021-06-24 09:29:06 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"winapi",
]
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",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2020-05-29 06:37:29 +00:00
]
2021-02-13 23:09:11 +00:00
[[package]]
name = "console"
version = "0.15.0"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
2021-02-13 23:09:11 +00:00
dependencies = [
"encode_unicode",
"libc",
"once_cell",
2021-02-13 23:09:11 +00:00
"regex",
"terminal_size",
"unicode-width",
"winapi",
]
2020-12-20 00:40:32 +00:00
[[package]]
2021-12-19 11:51:52 +00:00
name = "cpufeatures"
2022-06-06 20:15:15 +00:00
version = "0.2.2"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
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"
version = "0.3.5"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
2021-01-28 21:54:29 +00:00
dependencies = [
"atty",
"cast",
"clap",
"criterion-plot",
"csv",
"itertools",
2021-01-28 21:54:29 +00:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.4.4"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
2021-01-28 21:54:29 +00:00
dependencies = [
"cast",
"itertools",
2021-01-28 21:54:29 +00:00
]
[[package]]
name = "crossbeam-channel"
2022-06-06 20:15:15 +00:00
version = "0.5.4"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2021-01-28 21:54:29 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-28 21:54:29 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-12-19 11:51:52 +00:00
version = "0.8.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2021-01-28 21:54:29 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-28 21:54:29 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-06-06 20:15:15 +00:00
version = "0.9.8"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2021-01-28 21:54:29 +00:00
dependencies = [
2022-06-06 20:15:15 +00:00
"autocfg",
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-28 21:54:29 +00:00
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2022-06-06 20:15:15 +00:00
version = "0.8.8"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2021-01-28 21:54:29 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-28 21:54:29 +00:00
"lazy_static",
]
[[package]]
name = "csv"
2021-03-26 07:16:23 +00:00
version = "1.1.6"
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 = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2021-01-28 21:54:29 +00:00
dependencies = [
"bstr",
"csv-core",
2021-12-19 11:51:52 +00:00
"itoa 0.4.8",
2021-01-28 21:54:29 +00:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2016-11-23 14:21:22 +00:00
[[package]]
name = "daemonize"
2019-12-04 08:32:35 +00:00
version = "0.4.1"
2016-11-23 14:21:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815"
2016-11-23 14:21:22 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"boxfnonce",
"libc",
2016-11-23 14:21:22 +00:00
]
2021-02-13 23:09:11 +00:00
[[package]]
name = "dialoguer"
version = "0.9.0"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
2021-02-13 23:09:11 +00:00
dependencies = [
"console",
"lazy_static",
"tempfile",
"zeroize",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
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"
2022-06-06 20:15:15 +00:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
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"
2021-02-22 15:19:19 +00:00
version = "1.0.1"
2020-11-07 11:34:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-22 15:19:19 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-07 11:34:51 +00:00
dependencies = [
"matches",
"percent-encoding",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "generic-array"
2022-06-06 20:15:15 +00:00
version = "0.14.5"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-12-20 00:40:32 +00:00
dependencies = [
"typenum",
"version_check",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "getrandom"
2022-06-06 20:15:15 +00:00
version = "0.2.6"
2020-12-19 22:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2020-12-19 22:34:17 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"libc",
"wasi",
2019-12-04 08:32:35 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
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"
version = "0.11.2"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-01-28 21:54:29 +00:00
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
]
[[package]]
2019-03-20 21:03:41 +00:00
name = "http"
2022-06-06 20:15:15 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
dependencies = [
2020-09-24 17:48:13 +00:00
"bytes",
"fnv",
2022-06-06 20:15:15 +00:00
"itoa 1.0.2",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "httparse"
2022-06-06 20:15:15 +00:00
version = "1.7.1"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
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"
[[package]]
2019-02-15 21:42:13 +00:00
name = "idna"
2021-12-19 11:51:52 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
2020-09-24 17:48:13 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "igd"
version = "0.12.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd"
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
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "indexmap"
2022-06-06 20:15:15 +00:00
version = "1.8.2"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
2020-12-20 00:40:32 +00:00
dependencies = [
"autocfg",
"hashbrown",
2020-12-20 00:40:32 +00:00
]
2021-01-05 22:21:40 +00:00
[[package]]
name = "instant"
2022-06-06 20:15:15 +00:00
version = "0.1.12"
2021-01-05 22:21:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-01-05 22:21:40 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-05 22:21:40 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "itertools"
2021-12-19 11:51:52 +00:00
version = "0.10.3"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2021-01-28 21:54:29 +00:00
dependencies = [
"either",
]
[[package]]
2019-03-20 21:03:41 +00:00
name = "itoa"
2021-12-19 11:51:52 +00:00
version = "0.4.8"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-01-28 21:54:29 +00:00
2019-03-20 21:03:41 +00:00
[[package]]
name = "itoa"
2022-06-06 20:15:15 +00:00
version = "1.0.2"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2019-12-04 08:32:35 +00:00
[[package]]
name = "js-sys"
2022-06-06 20:15:15 +00:00
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
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"
2022-06-06 20:15:15 +00:00
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "linked-hash-map"
2021-01-13 08:23:38 +00:00
version = "0.5.4"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-13 08:23:38 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2015-11-28 16:54:52 +00:00
2021-01-05 22:21:40 +00:00
[[package]]
name = "lock_api"
2022-06-06 20:15:15 +00:00
version = "0.4.7"
2021-01-05 22:21:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-01-05 22:21:40 +00:00
dependencies = [
2022-06-06 20:15:15 +00:00
"autocfg",
2021-01-05 22:21:40 +00:00
"scopeguard",
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "log"
2022-06-06 20:15:15 +00:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-01-01 23:35:14 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2020-07-08 10:32:02 +00:00
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "matches"
2021-12-19 11:51:52 +00:00
version = "0.1.9"
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 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2015-11-28 16:54:52 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "memchr"
2022-06-06 20:15:15 +00:00
version = "2.5.0"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-01-28 21:54:29 +00:00
[[package]]
name = "memoffset"
2021-12-19 11:51:52 +00:00
version = "0.6.5"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-01-28 21:54:29 +00:00
dependencies = [
"autocfg",
]
2021-03-02 15:31:40 +00:00
[[package]]
2021-06-24 09:29:06 +00:00
name = "nix"
version = "0.14.1"
2021-03-02 15:31:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 09:29:06 +00:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2021-03-02 15:31:40 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"bitflags",
"cc",
"cfg-if 0.1.10",
2021-03-02 15:31:40 +00:00
"libc",
2021-06-24 09:29:06 +00:00
"void",
2021-03-02 15:31:40 +00:00
]
[[package]]
name = "nix"
2022-06-06 20:15:15 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
dependencies = [
2020-09-24 17:48:13 +00:00
"bitflags",
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"libc",
"memoffset",
]
2021-04-12 17:47:17 +00:00
[[package]]
name = "num-integer"
2022-06-06 20:15:15 +00:00
version = "0.1.45"
2021-04-12 17:47:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-04-12 17:47:17 +00:00
dependencies = [
"autocfg",
"num-traits",
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "num-traits"
2022-06-06 20:15:15 +00:00
version = "0.2.15"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-01-28 21:54:29 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2021-12-23 20:33:50 +00:00
version = "1.13.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 20:33:50 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-01-28 21:54:29 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2020-05-07 08:41:10 +00:00
[[package]]
name = "once_cell"
2022-06-06 20:15:15 +00:00
version = "1.12.0"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
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]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-01-05 22:21:40 +00:00
[[package]]
name = "parking_lot"
2021-12-19 14:43:17 +00:00
version = "0.11.2"
2021-01-05 22:21:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 14:43:17 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-01-05 22:21:40 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-12-19 14:43:17 +00:00
version = "0.8.5"
2021-01-05 22:21:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 14:43:17 +00:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-01-05 22:21:40 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-01-05 22:21:40 +00:00
"instant",
"libc",
2021-02-17 21:14:46 +00:00
"redox_syscall",
2021-01-05 22:21:40 +00:00
"smallvec",
"winapi",
]
[[package]]
name = "percent-encoding"
2020-04-17 20:35:24 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2021-01-28 21:54:29 +00:00
[[package]]
name = "plotters"
version = "0.3.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
2021-01-28 21:54:29 +00:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2021-12-19 11:51:52 +00:00
version = "0.3.2"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
2021-01-28 21:54:29 +00:00
[[package]]
name = "plotters-svg"
2021-12-19 11:51:52 +00:00
version = "0.3.1"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
2021-01-28 21:54:29 +00:00
dependencies = [
"plotters-backend",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "ppv-lite86"
2022-06-06 20:15:15 +00:00
version = "0.2.16"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2015-11-28 16:54:52 +00:00
[[package]]
name = "privdrop"
2022-06-06 20:15:15 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "ad5b1f7e40f628a2f8f90e40d3f313be83066cc61997fdcb96cade6abf7cee93"
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2022-06-06 20:15:15 +00:00
"nix 0.24.1",
]
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",
"syn",
"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"
2022-06-06 20:15:15 +00:00
version = "1.0.39"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2019-01-01 23:35:14 +00:00
dependencies = [
2022-06-06 20:15:15 +00:00
"unicode-ident",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "quote"
2022-06-06 20:15:15 +00:00
version = "1.0.18"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
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"
2022-06-06 20:15:15 +00:00
version = "0.8.5"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +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]]
2019-12-04 08:32:35 +00:00
name = "rand_core"
2021-12-19 11:51:52 +00:00
version = "0.6.3"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2019-01-01 23:35:14 +00:00
dependencies = [
"getrandom",
2020-12-19 22:34:17 +00:00
]
2021-01-28 21:54:29 +00:00
[[package]]
name = "rayon"
2022-06-06 20:15:15 +00:00
version = "1.5.3"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2021-01-28 21:54:29 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-06 20:15:15 +00:00
version = "1.9.3"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2021-01-28 21:54:29 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2021-01-29 18:29:04 +00:00
[[package]]
name = "redox_syscall"
2022-06-06 20:15:15 +00:00
version = "0.2.13"
2017-05-04 05:11:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2017-05-04 05:11:23 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "regex"
2022-06-06 20:15:15 +00:00
version = "1.5.6"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2021-01-28 21:54:29 +00:00
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-automata"
2021-12-19 11:51:52 +00:00
version = "0.1.10"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-01-28 21:54:29 +00:00
[[package]]
name = "regex-syntax"
2022-06-06 20:15:15 +00:00
version = "0.6.26"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2021-01-28 21:54:29 +00:00
2019-02-21 15:57:25 +00:00
[[package]]
name = "remove_dir_all"
2020-07-08 10:32:02 +00:00
version = "0.5.3"
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 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-02-21 15:57:25 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi",
2019-02-21 15:57:25 +00:00
]
2019-01-04 12:53:12 +00:00
[[package]]
name = "ring"
version = "0.16.20"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2019-01-04 12:53:12 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
2019-01-04 12:53:12 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "rustc_version"
2021-12-19 11:51:52 +00:00
version = "0.4.0"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"semver",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "ryu"
2022-06-06 20:15:15 +00:00
version = "1.0.10"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
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",
]
2021-01-05 22:21:40 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-04-17 20:35:24 +00:00
[[package]]
name = "semver"
2022-06-06 20:15:15 +00:00
version = "1.0.9"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
2020-04-17 20:35:24 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde"
2022-06-06 20:15:15 +00:00
version = "1.0.137"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2021-01-26 17:30:31 +00:00
dependencies = [
"serde_derive",
]
2019-01-01 23:35:14 +00:00
2021-01-28 21:54:29 +00:00
[[package]]
name = "serde_cbor"
2021-12-19 11:51:52 +00:00
version = "0.11.2"
2021-01-28 21:54:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2021-01-28 21:54:29 +00:00
dependencies = [
"half",
"serde",
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde_derive"
2022-06-06 20:15:15 +00:00
version = "1.0.137"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "serde_json"
2022-06-06 20:15:15 +00:00
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
2022-06-06 20:15:15 +00:00
"itoa 1.0.2",
2020-09-24 17:48:13 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2022-06-06 20:15:15 +00:00
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
dependencies = [
"indexmap",
"ryu",
2020-09-24 17:48:13 +00:00
"serde",
"yaml-rust",
]
2020-12-20 00:40:32 +00:00
[[package]]
name = "sha-1"
2021-12-19 11:51:52 +00:00
version = "0.9.8"
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 = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2020-12-20 00:40:32 +00:00
dependencies = [
"block-buffer",
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2021-12-19 11:51:52 +00:00
"cpufeatures",
2020-12-20 00:40:32 +00:00
"digest",
"opaque-debug",
]
2021-03-02 15:31:40 +00:00
[[package]]
2021-06-24 09:29:06 +00:00
name = "signal"
version = "0.7.0"
2021-03-02 15:31:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 09:29:06 +00:00
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
2021-03-02 15:31:40 +00:00
dependencies = [
"libc",
2021-06-24 09:29:06 +00:00
"nix 0.14.1",
2021-03-02 15:31:40 +00:00
]
[[package]]
2020-09-24 17:48:13 +00:00
name = "smallvec"
2022-06-06 20:15:15 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2019-12-04 08:32:35 +00:00
[[package]]
2020-04-17 20:35:24 +00:00
name = "spin"
version = "0.5.2"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
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"
2022-06-06 20:15:15 +00:00
version = "0.3.26"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"clap",
"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",
"syn",
2020-05-29 06:37:29 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "syn"
2022-06-06 20:15:15 +00:00
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
2022-06-06 20:15:15 +00:00
"unicode-ident",
2016-05-02 06:35:11 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "tempfile"
2022-06-06 20:15:15 +00:00
version = "3.3.0"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-05-29 06:37:29 +00:00
dependencies = [
2021-06-24 09:29:06 +00:00
"cfg-if 1.0.0",
2022-06-06 20:15:15 +00:00
"fastrand",
2020-09-24 17:48:13 +00:00
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
2020-05-29 06:37:29 +00:00
]
2021-02-13 23:09:11 +00:00
[[package]]
name = "terminal_size"
2021-12-19 11:51:52 +00:00
version = "0.1.17"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2021-02-13 23:09:11 +00:00
dependencies = [
"libc",
"winapi",
]
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"
2022-06-06 20:15:15 +00:00
version = "1.0.31"
2020-09-24 17:48:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2020-09-24 17:48:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-06-06 20:15:15 +00:00
version = "1.0.31"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2016-05-02 06:35:11 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
2016-05-02 06:35:11 +00:00
]
2021-06-24 09:29:06 +00:00
[[package]]
name = "timeout_io"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d89ed29f92507ee770ef31f747ec1ad5ba7d8989a9f3489783da7d19a155c60"
dependencies = [
"cc",
]
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"
2022-06-06 20:15:15 +00:00
version = "1.6.0"
2020-07-08 10:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-28 22:37:28 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-07-08 10:32:02 +00:00
2020-12-20 00:40:32 +00:00
[[package]]
name = "tungstenite"
2021-12-19 11:51:52 +00:00
version = "0.16.0"
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 = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
2020-12-20 00:40:32 +00:00
dependencies = [
"base64",
"byteorder",
"bytes",
"http",
"httparse",
"log",
2021-02-03 21:44:31 +00:00
"rand",
2020-12-20 00:40:32 +00:00
"sha-1",
"thiserror",
2020-12-20 00:40:32 +00:00
"url",
"utf-8",
]
[[package]]
name = "typenum"
2022-06-06 20:15:15 +00:00
version = "1.15.0"
2020-12-20 00:40:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
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"
2022-06-06 20:15:15 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2019-01-01 23:35:14 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-normalization"
2021-12-19 11:51:52 +00:00
version = "0.1.19"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
2022-06-06 20:15:15 +00:00
version = "1.9.0"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-05-29 06:37:29 +00:00
[[package]]
name = "unicode-width"
2021-12-19 11:51:52 +00:00
version = "0.1.9"
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 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-05-29 06:37:29 +00:00
2019-01-04 12:53:12 +00:00
[[package]]
name = "untrusted"
2020-05-07 08:41:10 +00:00
version = "0.7.1"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2019-01-04 12:53:12 +00:00
2019-02-15 21:42:13 +00:00
[[package]]
name = "url"
version = "2.2.2"
2019-02-15 21:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
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",
"matches",
"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"
2022-06-06 20:15:15 +00:00
version = "0.9.4"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-05-07 08:41:10 +00:00
2021-06-24 09:29:06 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
2021-01-05 22:21:40 +00:00
"parking_lot",
2020-09-24 17:48:13 +00:00
"privdrop",
"rand",
2020-09-24 17:48:13 +00:00
"ring",
"serde",
"serde_yaml",
2021-06-24 09:29:06 +00:00
"signal",
2020-09-24 17:48:13 +00:00
"smallvec",
"structopt",
"tempfile",
"thiserror",
2021-06-24 09:29:06 +00:00
"timeout_io",
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"
2021-03-26 07:16:23 +00:00
version = "2.3.2"
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 = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2021-01-28 21:54:29 +00:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2019-03-20 21:03:41 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "wasi"
2021-01-29 18:33:16 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 18:33:16 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2019-12-04 08:32:35 +00:00
[[package]]
name = "wasm-bindgen"
2022-06-06 20:15:15 +00:00
version = "0.2.80"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2019-12-04 08:32:35 +00:00
dependencies = [
2021-06-24 09:29:06 +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"
2022-06-06 20:15:15 +00:00
version = "0.2.80"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-06-06 20:15:15 +00:00
version = "0.2.80"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
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"
2022-06-06 20:15:15 +00:00
version = "0.2.80"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-06 20:15:15 +00:00
version = "0.2.80"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2019-12-04 08:32:35 +00:00
[[package]]
name = "web-sys"
2022-06-06 20:15:15 +00:00
version = "0.3.57"
2019-03-20 21:03:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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
[[package]]
name = "xml-rs"
2021-12-19 11:51:52 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-19 11:51:52 +00:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[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"
2022-06-06 20:15:15 +00:00
version = "1.5.5"
2021-02-13 23:09:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 20:15:15 +00:00
checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"