2023-02-21 14:49:28 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-05 14:42:30 +03:00
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
2023-05-08 11:41:56 +03:00
version = "0.5.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"crypto-common",
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "aes"
2023-06-21 12:47:14 +03:00
version = "0.8.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"cfg-if",
2023-02-21 14:49:28 +03:00
"cipher",
2023-05-08 11:41:56 +03:00
"cpufeatures",
2023-03-30 18:25:29 +03:00
]
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2023-06-21 12:47:14 +03:00
"getrandom 0.2.10",
2023-03-30 18:25:29 +03:00
"once_cell",
"version_check",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "aho-corasick"
2023-03-30 18:25:29 +03:00
version = "0.7.20"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2023-02-21 14:49:28 +03:00
dependencies = [
"memchr",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "aho-corasick"
2023-06-21 12:47:14 +03:00
version = "1.0.2"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2023-05-08 11:41:56 +03:00
dependencies = [
"memchr",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "aligned"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80a21b9440a626c7fc8573a9e3d3a06b75c7c97754c2949bc7857b90353ca655"
dependencies = [
"as-slice",
]
2023-05-31 11:33:15 +03:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-02-21 14:49:28 +03:00
[[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 = "anyhow"
2023-05-08 11:41:56 +03:00
version = "1.0.71"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-02-21 14:49:28 +03:00
2023-04-15 13:29:19 +03:00
[[package]]
name = "as-slice"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
dependencies = [
"stable_deref_trait",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
[[package]]
name = "assert_cmd"
2023-03-30 18:25:29 +03:00
version = "2.0.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e"
2023-02-21 14:49:28 +03:00
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
[[package]]
name = "async-trait"
2023-07-05 14:42:30 +03:00
version = "0.1.70"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "79fa67157abdfd688a259b6648808757db9347af834624f27ec646da976aee5d"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "autocfg"
2023-05-08 11:41:56 +03:00
version = "1.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-02-21 14:49:28 +03:00
2023-07-05 14:42:30 +03:00
[[package]]
name = "backtrace"
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-02-21 14:49:28 +03:00
[[package]]
2023-05-08 11:41:56 +03:00
name = "base16ct"
version = "0.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-02-21 14:49:28 +03:00
[[package]]
name = "base64"
2023-03-30 18:25:29 +03:00
version = "0.13.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-02-21 14:49:28 +03:00
2023-04-15 13:29:19 +03:00
[[package]]
name = "base64"
2023-06-21 12:47:14 +03:00
version = "0.21.2"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2023-04-15 13:29:19 +03:00
2023-05-08 11:41:56 +03:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "bindgen"
2023-03-30 18:25:29 +03:00
version = "0.63.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "bit-set"
2023-03-30 18:25:29 +03:00
version = "0.5.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2023-02-21 14:49:28 +03:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-04-18 15:20:37 +03:00
[[package]]
name = "bitflags"
2023-07-05 14:42:30 +03:00
version = "2.3.3"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-02-21 14:49:28 +03:00
[[package]]
name = "block-buffer"
2023-03-30 18:25:29 +03:00
version = "0.9.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "block-buffer"
2023-03-30 18:25:29 +03:00
version = "0.10.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
2023-05-08 11:41:56 +03:00
name = "block-padding"
version = "0.3.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "blowfish"
2023-05-08 11:41:56 +03:00
version = "0.9.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
2023-02-21 14:49:28 +03:00
dependencies = [
"byteorder",
"cipher",
]
2023-03-30 18:38:13 +03:00
[[package]]
name = "botan"
2023-06-21 12:47:14 +03:00
version = "0.10.3"
2023-03-30 18:38:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "892c489ddae46dd4748fff8b41ad1fb17d405892fb6978ef470441eddb2df4ef"
2023-03-30 18:38:13 +03:00
dependencies = [
"botan-sys",
]
[[package]]
name = "botan-sys"
2023-06-21 12:47:14 +03:00
version = "0.10.3"
2023-03-30 18:38:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "c8f94a43f34344aabf27d50838a2b38aa8aad7c7d1e941e8abb015f608c972b1"
2023-03-30 18:38:13 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "bstr"
2023-06-21 12:47:14 +03:00
version = "1.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
2023-02-21 14:49:28 +03:00
dependencies = [
"memchr",
2023-03-30 18:25:29 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"regex-automata",
2023-03-30 18:25:29 +03:00
"serde",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "buffered-reader"
2023-05-19 21:02:33 +03:00
version = "1.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 21:02:33 +03:00
checksum = "66d3bea5bcc3ecc38fe5388e6bc35e6fe7bd665eb3ae9a44283e15b91ad3867d"
2023-02-21 14:49:28 +03:00
dependencies = [
"bzip2",
"flate2",
"lazy_static",
"libc",
]
[[package]]
name = "bumpalo"
2023-06-21 12:47:14 +03:00
version = "3.13.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2023-02-21 14:49:28 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-03-30 18:25:29 +03:00
version = "1.4.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2023-02-21 14:49:28 +03:00
[[package]]
name = "bzip2"
2023-03-30 18:25:29 +03:00
version = "0.4.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2023-02-21 14:49:28 +03:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "cast5"
2023-05-08 11:41:56 +03:00
version = "0.11.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
]
[[package]]
name = "cc"
2023-03-30 18:25:29 +03:00
version = "1.0.79"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "cexpr"
2023-03-30 18:25:29 +03:00
version = "0.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2023-02-21 14:49:28 +03:00
dependencies = [
"nom",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "cfb-mode"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330"
dependencies = [
"cipher",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-05-31 11:33:15 +03:00
version = "0.4.26"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 11:33:15 +03:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-31 11:33:15 +03:00
"android-tzdata",
2023-02-21 14:49:28 +03:00
"iana-time-zone",
"js-sys",
"num-traits",
2023-03-30 18:25:29 +03:00
"time 0.1.45",
2023-02-21 14:49:28 +03:00
"wasm-bindgen",
"winapi",
]
[[package]]
name = "cipher"
2023-05-08 11:41:56 +03:00
version = "0.4.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"crypto-common",
"inout",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "clang-sys"
2023-03-30 18:25:29 +03:00
version = "1.6.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2023-02-21 14:49:28 +03:00
dependencies = [
"glob",
"libc",
"libloading",
]
2023-03-17 11:30:02 +03:00
[[package]]
name = "clap"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-05-08 11:41:56 +03:00
"clap_derive",
"clap_lex",
2023-03-17 11:30:02 +03:00
"is-terminal",
"once_cell",
"strsim",
"termcolor",
"terminal_size",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "clap_complete"
2023-03-17 11:30:02 +03:00
version = "4.0.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-17 11:30:02 +03:00
checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"clap",
2023-02-21 14:49:28 +03:00
]
2023-03-17 11:30:02 +03:00
[[package]]
name = "clap_derive"
version = "4.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-03-17 11:30:02 +03:00
]
[[package]]
name = "clap_lex"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
dependencies = [
"os_str_bytes",
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "clap_mangen"
2023-03-30 18:25:29 +03:00
version = "0.2.6"
2023-03-18 23:03:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "904eb24d05ad587557e0f484ddce5c737c30cf81372badb16d13e41c4b8340b1"
2023-03-18 23:03:16 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"clap",
2023-03-18 23:03:16 +03:00
"roff",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "cmac"
2023-05-08 11:41:56 +03:00
version = "0.7.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"cipher",
2023-02-21 14:49:28 +03:00
"dbl",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "const-oid"
2023-07-05 14:42:30 +03:00
version = "0.9.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc"
2023-02-21 14:49:28 +03:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-04-07 22:44:04 +03:00
version = "0.8.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-02-21 14:49:28 +03:00
[[package]]
name = "cpufeatures"
2023-07-05 14:42:30 +03:00
version = "0.2.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "crossbeam"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
dependencies = [
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "crossbeam-channel"
2023-05-08 11:41:56 +03:00
version = "0.5.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-03-30 18:25:29 +03:00
version = "0.8.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-21 12:47:14 +03:00
version = "0.9.15"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "crossbeam-utils"
2023-06-21 12:47:14 +03:00
version = "0.8.16"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-03-30 18:25:29 +03:00
[[package]]
2023-05-08 11:41:56 +03:00
name = "crypto-bigint"
version = "0.5.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-05-08 11:41:56 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
"subtle",
2023-05-08 11:41:56 +03:00
"zeroize",
2023-02-21 14:49:28 +03:00
]
[[package]]
2023-05-08 11:41:56 +03:00
name = "crypto-common"
version = "0.1.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-05-08 11:41:56 +03:00
"rand_core 0.6.4",
"typenum",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ctr"
2023-05-08 11:41:56 +03:00
version = "0.9.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
]
[[package]]
name = "curve25519-dalek"
2023-05-08 11:41:56 +03:00
version = "3.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
2023-02-21 14:49:28 +03:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
"zeroize",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "curve25519-dalek-ng"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.6.4",
"subtle-ng",
"zeroize",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "cvt"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1"
dependencies = [
"cfg-if",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "data-encoding"
2023-06-21 12:47:14 +03:00
version = "2.4.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
2023-02-21 14:49:28 +03:00
[[package]]
name = "dbl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "der"
2023-07-05 14:42:30 +03:00
version = "0.7.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946"
2023-02-21 14:49:28 +03:00
dependencies = [
"const-oid",
2023-05-08 11:41:56 +03:00
"pem-rfc7468",
"zeroize",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "des"
2023-05-08 11:41:56 +03:00
version = "0.8.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
]
[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
[[package]]
name = "diff"
2023-03-30 18:25:29 +03:00
version = "0.1.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2023-02-21 14:49:28 +03:00
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "digest"
2023-03-30 18:25:29 +03:00
version = "0.9.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "digest"
2023-06-21 12:47:14 +03:00
version = "0.10.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"block-buffer 0.10.4",
2023-05-08 11:41:56 +03:00
"const-oid",
2023-03-30 18:25:29 +03:00
"crypto-common",
2023-05-08 11:41:56 +03:00
"subtle",
2023-02-21 14:49:28 +03:00
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-04-18 15:20:37 +03:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
2023-05-08 11:41:56 +03:00
version = "5.0.1"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-04-18 15:20:37 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"dirs-sys 0.4.1",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-04-18 15:20:37 +03:00
[[package]]
name = "dirs-sys"
2023-05-08 11:41:56 +03:00
version = "0.4.1"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-04-18 15:20:37 +03:00
dependencies = [
"libc",
2023-05-08 11:41:56 +03:00
"option-ext",
2023-04-18 15:20:37 +03:00
"redox_users",
2023-05-08 11:41:56 +03:00
"windows-sys 0.48.0",
2023-04-18 15:20:37 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2023-03-18 23:03:16 +03:00
[[package]]
name = "dot-writer"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1b11bd5e7e98406c6ff39fbc94d6e910a489b978ce7f17c19fce91a1195b7a"
2023-02-21 14:49:28 +03:00
[[package]]
name = "dyn-clone"
2023-03-30 18:25:29 +03:00
version = "1.0.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2023-02-21 14:49:28 +03:00
[[package]]
name = "eax"
2023-05-08 11:41:56 +03:00
version = "0.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "9954fabd903b82b9d7a68f65f97dc96dd9ad368e40ccc907a7c19d53e6bfac28"
2023-02-21 14:49:28 +03:00
dependencies = [
"aead",
"cipher",
"cmac",
"ctr",
"subtle",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "ecb"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17fd84ba81a904351ee27bbccb4aa2461e1cca04176a63ab4f8ca087757681a2"
dependencies = [
"cipher",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ecdsa"
2023-06-21 12:47:14 +03:00
version = "0.16.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
2023-02-21 14:49:28 +03:00
dependencies = [
"der",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
"elliptic-curve",
2023-05-08 11:41:56 +03:00
"rfc6979",
"signature 2.1.0",
2023-06-21 12:47:14 +03:00
"spki",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ed25519"
2023-03-30 18:25:29 +03:00
version = "1.5.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"signature 1.6.4",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
2023-03-30 18:25:29 +03:00
"sha2 0.9.9",
2023-02-21 14:49:28 +03:00
"zeroize",
]
[[package]]
name = "either"
2023-03-30 18:25:29 +03:00
version = "1.8.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2023-02-21 14:49:28 +03:00
[[package]]
name = "elliptic-curve"
2023-06-21 12:47:14 +03:00
version = "0.13.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"base16ct",
"crypto-bigint",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
"ff",
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
"group",
2023-05-08 11:41:56 +03:00
"hkdf",
"pem-rfc7468",
2023-02-21 14:49:28 +03:00
"pkcs8",
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-05-08 11:41:56 +03:00
"sec1",
2023-02-21 14:49:28 +03:00
"subtle",
"zeroize",
]
[[package]]
name = "ena"
2023-03-30 18:25:29 +03:00
version = "0.14.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
2023-02-21 14:49:28 +03:00
dependencies = [
"log",
]
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "enum-as-inner"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-02-21 14:49:28 +03:00
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "enumber"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa35b49b30d8f4219e279f22c4b7c899aa7f98f475da4eff84b75f17ba11ed19"
dependencies = [
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-03-18 23:03:16 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "env_logger"
2023-04-15 13:29:19 +03:00
version = "0.10.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 13:29:19 +03:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-17 11:58:46 +03:00
"humantime",
2023-04-15 13:29:19 +03:00
"is-terminal",
2023-02-21 14:49:28 +03:00
"log",
"regex",
"termcolor",
]
2023-03-14 19:09:03 +03:00
[[package]]
2023-03-30 18:25:29 +03:00
name = "errno"
2023-05-08 11:41:56 +03:00
version = "0.3.1"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-14 19:09:03 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"errno-dragonfly",
2023-03-14 19:09:03 +03:00
"libc",
2023-05-08 11:41:56 +03:00
"windows-sys 0.48.0",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
2023-03-30 18:25:29 +03:00
name = "errno-dragonfly"
2023-02-21 14:49:28 +03:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2023-02-21 14:49:28 +03:00
[[package]]
name = "fastrand"
2023-03-30 18:25:29 +03:00
version = "1.9.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2023-02-21 14:49:28 +03:00
dependencies = [
"instant",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "fd-lock"
2023-04-07 22:44:04 +03:00
version = "3.0.12"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642"
2023-03-14 19:09:03 +03:00
dependencies = [
"cfg-if",
2023-04-07 22:44:04 +03:00
"rustix",
"windows-sys 0.48.0",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "fehler"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5729fe49ba028cd550747b6e62cd3d841beccab5390aa398538c31a2d983635"
dependencies = [
"fehler-macros",
]
[[package]]
name = "fehler-macros"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccb5acb1045ebbfa222e2c50679e392a71dd77030b78fb0189f2d9c5974400f9"
dependencies = [
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ff"
2023-05-08 11:41:56 +03:00
version = "0.13.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
"subtle",
]
[[package]]
name = "file_diff"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5"
[[package]]
name = "filetime"
2023-04-07 22:44:04 +03:00
version = "0.2.21"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"libc",
2023-03-30 18:25:29 +03:00
"redox_syscall 0.2.16",
2023-04-07 22:44:04 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "fixedbitset"
2023-03-30 18:25:29 +03:00
version = "0.4.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2023-02-21 14:49:28 +03:00
[[package]]
name = "flate2"
2023-05-08 11:41:56 +03:00
version = "1.0.26"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2023-02-21 14:49:28 +03:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-06-21 12:47:14 +03:00
version = "1.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2023-02-21 14:49:28 +03:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "fs_at"
2023-06-21 12:47:14 +03:00
version = "0.1.8"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "15550ecca96ea332ec143fb450701074143b70d358e50b32b1f847ccff2e1cf7"
2023-04-15 13:29:19 +03:00
dependencies = [
"aligned",
"cfg-if",
"cvt",
"libc",
"nix",
2023-05-08 11:41:56 +03:00
"windows-sys 0.48.0",
2023-04-15 13:29:19 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-channel"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2023-02-21 14:49:28 +03:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-io"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-macro"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "futures-sink"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-task"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-util"
2023-04-07 22:44:04 +03:00
version = "0.3.28"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2023-02-21 14:49:28 +03:00
dependencies = [
"futures-core",
"futures-macro",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2023-07-05 14:42:30 +03:00
version = "0.7.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2023-02-21 14:49:28 +03:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2023-05-08 11:41:56 +03:00
"windows",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "generic-array"
2023-03-30 18:25:29 +03:00
version = "0.14.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-02-21 14:49:28 +03:00
dependencies = [
"typenum",
"version_check",
2023-05-08 11:41:56 +03:00
"zeroize",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
2023-06-21 12:47:14 +03:00
version = "0.2.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2023-03-30 18:25:29 +03:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-02-21 14:49:28 +03:00
"wasm-bindgen",
]
2023-07-05 14:42:30 +03:00
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2023-02-21 14:49:28 +03:00
[[package]]
name = "git-testament"
2023-03-30 18:25:29 +03:00
version = "0.2.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "986bf57c808270f3a0a0652c3bfce0f5d667aa5f5b465616dc697c7f390834b1"
2023-02-21 14:49:28 +03:00
dependencies = [
"git-testament-derive",
"no-std-compat",
]
[[package]]
name = "git-testament-derive"
2023-03-30 18:25:29 +03:00
version = "0.1.14"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "4a782db5866c7ab75f3552dda4cbf34e3e257cc64c963c6ed5af1e12818e8ae6"
2023-02-21 14:49:28 +03:00
dependencies = [
"log",
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-07-05 14:42:30 +03:00
"time 0.3.20",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "glob"
2023-03-30 18:25:29 +03:00
version = "0.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "globset"
2023-03-30 18:25:29 +03:00
version = "0.4.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"aho-corasick 0.7.20",
2023-02-21 14:49:28 +03:00
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
"ignore",
"walkdir",
]
[[package]]
name = "group"
2023-05-08 11:41:56 +03:00
version = "0.13.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2023-02-21 14:49:28 +03:00
dependencies = [
"ff",
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
"subtle",
]
[[package]]
name = "h2"
2023-07-05 14:42:30 +03:00
version = "0.3.20"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2023-03-30 18:25:29 +03:00
version = "0.12.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "hashlink"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
"hashbrown",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "heck"
2023-03-30 18:25:29 +03:00
version = "0.4.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-02-21 14:49:28 +03:00
2023-03-30 18:25:29 +03:00
[[package]]
name = "hermit-abi"
2023-07-05 14:42:30 +03:00
version = "0.3.2"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-03-17 11:30:02 +03:00
2023-05-08 11:41:56 +03:00
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
"hmac",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "hmac"
2023-05-08 11:41:56 +03:00
version = "0.12.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "http"
2023-03-30 18:25:29 +03:00
version = "0.2.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2023-03-30 18:25:29 +03:00
version = "0.4.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2023-03-30 18:25:29 +03:00
version = "1.8.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2023-02-21 14:49:28 +03:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humansize"
2023-04-15 13:29:19 +03:00
version = "2.1.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 13:29:19 +03:00
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2023-07-05 14:42:30 +03:00
version = "0.14.27"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2023-06-21 12:47:14 +03:00
"socket2 0.4.9",
2023-02-21 14:49:28 +03:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
2023-06-21 12:47:14 +03:00
version = "0.1.57"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2023-02-21 14:49:28 +03:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-05-08 11:41:56 +03:00
"windows",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-06-21 12:47:14 +03:00
version = "0.1.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"cc",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "idea"
2023-05-08 11:41:56 +03:00
version = "0.5.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "075557004419d7f2031b8bb7f44bb43e55a83ca7b63076a8fb8fe75753836477"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2023-03-30 18:25:29 +03:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-06-21 12:47:14 +03:00
[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ignore"
2023-03-30 18:25:29 +03:00
version = "0.4.20"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
2023-02-21 14:49:28 +03:00
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
[[package]]
name = "indexmap"
2023-03-30 18:25:29 +03:00
version = "1.9.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"hashbrown",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"block-padding",
"generic-array",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "io-lifetimes"
2023-06-21 12:47:14 +03:00
version = "1.0.11"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-03-14 19:09:03 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"hermit-abi",
2023-03-14 19:09:03 +03:00
"libc",
2023-04-07 22:44:04 +03:00
"windows-sys 0.48.0",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ipconfig"
2023-06-21 12:47:14 +03:00
version = "0.3.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"socket2 0.5.3",
2023-02-21 14:49:28 +03:00
"widestring",
2023-06-21 12:47:14 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
"winreg",
]
[[package]]
name = "ipnet"
2023-07-05 14:42:30 +03:00
version = "2.8.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2023-02-21 14:49:28 +03:00
2023-03-17 11:30:02 +03:00
[[package]]
name = "is-terminal"
2023-04-07 22:44:04 +03:00
version = "0.4.7"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-03-17 11:30:02 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"hermit-abi",
2023-03-17 11:30:02 +03:00
"io-lifetimes",
2023-04-07 22:44:04 +03:00
"rustix",
"windows-sys 0.48.0",
2023-03-17 11:30:02 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "itertools"
2023-03-30 18:25:29 +03:00
version = "0.10.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2023-02-21 14:49:28 +03:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-07-05 14:42:30 +03:00
version = "1.0.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
2023-02-21 14:49:28 +03:00
[[package]]
name = "js-sys"
2023-06-21 12:47:14 +03:00
version = "0.3.64"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2023-02-21 14:49:28 +03:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lalrpop"
2023-05-08 11:41:56 +03:00
version = "0.19.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
2023-02-21 14:49:28 +03:00
dependencies = [
"ascii-canvas",
"bit-set",
"diff",
"ena",
2023-03-30 18:25:29 +03:00
"is-terminal",
2023-04-15 13:29:19 +03:00
"itertools",
2023-02-21 14:49:28 +03:00
"lalrpop-util",
"petgraph",
"regex",
2023-05-08 11:41:56 +03:00
"regex-syntax 0.6.29",
2023-02-21 14:49:28 +03:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
]
[[package]]
name = "lalrpop-util"
2023-05-08 11:41:56 +03:00
version = "0.19.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
2023-02-21 14:49:28 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin",
]
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
2023-07-05 14:42:30 +03:00
version = "0.2.147"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-02-21 14:49:28 +03:00
[[package]]
name = "libloading"
2023-03-30 18:25:29 +03:00
version = "0.7.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libm"
2023-06-21 12:47:14 +03:00
version = "0.2.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "libsqlite3-sys"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [
"pkg-config",
"vcpkg",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "line-col"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e69cdf6b85b5c8dce514f694089a2cf8b1a702f6cd28607bcb3cf296c9778db"
2023-02-21 14:49:28 +03:00
[[package]]
name = "linked-hash-map"
2023-03-30 18:25:29 +03:00
version = "0.5.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "linux-raw-sys"
2023-06-21 12:47:14 +03:00
version = "0.3.8"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-30 18:25:29 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "lock_api"
2023-06-21 12:47:14 +03:00
version = "0.4.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"scopeguard",
]
[[package]]
name = "log"
2023-06-21 12:47:14 +03:00
version = "0.4.19"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-02-21 14:49:28 +03:00
[[package]]
name = "loom"
2023-03-30 18:25:29 +03:00
version = "0.5.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "matches"
2023-03-30 18:25:29 +03:00
version = "0.1.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2023-02-21 14:49:28 +03:00
[[package]]
name = "md-5"
2023-05-08 11:41:56 +03:00
version = "0.10.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "memchr"
2023-03-30 18:25:29 +03:00
version = "2.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2023-02-21 14:49:28 +03:00
[[package]]
name = "memoffset"
2023-06-21 12:47:14 +03:00
version = "0.9.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "memsec"
2023-03-30 18:25:29 +03:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa0916b001582d253822171bd23f4a0229d32b9507fae236f5da8cad515ba7c"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-02-21 14:49:28 +03:00
[[package]]
name = "miniz_oxide"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2023-02-21 14:49:28 +03:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-06-21 12:47:14 +03:00
version = "0.8.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-06-21 12:47:14 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "native-tls"
2023-03-30 18:25:29 +03:00
version = "0.2.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2023-02-21 14:49:28 +03:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nettle"
2023-06-21 12:47:14 +03:00
version = "7.3.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "b9fdccf3eae7b161910d2daa2f0155ca35041322e8fe5c5f1f2c9d0b12356336"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"getrandom 0.2.10",
2023-02-21 14:49:28 +03:00
"libc",
"nettle-sys",
"thiserror",
2023-06-21 12:47:14 +03:00
"typenum",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "nettle-sys"
2023-06-21 12:47:14 +03:00
version = "2.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "b5e81c347b9002da0b6b0c4060993c280e99eb14b42ecf65a2fefcd6eb3d8a73"
2023-02-21 14:49:28 +03:00
dependencies = [
"bindgen",
"cc",
"libc",
"pkg-config",
"tempfile",
"vcpkg",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"static_assertions",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
[[package]]
name = "nom"
2023-03-30 18:25:29 +03:00
version = "7.1.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2023-02-21 14:49:28 +03:00
dependencies = [
"memchr",
2023-03-30 18:25:29 +03:00
"minimal-lexical",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2023-04-15 13:29:19 +03:00
[[package]]
name = "normpath"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
dependencies = [
"windows-sys 0.48.0",
]
2023-02-21 14:49:28 +03:00
[[package]]
2023-03-30 18:25:29 +03:00
name = "nu-ansi-term"
version = "0.46.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"overload",
2023-02-21 14:49:28 +03:00
"winapi",
]
[[package]]
name = "num-bigint-dig"
2023-07-05 14:42:30 +03:00
version = "0.8.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2023-02-21 14:49:28 +03:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
2023-05-08 11:41:56 +03:00
"rand 0.8.5",
2023-02-21 14:49:28 +03:00
"smallvec",
"zeroize",
]
[[package]]
name = "num-integer"
2023-03-30 18:25:29 +03:00
version = "0.1.45"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"num-traits",
]
[[package]]
name = "num-iter"
2023-03-30 18:25:29 +03:00
version = "0.1.43"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2023-03-30 18:25:29 +03:00
version = "0.2.15"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
"libm",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "num_cpus"
2023-07-05 14:42:30 +03:00
version = "1.16.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"hermit-abi",
2023-02-21 14:49:28 +03:00
"libc",
]
2023-07-05 14:42:30 +03:00
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "once_cell"
2023-06-21 12:47:14 +03:00
version = "1.18.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-02-21 14:49:28 +03:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2023-03-14 19:09:03 +03:00
[[package]]
name = "openpgp-cert-d"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccaa2a2e4502a5daf19c5753250fc6e37daa1d06f866ec97cd5e3416e6d05883"
dependencies = [
"anyhow",
2023-04-18 15:20:37 +03:00
"dirs 4.0.0",
2023-03-14 19:09:03 +03:00
"fd-lock",
"sha1collisiondetection",
"tempfile",
"thiserror",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "openssl"
2023-06-21 12:47:14 +03:00
version = "0.10.55"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-04-07 22:44:04 +03:00
version = "0.1.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-06-21 12:47:14 +03:00
version = "0.9.90"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
2023-02-21 14:49:28 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-02-21 14:49:28 +03:00
[[package]]
name = "os_str_bytes"
2023-06-21 12:47:14 +03:00
version = "6.5.1"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
2023-03-30 18:25:29 +03:00
[[package]]
name = "overload"
version = "0.1.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2023-02-21 14:49:28 +03:00
[[package]]
name = "p256"
2023-05-08 11:41:56 +03:00
version = "0.13.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2023-02-21 14:49:28 +03:00
dependencies = [
"ecdsa",
"elliptic-curve",
2023-05-08 11:41:56 +03:00
"primeorder",
2023-06-21 12:47:14 +03:00
"sha2 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "parking_lot"
2023-03-30 18:25:29 +03:00
version = "0.12.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2023-02-21 14:49:28 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-06-21 12:47:14 +03:00
version = "0.9.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"libc",
2023-06-21 12:47:14 +03:00
"redox_syscall 0.3.5",
2023-02-21 14:49:28 +03:00
"smallvec",
2023-07-05 14:42:30 +03:00
"windows-targets 0.48.1",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
2023-05-08 11:41:56 +03:00
name = "pem-rfc7468"
version = "0.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"base64ct",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "percent-encoding"
2023-06-21 12:47:14 +03:00
version = "2.3.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-02-21 14:49:28 +03:00
[[package]]
name = "pest"
2023-06-21 12:47:14 +03:00
version = "2.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"thiserror",
2023-02-21 14:49:28 +03:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-06-21 12:47:14 +03:00
version = "2.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
2023-02-21 14:49:28 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-06-21 12:47:14 +03:00
version = "2.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
2023-02-21 14:49:28 +03:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "pest_meta"
2023-06-21 12:47:14 +03:00
version = "2.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"pest",
2023-06-21 12:47:14 +03:00
"sha2 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "petgraph"
2023-03-30 18:25:29 +03:00
version = "0.6.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
2023-02-21 14:49:28 +03:00
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "pikchr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c0060934b0227a96428cbe79a42ad6d88cfbbc8490027bde64d12348948a6d2"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "pin-project-lite"
2023-07-05 14:42:30 +03:00
version = "0.2.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
2023-02-21 14:49:28 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-05-08 11:41:56 +03:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "pkcs8"
2023-05-08 11:41:56 +03:00
version = "0.10.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2023-02-21 14:49:28 +03:00
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
2023-05-08 11:41:56 +03:00
version = "0.3.27"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2023-02-21 14:49:28 +03:00
[[package]]
name = "ppv-lite86"
2023-03-30 18:25:29 +03:00
version = "0.2.17"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-02-21 14:49:28 +03:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "predicates"
2023-03-30 18:25:29 +03:00
version = "2.1.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
2023-02-21 14:49:28 +03:00
dependencies = [
"difflib",
"float-cmp",
2023-04-15 13:29:19 +03:00
"itertools",
2023-02-21 14:49:28 +03:00
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
2023-03-30 18:25:29 +03:00
version = "1.0.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
2023-02-21 14:49:28 +03:00
[[package]]
name = "predicates-tree"
2023-03-30 18:25:29 +03:00
version = "1.0.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
2023-02-21 14:49:28 +03:00
dependencies = [
"predicates-core",
"termtree",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "primeorder"
2023-06-21 12:47:14 +03:00
version = "0.13.2"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3"
2023-05-08 11:41:56 +03:00
dependencies = [
"elliptic-curve",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"syn 1.0.109",
2023-02-21 14:49:28 +03:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-07-05 14:42:30 +03:00
version = "1.0.63"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2023-02-21 14:49:28 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "pulldown-cmark"
2023-06-21 12:47:14 +03:00
version = "0.9.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
"getopts",
"memchr",
"unicase",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2023-07-05 14:42:30 +03:00
version = "1.0.29"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2023-03-30 18:25:29 +03:00
version = "0.6.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"getrandom 0.2.10",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rayon"
2023-03-30 18:25:29 +03:00
version = "1.7.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2023-02-21 14:49:28 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-30 18:25:29 +03:00
version = "1.11.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2023-02-21 14:49:28 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2023-03-30 18:25:29 +03:00
version = "0.2.16"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-03-30 18:25:29 +03:00
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2023-06-21 12:47:14 +03:00
"getrandom 0.2.10",
2023-03-30 18:25:29 +03:00
"redox_syscall 0.2.16",
2023-02-21 14:49:28 +03:00
"thiserror",
]
[[package]]
name = "regex"
2023-06-21 12:47:14 +03:00
version = "1.8.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"aho-corasick 1.0.2",
2023-02-21 14:49:28 +03:00
"memchr",
2023-06-21 12:47:14 +03:00
"regex-syntax 0.7.2",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-08 11:41:56 +03:00
"regex-syntax 0.6.29",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "regex-syntax"
2023-03-30 18:25:29 +03:00
version = "0.6.29"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2023-02-21 14:49:28 +03:00
2023-05-08 11:41:56 +03:00
[[package]]
name = "regex-syntax"
2023-06-21 12:47:14 +03:00
version = "0.7.2"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2023-05-08 11:41:56 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "remove_dir_all"
2023-04-15 13:29:19 +03:00
version = "0.8.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 13:29:19 +03:00
checksum = "23895cfadc1917fed9c6ed76a8c2903615fa3704f7493ff82b364c6540acc02b"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-15 13:29:19 +03:00
"aligned",
"cfg-if",
"cvt",
"fs_at",
"lazy_static",
2023-02-21 14:49:28 +03:00
"libc",
2023-04-15 13:29:19 +03:00
"normpath",
"windows-sys 0.45.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
[[package]]
2023-05-08 11:41:56 +03:00
name = "rfc6979"
version = "0.4.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"hmac",
"subtle",
]
[[package]]
name = "ripemd"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
dependencies = [
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "roadmap"
2023-05-08 11:41:56 +03:00
version = "0.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "a129e44a647b309ed394a092e21eabcb58537802c6912920ef4ea76239421234"
2023-02-21 14:49:28 +03:00
dependencies = [
"anyhow",
"serde",
2023-04-15 13:29:19 +03:00
"serde_yaml 0.8.26",
2023-05-08 11:41:56 +03:00
"textwrap",
2023-02-21 14:49:28 +03:00
"thiserror",
]
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rpassword"
2023-07-05 15:04:08 +03:00
version = "7.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 15:04:08 +03:00
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
2023-07-05 15:04:08 +03:00
"rtoolbox",
2023-02-21 14:49:28 +03:00
"winapi",
]
[[package]]
name = "rsa"
2023-06-21 12:47:14 +03:00
version = "0.9.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
2023-02-21 14:49:28 +03:00
dependencies = [
"byteorder",
2023-05-08 11:41:56 +03:00
"const-oid",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
2023-05-08 11:41:56 +03:00
"pkcs1",
"pkcs8",
"rand_core 0.6.4",
"signature 2.1.0",
2023-06-21 12:47:14 +03:00
"spki",
2023-02-21 14:49:28 +03:00
"subtle",
"zeroize",
]
2023-07-05 15:04:08 +03:00
[[package]]
name = "rtoolbox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
dependencies = [
"libc",
"winapi",
]
2023-04-18 15:20:37 +03:00
[[package]]
name = "rusqlite"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
dependencies = [
2023-07-05 14:42:30 +03:00
"bitflags 2.3.3",
2023-04-18 15:20:37 +03:00
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
2023-07-05 14:42:30 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-02-21 14:49:28 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-03-14 19:09:03 +03:00
[[package]]
name = "rustix"
2023-07-05 14:42:30 +03:00
version = "0.37.22"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "8818fa822adcc98b18fedbb3632a6a33213c070556b5aa7c4c8cc21cff565c4c"
2023-03-30 18:25:29 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-04-07 22:44:04 +03:00
"errno",
2023-03-30 18:25:29 +03:00
"io-lifetimes",
"libc",
2023-04-07 22:44:04 +03:00
"linux-raw-sys",
"windows-sys 0.48.0",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "rustversion"
2023-07-05 14:42:30 +03:00
version = "1.0.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "ryu"
2023-07-05 14:42:30 +03:00
version = "1.0.14"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
2023-02-21 14:49:28 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2023-07-05 14:42:30 +03:00
version = "0.1.22"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "scoped-tls"
2023-03-30 18:25:29 +03:00
version = "1.0.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2023-02-21 14:49:28 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2023-05-08 11:41:56 +03:00
[[package]]
name = "sec1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "security-framework"
2023-06-21 12:47:14 +03:00
version = "2.9.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-18 15:20:37 +03:00
"bitflags 1.3.2",
2023-02-21 14:49:28 +03:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-06-21 12:47:14 +03:00
version = "2.9.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2023-02-21 14:49:28 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "sequoia-autocrypt"
2023-05-31 11:33:15 +03:00
version = "0.25.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 11:33:15 +03:00
checksum = "e24fc0ec87c156a35f24fc153ab694e0f37cd6fa87c1cf5005c9f4fa5e10415b"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"base64 0.21.2",
2023-02-21 14:49:28 +03:00
"sequoia-openpgp",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "sequoia-cert-store"
2023-05-08 11:41:56 +03:00
version = "0.3.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "02cc866249ad73d5350e7c52ef1b3939129a7a1b52d9ca25ef220ee184c5b33e"
2023-03-14 19:09:03 +03:00
dependencies = [
"anyhow",
"crossbeam",
2023-05-08 11:41:56 +03:00
"dirs 5.0.1",
2023-03-14 19:09:03 +03:00
"num_cpus",
"once_cell",
"openpgp-cert-d",
"rayon",
2023-04-18 15:20:37 +03:00
"rusqlite",
"sequoia-net",
2023-02-21 14:49:28 +03:00
"sequoia-openpgp",
2023-04-18 15:20:37 +03:00
"smallvec",
2023-02-21 14:49:28 +03:00
"thiserror",
"tokio",
]
2023-04-18 17:34:23 +03:00
[[package]]
name = "sequoia-net"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "960f1ea77bf8b6f455285424257574d66fa29223e4286268017a4458cc29d33f"
dependencies = [
"anyhow",
2023-04-15 13:29:19 +03:00
"base64 0.13.1",
2023-04-18 17:34:23 +03:00
"futures-util",
"http",
"hyper",
"hyper-tls",
"libc",
"native-tls",
"percent-encoding",
"sequoia-openpgp",
"tempfile",
"thiserror",
"tokio",
"trust-dns-client",
"trust-dns-resolver",
"url",
"zbase32",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "sequoia-openpgp"
2023-05-17 17:44:03 +03:00
version = "1.16.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 17:44:03 +03:00
checksum = "30efff3f9930e85b4284e76bbdad741f36412dfb1e370efd0de5866ae1a11dfc"
2023-02-21 14:49:28 +03:00
dependencies = [
"aes",
"anyhow",
2023-06-21 12:47:14 +03:00
"base64 0.21.2",
2023-03-30 18:25:29 +03:00
"block-padding",
2023-02-21 14:49:28 +03:00
"blowfish",
2023-03-30 18:38:13 +03:00
"botan",
2023-02-21 14:49:28 +03:00
"buffered-reader",
"bzip2",
"cast5",
2023-05-08 11:41:56 +03:00
"cfb-mode",
2023-02-21 14:49:28 +03:00
"chrono",
"cipher",
"des",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
"dyn-clone",
"eax",
2023-05-08 11:41:56 +03:00
"ecb",
2023-02-21 14:49:28 +03:00
"ecdsa",
2023-05-08 11:41:56 +03:00
"ed25519",
2023-02-21 14:49:28 +03:00
"ed25519-dalek",
"flate2",
2023-03-30 18:25:29 +03:00
"generic-array",
2023-06-21 12:47:14 +03:00
"getrandom 0.2.10",
2023-02-21 14:49:28 +03:00
"idea",
2023-06-02 01:22:52 +03:00
"idna 0.3.0",
2023-02-21 14:49:28 +03:00
"lalrpop",
"lalrpop-util",
"lazy_static",
"libc",
"md-5",
"memsec",
"nettle",
"num-bigint-dig",
2023-03-30 18:25:29 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"openssl",
"openssl-sys",
"p256",
"rand 0.7.3",
2023-05-08 11:41:56 +03:00
"rand 0.8.5",
2023-03-30 18:25:29 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
"regex",
2023-05-08 11:41:56 +03:00
"regex-syntax 0.6.29",
"ripemd",
2023-02-21 14:49:28 +03:00
"rsa",
2023-03-30 18:25:29 +03:00
"sha-1",
2023-02-21 14:49:28 +03:00
"sha1collisiondetection",
2023-06-21 12:47:14 +03:00
"sha2 0.10.7",
2023-02-21 14:49:28 +03:00
"thiserror",
"twofish",
"typenum",
"win-crypto-ng",
"winapi",
2023-05-08 11:41:56 +03:00
"x25519-dalek-ng",
2023-02-21 14:49:28 +03:00
"xxhash-rust",
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "sequoia-policy-config"
2023-04-18 15:20:37 +03:00
version = "0.6.0"
2023-03-18 23:03:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:20:37 +03:00
checksum = "757d45d308f2bd9c0d6fdd640f320998ad24856bdf2890ddd28d3c3b85808274"
2023-03-18 23:03:16 +03:00
dependencies = [
"anyhow",
"chrono",
"sequoia-openpgp",
"serde",
"thiserror",
"toml",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "sequoia-sq"
2023-07-05 15:04:43 +03:00
version = "0.31.0"
2023-02-21 14:49:28 +03:00
dependencies = [
"anyhow",
"assert_cmd",
"buffered-reader",
"cfg-if",
"chrono",
2023-05-08 11:41:56 +03:00
"clap",
2023-02-21 14:49:28 +03:00
"clap_complete",
2023-04-08 10:49:58 +03:00
"clap_mangen",
2023-05-08 11:47:47 +03:00
"dirs 5.0.1",
2023-03-27 23:54:23 +03:00
"dot-writer",
2023-02-21 14:49:28 +03:00
"fehler",
2023-06-03 00:59:22 +03:00
"is-terminal",
2023-04-15 13:29:19 +03:00
"itertools",
2023-03-14 19:09:03 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"predicates",
"roff",
"rpassword",
"sequoia-autocrypt",
2023-03-14 19:09:03 +03:00
"sequoia-cert-store",
2023-04-18 15:20:37 +03:00
"sequoia-net",
2023-02-21 14:49:28 +03:00
"sequoia-openpgp",
2023-03-18 23:03:16 +03:00
"sequoia-wot",
2023-02-21 14:49:28 +03:00
"serde",
"serde_json",
"subplot-build",
"subplotlib",
"tempfile",
2023-06-02 01:22:52 +03:00
"termcolor",
2023-05-17 19:59:29 +03:00
"terminal_size",
2023-02-21 14:49:28 +03:00
"tokio",
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "sequoia-wot"
2023-05-08 11:41:56 +03:00
version = "0.8.1"
2023-03-18 23:03:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "cf5135009a31efa667ef38e517d848727585d854704ee8f36ca4b52b9b3d9765"
2023-03-18 23:03:16 +03:00
dependencies = [
"anyhow",
"chrono",
2023-05-08 11:41:56 +03:00
"clap",
2023-03-18 23:03:16 +03:00
"clap_complete",
"clap_mangen",
"crossbeam",
"dot-writer",
"enumber",
"lazy_static",
"num_cpus",
"openpgp-cert-d",
"sequoia-cert-store",
"sequoia-openpgp",
"sequoia-policy-config",
"thiserror",
"tokio",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "serde"
2023-07-05 14:42:30 +03:00
version = "1.0.166"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8"
2023-02-21 14:49:28 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-aux"
2023-04-07 22:44:04 +03:00
version = "4.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "c3dfe1b7eb6f9dcf011bd6fad169cdeaae75eda0d61b1a99a3f015b41b0cae39"
2023-02-21 14:49:28 +03:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "serde_derive"
2023-07-05 14:42:30 +03:00
version = "1.0.166"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "serde_json"
2023-07-05 14:42:30 +03:00
version = "1.0.100"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
2023-02-21 14:49:28 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
"serde",
"yaml-rust",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "serde_yaml"
version = "0.9.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "sha-1"
2023-05-08 11:41:56 +03:00
version = "0.10.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "sha1collisiondetection"
2023-05-08 11:41:56 +03:00
version = "0.2.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "b20793cf8330b2c7da4c438116660fed24e380bcb8a1bcfff2581b5593a0b38e"
2023-02-21 14:49:28 +03:00
dependencies = [
"digest 0.9.0",
2023-03-30 18:25:29 +03:00
"generic-array",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
2023-03-30 18:25:29 +03:00
"opaque-debug",
]
[[package]]
name = "sha2"
2023-06-21 12:47:14 +03:00
version = "0.10.7"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2023-03-30 18:25:29 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
2023-03-30 18:25:29 +03:00
version = "1.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2023-02-21 14:49:28 +03:00
[[package]]
name = "signature"
2023-05-08 11:41:56 +03:00
version = "1.6.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2023-02-21 14:49:28 +03:00
[[package]]
2023-05-08 11:41:56 +03:00
name = "signature"
version = "2.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"digest 0.10.7",
2023-05-08 11:41:56 +03:00
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "slab"
2023-03-30 18:25:29 +03:00
version = "0.4.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-03-30 18:25:29 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
[[package]]
name = "smallvec"
2023-03-30 18:25:29 +03:00
version = "1.10.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2023-02-21 14:49:28 +03:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
2023-03-30 18:25:29 +03:00
version = "0.4.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
"winapi",
]
2023-06-21 12:47:14 +03:00
[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spki"
2023-05-08 11:41:56 +03:00
version = "0.7.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"base64ct",
2023-02-21 14:49:28 +03:00
"der",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023-02-21 14:49:28 +03:00
[[package]]
name = "state"
2023-03-30 18:25:29 +03:00
version = "0.5.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2023-02-21 14:49:28 +03:00
dependencies = [
"loom",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "string_cache"
2023-03-30 18:25:29 +03:00
version = "0.8.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2023-02-21 14:49:28 +03:00
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared",
"precomputed-hash",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subplot"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "88c9704a350155ad938870a15699561b0a1feba23f2b77b86834ab4ea5de42d1"
2023-02-21 14:49:28 +03:00
dependencies = [
"anyhow",
2023-06-21 12:47:14 +03:00
"base64 0.21.2",
2023-05-08 11:41:56 +03:00
"clap",
2023-03-17 11:58:46 +03:00
"env_logger",
2023-02-21 14:49:28 +03:00
"file_diff",
"git-testament",
2023-04-15 13:29:19 +03:00
"html-escape",
2023-02-21 14:49:28 +03:00
"lazy_static",
2023-04-15 13:29:19 +03:00
"line-col",
2023-02-21 14:49:28 +03:00
"log",
"pikchr",
"pulldown-cmark",
"regex",
"roadmap",
"serde",
"serde-aux",
"serde_json",
2023-04-15 13:29:19 +03:00
"serde_yaml 0.9.21",
2023-02-21 14:49:28 +03:00
"tempfile",
"tempfile-fast",
"tera",
"thiserror",
2023-07-05 14:42:30 +03:00
"time 0.3.20",
2023-02-21 14:49:28 +03:00
"walkdir",
]
[[package]]
name = "subplot-build"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "dc75701a60e519ed2298241e5dc63c5c452c1c32b6fa5931bfcfbcea0e9e68dc"
2023-02-21 14:49:28 +03:00
dependencies = [
"subplot",
"tempfile",
"tracing",
]
[[package]]
name = "subplotlib"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "3c6a1f9825538f0defe6981716af10192ed15370afd78fddd0d0cf9ba6ce7a31"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"base64 0.21.2",
2023-02-21 14:49:28 +03:00
"fehler",
"filetime",
"fs2",
"glob",
"lazy_static",
"regex",
2023-03-30 18:25:29 +03:00
"remove_dir_all",
2023-02-21 14:49:28 +03:00
"shell-words",
"state",
"subplot-build",
"subplotlib-derive",
"tempfile",
2023-07-05 14:42:30 +03:00
"time 0.3.20",
2023-02-21 14:49:28 +03:00
"unescape",
]
[[package]]
name = "subplotlib-derive"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "9199a0550f02a8ae5118cdf738f5c93b266dfd0e3fae992321bd7423ff1ca987"
2023-02-21 14:49:28 +03:00
dependencies = [
"fehler",
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "subtle"
2023-06-21 12:47:14 +03:00
version = "2.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-02-21 14:49:28 +03:00
2023-05-08 11:41:56 +03:00
[[package]]
name = "subtle-ng"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
2023-02-21 14:49:28 +03:00
[[package]]
name = "syn"
2023-03-30 18:25:29 +03:00
version = "1.0.109"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
2023-03-30 18:25:29 +03:00
name = "syn"
2023-07-05 14:42:30 +03:00
version = "2.0.23"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-03-30 18:25:29 +03:00
"unicode-ident",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tempfile"
2023-06-21 12:47:14 +03:00
version = "3.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"autocfg",
2023-02-21 14:49:28 +03:00
"cfg-if",
"fastrand",
2023-03-30 18:25:29 +03:00
"redox_syscall 0.3.5",
2023-04-07 22:44:04 +03:00
"rustix",
2023-06-21 12:47:14 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tempfile-fast"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74be8531b1a9d607004a32b8f50dd8093b09ec6b0a6af004e33051068e87af6"
dependencies = [
"libc",
"rand 0.8.5",
"tempfile",
]
[[package]]
name = "tera"
2023-06-21 12:47:14 +03:00
version = "1.19.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5"
2023-02-21 14:49:28 +03:00
dependencies = [
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand 0.8.5",
"regex",
"serde",
"serde_json",
"slug",
2023-04-15 13:29:19 +03:00
"thread_local",
2023-02-21 14:49:28 +03:00
"unic-segment",
]
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
[[package]]
name = "termcolor"
2023-03-30 18:25:29 +03:00
version = "1.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2023-02-21 14:49:28 +03:00
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
2023-04-07 22:44:04 +03:00
version = "0.2.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-04-07 22:44:04 +03:00
"rustix",
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "termtree"
2023-03-30 18:25:29 +03:00
version = "0.4.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2023-02-21 14:49:28 +03:00
[[package]]
name = "textwrap"
2023-03-30 18:25:29 +03:00
version = "0.15.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
2023-02-21 14:49:28 +03:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2023-07-05 14:42:30 +03:00
version = "1.0.41"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802"
2023-02-21 14:49:28 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-05 14:42:30 +03:00
version = "1.0.41"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "thread_local"
2023-04-15 13:29:19 +03:00
version = "1.1.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 13:29:19 +03:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2023-02-21 14:49:28 +03:00
dependencies = [
"once_cell",
]
[[package]]
name = "time"
2023-03-30 18:25:29 +03:00
version = "0.1.45"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
2023-03-30 18:25:29 +03:00
"wasi 0.10.0+wasi-snapshot-preview1",
2023-02-21 14:49:28 +03:00
"winapi",
]
[[package]]
name = "time"
2023-07-05 14:42:30 +03:00
version = "0.3.20"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2023-02-21 14:49:28 +03:00
dependencies = [
"itoa",
2023-03-30 18:25:29 +03:00
"serde",
"time-core",
2023-02-21 14:49:28 +03:00
"time-macros",
]
2023-03-30 18:25:29 +03:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2023-02-21 14:49:28 +03:00
[[package]]
name = "time-macros"
2023-07-05 14:42:30 +03:00
version = "0.2.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
2023-03-30 18:25:29 +03:00
dependencies = [
"time-core",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
[[package]]
name = "tinyvec"
2023-03-30 18:25:29 +03:00
version = "1.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2023-02-21 14:49:28 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-30 18:25:29 +03:00
version = "0.1.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-02-21 14:49:28 +03:00
[[package]]
name = "tokio"
2023-07-05 14:42:30 +03:00
version = "1.29.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"autocfg",
2023-07-05 14:42:30 +03:00
"backtrace",
2023-02-21 14:49:28 +03:00
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
2023-06-21 12:47:14 +03:00
"socket2 0.4.9",
2023-02-21 14:49:28 +03:00
"tokio-macros",
2023-05-08 11:41:56 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tokio-macros"
2023-05-08 11:41:56 +03:00
version = "2.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tokio-native-tls"
2023-03-30 18:25:29 +03:00
version = "0.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2023-02-21 14:49:28 +03:00
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-util"
2023-05-08 11:41:56 +03:00
version = "0.7.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "tower-service"
2023-03-30 18:25:29 +03:00
version = "0.3.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2023-02-21 14:49:28 +03:00
[[package]]
name = "tracing"
2023-03-30 18:25:29 +03:00
version = "0.1.37"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-21 12:47:14 +03:00
version = "0.1.26"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tracing-core"
2023-06-21 12:47:14 +03:00
version = "0.1.31"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"valuable",
]
[[package]]
name = "tracing-log"
2023-03-30 18:25:29 +03:00
version = "0.1.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2023-02-21 14:49:28 +03:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-08 11:41:56 +03:00
version = "0.3.17"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-02-21 14:49:28 +03:00
dependencies = [
"matchers",
2023-03-30 18:25:29 +03:00
"nu-ansi-term",
"once_cell",
2023-02-21 14:49:28 +03:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "trust-dns-client"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c408c32e6a9dbb38037cece35740f2cf23c875d8ca134d33631cec83f74d3fe"
dependencies = [
"cfg-if",
"data-encoding",
"futures-channel",
"futures-util",
"lazy_static",
"radix_trie",
"rand 0.8.5",
"thiserror",
2023-07-05 14:42:30 +03:00
"time 0.3.20",
2023-02-21 14:49:28 +03:00
"tokio",
"tracing",
"trust-dns-proto",
]
[[package]]
name = "trust-dns-proto"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
2023-03-30 18:25:29 +03:00
"idna 0.2.3",
2023-02-21 14:49:28 +03:00
"ipnet",
"lazy_static",
2023-04-18 17:34:23 +03:00
"openssl",
2023-02-21 14:49:28 +03:00
"rand 0.8.5",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
"lru-cache",
"parking_lot",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tracing",
"trust-dns-proto",
]
[[package]]
name = "try-lock"
2023-03-30 18:25:29 +03:00
version = "0.2.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2023-02-21 14:49:28 +03:00
[[package]]
name = "twofish"
2023-05-08 11:41:56 +03:00
version = "0.7.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "a78e83a30223c757c3947cd144a31014ff04298d8719ae10d03c31c0448c8013"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
]
[[package]]
name = "typenum"
2023-03-30 18:25:29 +03:00
version = "1.16.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2023-02-21 14:49:28 +03:00
[[package]]
name = "ucd-trie"
2023-03-30 18:25:29 +03:00
version = "0.1.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unescape"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-03-30 18:25:29 +03:00
version = "0.3.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-ident"
2023-07-05 14:42:30 +03:00
version = "1.0.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-linebreak"
2023-03-30 18:25:29 +03:00
version = "0.1.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"hashbrown",
2023-02-21 14:49:28 +03:00
"regex",
]
[[package]]
name = "unicode-normalization"
2023-03-30 18:25:29 +03:00
version = "0.1.22"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2023-02-21 14:49:28 +03:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
2023-03-30 18:25:29 +03:00
version = "0.1.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-xid"
2023-03-30 18:25:29 +03:00
version = "0.2.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2023-02-21 14:49:28 +03:00
2023-04-15 13:29:19 +03:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
2023-02-21 14:49:28 +03:00
[[package]]
name = "url"
2023-06-21 12:47:14 +03:00
version = "2.4.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2023-02-21 14:49:28 +03:00
dependencies = [
"form_urlencoded",
2023-06-21 12:47:14 +03:00
"idna 0.4.0",
2023-02-21 14:49:28 +03:00
"percent-encoding",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "utf8-width"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
2023-02-21 14:49:28 +03:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
[[package]]
name = "walkdir"
2023-03-30 18:25:29 +03:00
version = "2.3.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2023-02-21 14:49:28 +03:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-06-21 12:47:14 +03:00
version = "0.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023-02-21 14:49:28 +03:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2023-03-30 18:25:29 +03:00
version = "0.10.0+wasi-snapshot-preview1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-06-21 12:47:14 +03:00
version = "0.2.87"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-21 12:47:14 +03:00
version = "0.2.87"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2023-02-21 14:49:28 +03:00
dependencies = [
"bumpalo",
"log",
2023-03-30 18:25:29 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-21 12:47:14 +03:00
version = "0.2.87"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2023-02-21 14:49:28 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-21 12:47:14 +03:00
version = "0.2.87"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-21 12:47:14 +03:00
version = "0.2.87"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2023-02-21 14:49:28 +03:00
[[package]]
name = "widestring"
2023-06-21 12:47:14 +03:00
version = "1.0.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2023-02-21 14:49:28 +03:00
[[package]]
name = "win-crypto-ng"
2023-05-08 11:41:56 +03:00
version = "0.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "aea60789d46dc8aa7d41758143c1b7dc2d6101a421712f88716a9646da2a4e39"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
"doc-comment",
"rand_core 0.5.1",
"winapi",
"zeroize",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-30 18:25:29 +03:00
[[package]]
name = "windows"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-30 18:25:29 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"windows-targets 0.48.1",
2023-03-14 19:09:03 +03:00
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-03-30 18:25:29 +03:00
"windows-targets 0.42.2",
2023-02-21 14:49:28 +03:00
]
2023-04-07 22:44:04 +03:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-07-05 14:42:30 +03:00
"windows-targets 0.48.1",
2023-04-07 22:44:04 +03:00
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows-targets"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-03-14 19:09:03 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"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"
2023-07-05 14:42:30 +03:00
version = "0.48.1"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-05 14:42:30 +03:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-03-30 18:25:29 +03:00
dependencies = [
2023-04-07 22:44:04 +03:00
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-03-14 19:09:03 +03:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "windows_i686_gnu"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_i686_gnu"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "windows_i686_msvc"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_i686_msvc"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-03-30 18:25:29 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-30 18:25:29 +03:00
version = "0.42.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-07 22:44:04 +03:00
version = "0.48.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "winreg"
2023-06-21 12:47:14 +03:00
version = "0.50.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 12:47:14 +03:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-06-21 12:47:14 +03:00
"cfg-if",
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
2023-05-08 11:41:56 +03:00
name = "x25519-dalek-ng"
version = "1.1.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "bf7074de8999662970c3c4c8f7f30925028dd8f4ca31ad4c055efa9cdf2ec326"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"curve25519-dalek-ng",
"rand 0.8.5",
"rand_core 0.6.4",
2023-02-21 14:49:28 +03:00
"zeroize",
]
[[package]]
name = "xxhash-rust"
2023-03-30 18:25:29 +03:00
version = "0.8.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 18:25:29 +03:00
checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70"
2023-02-21 14:49:28 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "zbase32"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f9079049688da5871a7558ddacb7f04958862c703e68258594cb7a862b5e33f"
[[package]]
name = "zeroize"
2023-05-08 11:41:56 +03:00
version = "1.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 11:41:56 +03:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2023-02-21 14:49:28 +03:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2023-04-07 22:44:04 +03:00
version = "1.4.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-07 22:44:04 +03:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-07-05 14:42:30 +03:00
"syn 2.0.23",
2023-02-21 14:49:28 +03:00
]