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"
2024-06-14 21:45:58 +03:00
version = "0.22.0"
2023-07-05 14:42:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-07-05 14:42:30 +03:00
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"
2024-02-29 19:05:55 +03:00
version = "0.8.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
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-11-24 18:05:44 +03:00
"zeroize",
]
[[package]]
name = "aes-gcm"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
2023-03-30 18:25:29 +03:00
]
[[package]]
name = "ahash"
2024-04-15 16:13:26 +03:00
version = "0.8.11"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-03-30 18:25:29 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"cfg-if",
2023-03-30 18:25:29 +03:00
"once_cell",
"version_check",
2023-11-29 16:05:50 +03:00
"zerocopy",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "aho-corasick"
2024-04-15 16:13:26 +03:00
version = "1.1.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-05-08 11:41:56 +03:00
dependencies = [
"memchr",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "aligned"
2024-04-15 16:13:26 +03:00
version = "0.4.2"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923"
2023-04-15 13:29:19 +03:00
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",
]
2023-11-29 16:05:50 +03:00
[[package]]
name = "anstream"
2024-05-22 00:22:11 +03:00
version = "0.6.14"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-11-29 16:05:50 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-22 00:22:11 +03:00
"is_terminal_polyfill",
2023-11-29 16:05:50 +03:00
"utf8parse",
]
2023-11-29 15:43:56 +03:00
[[package]]
name = "anstyle"
2024-05-22 00:22:11 +03:00
version = "1.0.7"
2023-11-29 15:43:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-11-29 15:43:56 +03:00
2023-11-29 16:05:50 +03:00
[[package]]
name = "anstyle-parse"
2024-05-22 00:22:11 +03:00
version = "0.2.4"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-11-29 16:05:50 +03:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-14 21:45:58 +03:00
version = "1.1.0"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
2023-11-29 16:05:50 +03:00
dependencies = [
2023-12-15 20:30:34 +03:00
"windows-sys 0.52.0",
2023-11-29 16:05:50 +03:00
]
[[package]]
name = "anstyle-wincon"
2024-05-22 00:22:11 +03:00
version = "3.0.3"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-11-29 16:05:50 +03:00
dependencies = [
"anstyle",
2023-12-15 20:30:34 +03:00
"windows-sys 0.52.0",
2023-11-29 16:05:50 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "anyhow"
2024-02-29 19:05:55 +03:00
version = "1.0.76"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
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"
2024-01-19 16:25:45 +03:00
version = "2.0.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"anstyle",
2023-02-21 14:49:28 +03:00
"bstr",
"doc-comment",
2023-11-29 16:05:50 +03:00
"predicates",
2023-02-21 14:49:28 +03:00
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2024-09-02 15:33:16 +03:00
[[package]]
name = "async-generic"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80548ada198a0260b9e9d09dfce57919d6c239c3aae2309b3efc1f89096a0e29"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "async-trait"
2024-04-15 16:13:26 +03:00
version = "0.1.80"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "autocfg"
2024-05-22 00:22:11 +03:00
version = "1.3.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-02-21 14:49:28 +03:00
2023-07-05 14:42:30 +03:00
[[package]]
name = "backtrace"
2024-06-14 21:45:58 +03:00
version = "0.3.73"
2023-07-05 14:42:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-07-05 14:42:30 +03:00
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
2023-04-15 13:29:19 +03:00
[[package]]
name = "base64"
2024-01-19 16:25:45 +03:00
version = "0.21.7"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
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-11-29 16:05:50 +03:00
version = "0.68.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
2023-02-21 14:49:28 +03:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
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"
2024-04-15 16:13:26 +03:00
version = "2.5.0"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
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-11-24 18:05:44 +03:00
version = "0.10.7"
2023-03-30 18:38:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 18:05:44 +03:00
checksum = "350081af1a3c6883f8a1f863ac553bfe6922589aad60008a70947765ed57c53e"
2023-03-30 18:38:13 +03:00
dependencies = [
"botan-sys",
]
[[package]]
name = "botan-sys"
2023-11-24 18:05:44 +03:00
version = "0.10.5"
2023-03-30 18:38:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 18:05:44 +03:00
checksum = "9f49dde1b8ebd2996cc41c55c39f6ef8b54e38148d8973aeba0792b87b1621ca"
2023-03-30 18:38:13 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "bstr"
2024-02-29 19:05:55 +03:00
version = "1.9.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
2023-02-21 14:49:28 +03:00
dependencies = [
"memchr",
2024-06-14 21:45:58 +03:00
"regex-automata 0.4.7",
2023-03-30 18:25:29 +03:00
"serde",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "buffered-reader"
2024-04-12 12:40:03 +03:00
version = "1.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-12 12:40:03 +03:00
checksum = "cd098763fdb64579407a8c83cf0d751e6d4a7e161d0114c89cc181a2ca760ec8"
2023-02-21 14:49:28 +03:00
dependencies = [
"bzip2",
"flate2",
"lazy_static",
"libc",
]
[[package]]
name = "bumpalo"
2024-04-15 16:13:26 +03:00
version = "3.16.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-02-21 14:49:28 +03:00
[[package]]
name = "byteorder"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "bytes"
2024-07-18 14:22:39 +03:00
version = "1.6.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-18 14:22:39 +03:00
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
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",
]
2023-11-24 18:05:44 +03:00
[[package]]
name = "camellia"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30"
dependencies = [
"byteorder",
"cipher",
]
2024-01-18 20:09:59 +03:00
[[package]]
name = "capnp"
2024-06-14 21:45:58 +03:00
version = "0.19.6"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "de71387912cac7dd3cb7c219e09628411620a18061bba58c71453c26ae7bf66a"
2024-01-18 20:09:59 +03:00
dependencies = [
"embedded-io",
]
[[package]]
name = "capnp-futures"
2024-02-20 18:22:33 +03:00
version = "0.19.0"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 18:22:33 +03:00
checksum = "5fac483cb34e3bc0be251dba7ce318f465143dd18f948c7bd7ad035f6fecfb1b"
2024-01-18 20:09:59 +03:00
dependencies = [
"capnp",
"futures",
]
[[package]]
name = "capnp-rpc"
2024-06-14 21:45:58 +03:00
version = "0.19.2"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "13b692f9454566fa16c5897a5d329e77496b6c8012777025f18cc82f7a65617e"
2024-01-18 20:09:59 +03:00
dependencies = [
"capnp",
"capnp-futures",
"futures",
]
[[package]]
name = "capnpc"
2024-02-20 18:22:33 +03:00
version = "0.19.0"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 18:22:33 +03:00
checksum = "c75ba30e0f08582d53c2f3710cf4bb65ff562614b1ba86906d7391adffe189ec"
2024-01-18 20:09:59 +03:00
dependencies = [
"capnp",
]
2023-02-21 14:49:28 +03:00
[[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"
2024-06-14 21:45:58 +03:00
version = "1.0.99"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
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"
2024-04-15 16:13:26 +03:00
version = "0.4.38"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
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",
"wasm-bindgen",
2024-04-15 16:13:26 +03:00
"windows-targets 0.52.5",
2023-02-21 14:49:28 +03:00
]
[[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-11-24 18:05:44 +03:00
"zeroize",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "clang-sys"
2024-06-14 21:45:58 +03:00
version = "1.8.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2023-02-21 14:49:28 +03:00
dependencies = [
"glob",
"libc",
"libloading",
]
2023-03-17 11:30:02 +03:00
[[package]]
name = "clap"
2024-01-19 16:25:45 +03:00
version = "4.4.18"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
2023-03-17 11:30:02 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"clap_builder",
2023-05-08 11:41:56 +03:00
"clap_derive",
2023-11-29 16:05:50 +03:00
]
[[package]]
name = "clap_builder"
2024-01-19 16:25:45 +03:00
version = "4.4.18"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
2023-11-29 16:05:50 +03:00
dependencies = [
"anstream",
"anstyle",
2023-05-08 11:41:56 +03:00
"clap_lex",
2023-03-17 11:30:02 +03:00
"strsim",
2023-11-29 16:05:50 +03:00
"terminal_size",
2023-03-17 11:30:02 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "clap_complete"
2024-02-29 19:05:55 +03:00
version = "4.4.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "abb745187d7f4d76267b37485a65e0149edd0e91a4cfcdd3f27524ad86cee9f3"
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"
2023-11-29 16:05:50 +03:00
version = "4.4.7"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2023-03-17 11:30:02 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-03-17 11:30:02 +03:00
]
[[package]]
name = "clap_lex"
2023-11-29 16:05:50 +03:00
version = "0.6.0"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2023-03-17 11:30:02 +03:00
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-11-24 18:05:44 +03:00
"digest",
2023-02-21 14:49:28 +03:00
]
2023-11-29 16:05:50 +03:00
[[package]]
name = "colorchoice"
2024-05-22 00:22:11 +03:00
version = "1.0.1"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-11-29 16:05:50 +03:00
2024-02-09 19:53:10 +03:00
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys 0.52.0",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "const-oid"
2023-12-15 20:30:34 +03:00
version = "0.9.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2023-02-21 14:49:28 +03:00
[[package]]
name = "core-foundation"
2023-12-15 20:30:34 +03:00
version = "0.9.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-02-21 14:49:28 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-15 20:30:34 +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-12-15 20:30:34 +03:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "cpufeatures"
2024-01-19 16:25:45 +03:00
version = "0.2.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-05-22 00:22:11 +03:00
version = "1.4.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "crossbeam"
2024-01-19 16:25:45 +03:00
version = "0.8.4"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
2023-03-14 19:09:03 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "crossbeam-channel"
2024-05-22 00:22:11 +03:00
version = "0.5.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2023-02-21 14:49:28 +03:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-01-19 16:25:45 +03:00
version = "0.8.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-02-21 14:49:28 +03:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-19 16:25:45 +03:00
version = "0.9.18"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-02-21 14:49:28 +03:00
dependencies = [
"crossbeam-utils",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "crossbeam-queue"
2024-01-19 16:25:45 +03:00
version = "0.3.11"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
2023-03-14 19:09:03 +03:00
dependencies = [
"crossbeam-utils",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "crossbeam-utils"
2024-05-22 00:22:11 +03:00
version = "0.8.20"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-02-21 14:49:28 +03:00
[[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"
2023-11-29 16:05:50 +03:00
version = "0.5.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-03-30 18:25:29 +03:00
"generic-array",
2023-11-24 18:05:44 +03:00
"rand_core",
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-11-24 18:05:44 +03:00
"rand_core",
2023-05-08 11:41:56 +03:00
"typenum",
2023-02-21 14:49:28 +03:00
]
2024-01-18 20:09:59 +03:00
[[package]]
name = "ctor"
2024-05-22 00:22:11 +03:00
version = "0.2.8"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
2024-01-18 20:09:59 +03:00
dependencies = [
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2024-01-18 20:09:59 +03:00
]
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"
2024-02-29 19:05:55 +03:00
version = "4.1.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"platforms",
"rustc_version",
2023-02-21 14:49:28 +03:00
"subtle",
"zeroize",
]
2023-05-08 11:41:56 +03:00
[[package]]
2023-11-24 18:05:44 +03:00
name = "curve25519-dalek-derive"
version = "0.1.1"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 18:05:44 +03:00
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
2023-05-08 11:41:56 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-05-08 11:41:56 +03:00
]
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"
2024-05-22 00:22:11 +03:00
version = "2.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
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"
2024-04-15 16:13:26 +03:00
version = "0.7.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
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]]
2023-11-29 16:05:50 +03:00
name = "deranged"
2024-01-19 16:25:45 +03:00
version = "0.3.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"powerfmt",
2023-02-21 14:49:28 +03:00
]
[[package]]
2023-11-29 16:05:50 +03:00
name = "des"
version = "0.8.1"
2023-11-22 13:26:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
2023-11-22 13:26:44 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"cipher",
2023-11-22 13:26:44 +03:00
]
[[package]]
name = "deunicode"
2024-05-22 00:22:11 +03:00
version = "1.6.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
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-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-11-24 18:05:44 +03:00
"block-buffer",
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
]
2024-05-20 00:22:11 +03:00
[[package]]
name = "directories"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
dependencies = [
"dirs-sys",
]
2023-04-18 15:20:37 +03:00
[[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-12-06 19:27:20 +03:00
"dirs-sys",
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-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",
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2023-11-24 18:05:44 +03:00
[[package]]
name = "dsa"
2024-02-29 19:05:55 +03:00
version = "0.6.3"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689"
2023-11-24 18:05:44 +03:00
dependencies = [
"digest",
"num-bigint-dig",
"num-traits",
"pkcs8",
"rfc6979",
"sha2",
"signature",
"zeroize",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "dyn-clone"
2024-02-29 19:05:55 +03:00
version = "1.0.17"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
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"
2023-11-29 16:05:50 +03:00
version = "0.1.2"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7"
2023-05-08 11:41:56 +03:00
dependencies = [
"cipher",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ecdsa"
2023-11-29 16:05:50 +03:00
version = "0.16.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2023-02-21 14:49:28 +03:00
dependencies = [
"der",
2023-11-24 18:05:44 +03:00
"digest",
2023-02-21 14:49:28 +03:00
"elliptic-curve",
2023-05-08 11:41:56 +03:00
"rfc6979",
2023-11-24 18:05:44 +03:00
"signature",
2023-06-21 12:47:14 +03:00
"spki",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ed25519"
2023-11-24 18:05:44 +03:00
version = "2.2.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 18:05:44 +03:00
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"pkcs8",
"signature",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "ed25519-dalek"
2024-02-29 19:05:55 +03:00
version = "2.1.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
2023-02-21 14:49:28 +03:00
dependencies = [
"curve25519-dalek",
"ed25519",
2023-11-24 18:05:44 +03:00
"rand_core",
"serde",
"sha2",
"subtle",
2023-02-21 14:49:28 +03:00
"zeroize",
]
[[package]]
name = "either"
2024-05-22 00:22:11 +03:00
version = "1.12.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "elliptic-curve"
2023-11-29 16:05:50 +03:00
version = "0.13.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"base16ct",
"crypto-bigint",
2023-11-24 18:05:44 +03:00
"digest",
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-11-24 18:05:44 +03:00
"rand_core",
2023-05-08 11:41:56 +03:00
"sec1",
2023-02-21 14:49:28 +03:00
"subtle",
"zeroize",
]
2024-01-18 20:09:59 +03:00
[[package]]
name = "embedded-io"
2024-02-20 18:22:33 +03:00
version = "0.6.1"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 18:22:33 +03:00
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2024-01-18 20:09:59 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "ena"
2024-05-22 00:22:11 +03:00
version = "0.14.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
2023-02-21 14:49:28 +03:00
dependencies = [
"log",
]
2024-02-09 19:53:10 +03:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2023-11-24 18:16:13 +03:00
[[package]]
name = "encoding_rs"
2024-04-15 16:13:26 +03:00
version = "0.8.34"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-11-24 18:16:13 +03:00
dependencies = [
"cfg-if",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2023-11-24 18:16:13 +03:00
[[package]]
name = "enum-as-inner"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-11-24 18:16:13 +03:00
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "enumber"
2024-05-22 00:22:11 +03:00
version = "0.3.1"
2023-03-18 23:03:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "0e94171909dd76d846c1ee9d14704de157cf77d01560c883f74ddd1f74c5bdbf"
2023-03-18 23:03:16 +03:00
dependencies = [
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-03-18 23:03:16 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "env_logger"
2024-01-19 16:25:45 +03:00
version = "0.10.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
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-11-29 16:05:50 +03:00
name = "equivalent"
version = "1.0.1"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-14 19:09:03 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
2023-11-29 16:05:50 +03:00
name = "errno"
2024-05-22 00:22:11 +03:00
version = "0.3.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-30 18:25:29 +03:00
dependencies = [
"libc",
2023-11-29 16:05:50 +03:00
"windows-sys 0.52.0",
2023-03-30 18:25:29 +03:00
]
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "fallible-iterator"
2023-12-15 20:30:34 +03:00
version = "0.3.0"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2023-04-18 15:20:37 +03:00
[[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"
2024-05-22 00:22:11 +03:00
version = "2.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "fd-lock"
2024-01-19 16:25:45 +03:00
version = "4.0.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
2023-03-14 19:09:03 +03:00
dependencies = [
"cfg-if",
2023-11-29 16:05:50 +03:00
"rustix",
2023-12-15 20:30:34 +03:00
"windows-sys 0.52.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-11-24 18:05:44 +03:00
"rand_core",
2023-02-21 14:49:28 +03:00
"subtle",
]
2023-11-24 18:05:44 +03:00
[[package]]
name = "fiat-crypto"
2024-05-22 00:22:11 +03:00
version = "0.2.9"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2023-11-24 18:05:44 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "file_diff"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5"
[[package]]
name = "filetime"
2023-12-15 20:30:34 +03:00
version = "0.2.23"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"libc",
2024-05-22 00:22:11 +03:00
"redox_syscall 0.4.1",
2023-12-15 20:30:34 +03:00
"windows-sys 0.52.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"
2024-05-22 00:22:11 +03:00
version = "1.0.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
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-11-29 16:05:50 +03:00
version = "1.2.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
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-11-29 16:05:50 +03:00
version = "0.1.10"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "982f82cc75107eef84f417ad6c53ae89bf65b561937ca4a3b3b0fd04d0aa2425"
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
]
2024-04-15 16:00:51 +03:00
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2024-01-18 20:09:59 +03:00
[[package]]
name = "futures"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-channel"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-02-21 14:49:28 +03:00
dependencies = [
"futures-core",
2024-01-18 20:09:59 +03:00
"futures-sink",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "futures-core"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-02-21 14:49:28 +03:00
2024-01-18 20:09:59 +03:00
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-io"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-macro"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "futures-sink"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-task"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-02-21 14:49:28 +03:00
[[package]]
name = "futures-util"
2024-01-19 16:25:45 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-01-18 20:09:59 +03:00
"futures-channel",
2023-02-21 14:49:28 +03:00
"futures-core",
2024-01-18 20:09:59 +03:00
"futures-io",
2023-02-21 14:49:28 +03:00
"futures-macro",
2024-01-18 20:09:59 +03:00
"futures-sink",
2023-02-21 14:49:28 +03:00
"futures-task",
2024-01-18 20:09:59 +03:00
"memchr",
2023-02-21 14:49:28 +03:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2024-03-13 11:23:50 +03:00
version = "0.7.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 11:23:50 +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
]
2024-04-15 15:50:26 +03:00
[[package]]
name = "gethostname"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
"windows-targets 0.48.5",
]
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"
2024-05-22 00:22:11 +03:00
version = "0.2.15"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2023-11-29 16:05:50 +03:00
"wasi",
2023-02-21 14:49:28 +03:00
"wasm-bindgen",
]
[[package]]
2023-11-24 18:05:44 +03:00
name = "ghash"
2024-04-15 16:13:26 +03:00
version = "0.5.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"opaque-debug",
"polyval",
2023-02-21 14:49:28 +03:00
]
2023-07-05 14:42:30 +03:00
[[package]]
name = "gimli"
2024-06-14 21:45:58 +03:00
version = "0.29.0"
2023-07-05 14:42:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-07-05 14:42:30 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "git-testament"
2023-11-29 16:05:50 +03:00
version = "0.2.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "710c78d2b68e46e62f5ba63ba0a7a2986640f37f9ecc07903b9ad4e7b2dbfc8e"
2023-02-21 14:49:28 +03:00
dependencies = [
"git-testament-derive",
]
[[package]]
name = "git-testament-derive"
2023-11-29 16:05:50 +03:00
version = "0.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "9b31494efbbe1a6730f6943759c21b92c8dc431cb4df177e6f2a6429c3c96842"
2023-02-21 14:49:28 +03:00
dependencies = [
"log",
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-11-29 16:05:50 +03:00
"time",
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-11-29 16:05:50 +03:00
version = "0.4.14"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"aho-corasick",
2023-02-21 14:49:28 +03:00
"bstr",
"log",
2024-06-14 21:45:58 +03:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "globwalk"
2024-06-14 21:45:58 +03:00
version = "0.9.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-06-14 21:45:58 +03:00
"bitflags 2.5.0",
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-11-24 18:05:44 +03:00
"rand_core",
2023-02-21 14:49:28 +03:00
"subtle",
]
[[package]]
name = "h2"
2024-04-03 23:35:11 +03:00
version = "0.3.26"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-03 23:35:11 +03:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2024-04-15 16:13:26 +03:00
"indexmap 2.2.6",
2023-02-21 14:49:28 +03:00
"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"
2023-11-29 16:05:50 +03:00
[[package]]
name = "hashbrown"
2024-05-22 00:22:11 +03:00
version = "0.14.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-03-30 18:25:29 +03:00
dependencies = [
"ahash",
]
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "hashlink"
2024-05-22 00:22:11 +03:00
version = "0.9.1"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2023-04-18 15:20:37 +03:00
dependencies = [
2024-05-22 00:22:11 +03:00
"hashbrown 0.14.5",
2023-04-18 15:20:37 +03:00
]
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"
2024-02-29 19:05:55 +03:00
version = "0.3.9"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-17 11:30:02 +03:00
2023-11-24 18:16:13 +03:00
[[package]]
name = "hickory-client"
2024-05-22 00:22:11 +03:00
version = "0.24.1"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "bab9683b08d8f8957a857b0236455d80e1886eaa8c6178af556aa7871fb61b55"
2023-11-24 18:16:13 +03:00
dependencies = [
"cfg-if",
"data-encoding",
"futures-channel",
"futures-util",
"hickory-proto",
"once_cell",
"radix_trie",
"rand",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "hickory-proto"
2024-05-22 00:22:11 +03:00
version = "0.24.1"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
2023-11-24 18:16:13 +03:00
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
2023-12-06 19:27:20 +03:00
"enum-as-inner",
2023-11-24 18:16:13 +03:00
"futures-channel",
"futures-io",
"futures-util",
"idna 0.4.0",
"ipnet",
"once_cell",
"openssl",
"rand",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "hickory-resolver"
2024-05-22 00:22:11 +03:00
version = "0.24.1"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
2023-11-24 18:16:13 +03:00
dependencies = [
"cfg-if",
"futures-util",
"hickory-proto",
"ipconfig",
"lru-cache",
"once_cell",
"parking_lot",
"rand",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tracing",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "hkdf"
2023-12-15 20:30:34 +03:00
version = "0.12.4"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2023-05-08 11:41:56 +03:00
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-11-24 18:05:44 +03:00
"digest",
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"
2024-04-15 16:13:26 +03:00
version = "0.2.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2023-12-15 20:30:34 +03:00
version = "0.4.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-06-14 21:45:58 +03:00
version = "1.9.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545"
2023-02-21 14:49:28 +03:00
[[package]]
name = "httpdate"
2023-11-29 16:05:50 +03:00
version = "1.0.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-02-21 14:49:28 +03:00
[[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"
2024-06-14 21:45:58 +03:00
version = "0.14.29"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
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",
2024-01-19 16:25:45 +03:00
"socket2",
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"
2024-02-07 14:33:13 +03:00
version = "0.1.60"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-07 14:33:13 +03:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-02-21 14:49:28 +03:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-03-13 11:23:50 +03:00
"windows-core",
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
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
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",
]
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",
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "idna"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
dependencies = [
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "ignore"
2024-01-19 16:25:45 +03:00
version = "0.4.22"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"crossbeam-deque",
2023-02-21 14:49:28 +03:00
"globset",
"log",
"memchr",
2024-06-14 21:45:58 +03:00
"regex-automata 0.4.7",
2023-02-21 14:49:28 +03:00
"same-file",
"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-11-29 16:05:50 +03:00
"hashbrown 0.12.3",
2023-02-21 14:49:28 +03:00
]
2023-05-08 11:41:56 +03:00
[[package]]
2023-11-29 16:05:50 +03:00
name = "indexmap"
2024-04-15 16:13:26 +03:00
version = "2.2.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"equivalent",
2024-05-22 00:22:11 +03:00
"hashbrown 0.14.5",
2023-02-21 14:49:28 +03:00
]
2024-02-09 19:53:10 +03:00
[[package]]
name = "indicatif"
2024-02-29 19:05:55 +03:00
version = "0.17.8"
2024-02-09 19:53:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
2024-02-09 19:53:10 +03:00
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
2023-03-14 19:09:03 +03:00
[[package]]
2023-11-29 16:05:50 +03:00
name = "inout"
version = "0.1.3"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2023-03-14 19:09:03 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"block-padding",
"generic-array",
2023-03-14 19:09:03 +03:00
]
2024-02-09 19:53:10 +03:00
[[package]]
name = "instant"
2024-05-22 00:22:11 +03:00
version = "0.1.13"
2024-02-09 19:53:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2024-02-09 19:53:10 +03:00
dependencies = [
"cfg-if",
]
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 = [
2024-01-19 16:25:45 +03:00
"socket2",
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-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-02-21 14:49:28 +03:00
2023-03-17 11:30:02 +03:00
[[package]]
name = "is-terminal"
2024-02-29 19:05:55 +03:00
version = "0.4.12"
2023-03-17 11:30:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2023-03-17 11:30:02 +03:00
dependencies = [
2023-07-05 14:42:30 +03:00
"hermit-abi",
2024-02-29 19:05:55 +03:00
"libc",
2024-01-19 16:25:45 +03:00
"windows-sys 0.52.0",
2023-03-17 11:30:02 +03:00
]
2024-05-22 00:22:11 +03:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-02-21 14:49:28 +03:00
[[package]]
name = "itertools"
2024-02-29 19:05:55 +03:00
version = "0.11.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2023-02-21 14:49:28 +03:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-04-15 16:13:26 +03:00
version = "1.0.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "js-sys"
2024-04-15 16:13:26 +03:00
version = "0.3.69"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-02-21 14:49:28 +03:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lalrpop"
2024-02-29 19:05:55 +03:00
version = "0.20.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
2023-02-21 14:49:28 +03:00
dependencies = [
"ascii-canvas",
"bit-set",
"ena",
2024-01-19 16:25:45 +03:00
"itertools",
2023-02-21 14:49:28 +03:00
"lalrpop-util",
"petgraph",
"regex",
2024-06-14 21:45:58 +03:00
"regex-syntax 0.8.4",
2023-02-21 14:49:28 +03:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
2024-02-29 19:05:55 +03:00
"walkdir",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "lalrpop-util"
2024-02-29 19:05:55 +03:00
version = "0.20.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
dependencies = [
2024-06-14 21:45:58 +03:00
"regex-automata 0.4.7",
2024-02-29 19:05:55 +03:00
]
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"
2024-05-22 00:22:11 +03:00
version = "0.2.155"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-02-21 14:49:28 +03:00
[[package]]
name = "libloading"
2024-04-15 16:13:26 +03:00
version = "0.8.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
2024-09-02 15:33:16 +03:00
"windows-targets 0.52.5",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "libm"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libredox"
2024-04-15 16:13:26 +03:00
version = "0.1.3"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2023-11-29 16:05:50 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
2023-11-29 16:05:50 +03:00
"libc",
]
2023-02-21 14:49:28 +03:00
2023-04-18 15:20:37 +03:00
[[package]]
name = "libsqlite3-sys"
2024-02-29 19:05:55 +03:00
version = "0.28.0"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
2023-04-18 15:20:37 +03:00
dependencies = [
2024-02-23 16:30:06 +03:00
"cc",
2023-04-18 15:20:37 +03:00
"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-11-29 15:47:26 +03:00
[[package]]
name = "linux-raw-sys"
2024-05-22 00:22:11 +03:00
version = "0.4.14"
2023-11-29 15:47:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-11-29 15:47:26 +03:00
2024-06-14 21:45:58 +03:00
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2023-02-21 14:49:28 +03:00
[[package]]
name = "lock_api"
2024-05-22 00:22:11 +03:00
version = "0.4.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
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"
2024-02-29 19:05:55 +03:00
version = "0.4.21"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
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 = [
2023-11-29 16:05:50 +03:00
"regex-automata 0.1.10",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "md-5"
2023-11-29 16:05:50 +03:00
version = "0.10.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"cfg-if",
2023-11-24 18:05:44 +03:00
"digest",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "memchr"
2024-06-14 21:45:58 +03:00
version = "2.7.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-02-21 14:49:28 +03:00
2024-06-14 21:45:58 +03:00
[[package]]
name = "memsec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c797b9d6bb23aab2fc369c65f871be49214f5c759af65bde26ffaaa2b646b492"
2023-11-24 18:16:13 +03:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-03-30 18:25:29 +03:00
[[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"
2024-05-22 00:22:11 +03:00
version = "0.7.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2023-02-21 14:49:28 +03:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-03-13 11:11:18 +03:00
version = "0.8.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 11:11:18 +03:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
2023-11-29 16:05:50 +03:00
"wasi",
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"
2024-06-14 21:45:58 +03:00
version = "0.2.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nettle"
2024-04-15 16:13:26 +03:00
version = "7.4.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "44e6ff4a94e5d34a1fd5abbd39418074646e2fa51b257198701330f22fcd6936"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"getrandom",
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-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "b495053a10a19a80e3a26bf1212e92e29350797b5f5bdc58268c3f3f818e66ec"
2023-02-21 14:49:28 +03:00
dependencies = [
"bindgen",
"cc",
"libc",
"pkg-config",
"tempfile",
"vcpkg",
]
[[package]]
name = "new_debug_unreachable"
2024-04-15 16:13:26 +03:00
version = "1.0.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2023-02-21 14:49:28 +03:00
[[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"
2023-11-29 16:05:50 +03:00
version = "0.26.4"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-04-15 13:29:19 +03:00
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
]
2023-02-21 14:49:28 +03:00
[[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"
2024-06-14 21:45:58 +03:00
version = "1.1.0"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "972dec05f98e7c787ede35d7a9ea4735eb7788c299287352757b3def6cc1f7b5"
2023-04-15 13:29:19 +03:00
dependencies = [
2024-06-14 21:45:58 +03:00
"windows-sys 0.45.0",
2023-04-15 13:29:19 +03:00
]
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-11-24 18:05:44 +03:00
"rand",
2023-02-21 14:49:28 +03:00
"smallvec",
"zeroize",
]
2024-02-29 19:05:55 +03:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-02-21 14:49:28 +03:00
[[package]]
name = "num-integer"
2024-02-29 19:05:55 +03:00
version = "0.1.46"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2023-02-21 14:49:28 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2024-05-22 00:22:11 +03:00
version = "0.1.45"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
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"
2024-05-22 00:22:11 +03:00
version = "0.2.19"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
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",
]
2024-02-09 19:53:10 +03:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2023-07-05 14:42:30 +03:00
[[package]]
name = "object"
2024-06-14 21:45:58 +03:00
version = "0.36.0"
2023-07-05 14:42:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-07-05 14:42:30 +03:00
dependencies = [
"memchr",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "once_cell"
2023-12-15 20:30:34 +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-12-15 20:30:34 +03:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-02-21 14:49:28 +03:00
[[package]]
name = "opaque-debug"
2024-04-15 16:13:26 +03:00
version = "0.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2023-02-21 14:49:28 +03:00
2023-03-14 19:09:03 +03:00
[[package]]
name = "openpgp-cert-d"
2024-04-15 15:50:26 +03:00
version = "0.3.2"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 15:50:26 +03:00
checksum = "c94a97687feb8838a6b2b47dbad623f269788f27f3fab90b1dc4a575295def1e"
2023-03-14 19:09:03 +03:00
dependencies = [
"anyhow",
2023-12-06 19:27:20 +03:00
"dirs",
2023-03-14 19:09:03 +03:00
"fd-lock",
2023-12-06 19:27:20 +03:00
"libc",
2023-11-29 16:05:50 +03:00
"sha1collisiondetection",
2023-03-14 19:09:03 +03:00
"tempfile",
"thiserror",
2023-12-06 19:27:20 +03:00
"walkdir",
2023-03-14 19:09:03 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "openssl"
2024-08-12 17:23:23 +03:00
version = "0.10.66"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 17:23:23 +03:00
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
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",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
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"
2024-08-12 17:23:23 +03:00
version = "0.9.103"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 17:23:23 +03:00
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
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-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-11-24 18:05:44 +03:00
"sha2",
2023-02-21 14:49:28 +03:00
]
2024-07-04 23:02:13 +03:00
[[package]]
name = "p384"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
]
[[package]]
name = "p521"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
dependencies = [
"base16ct",
"ecdsa",
"elliptic-curve",
"primeorder",
"rand_core",
"sha2",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "parking_lot"
2024-06-14 21:45:58 +03:00
version = "0.12.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-02-21 14:49:28 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-22 00:22:11 +03:00
version = "0.9.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"libc",
2024-06-14 21:45:58 +03:00
"redox_syscall 0.5.2",
2023-02-21 14:49:28 +03:00
"smallvec",
2024-05-22 00:22:11 +03:00
"windows-targets 0.52.5",
2023-02-21 14:49:28 +03:00
]
2024-01-18 20:09:59 +03:00
[[package]]
name = "paste"
2024-05-22 00:22:11 +03:00
version = "1.0.15"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-01-18 20:09:59 +03:00
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-11-29 16:05:50 +03:00
version = "2.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-02-21 14:49:28 +03:00
[[package]]
name = "pest"
2024-05-21 19:00:18 +03:00
version = "2.7.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-21 19:00:18 +03:00
checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"memchr",
2023-03-30 18:25:29 +03:00
"thiserror",
2023-02-21 14:49:28 +03:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2024-05-21 19:00:18 +03:00
version = "2.7.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-21 19:00:18 +03:00
checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
2023-02-21 14:49:28 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2024-05-21 19:00:18 +03:00
version = "2.7.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-21 19:00:18 +03:00
checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
2023-02-21 14:49:28 +03:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "pest_meta"
2024-05-21 19:00:18 +03:00
version = "2.7.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-21 19:00:18 +03:00
checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
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-11-24 18:05:44 +03:00
"sha2",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "petgraph"
2024-05-22 00:22:11 +03:00
version = "0.6.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2023-02-21 14:49:28 +03:00
dependencies = [
"fixedbitset",
2024-04-15 16:13:26 +03:00
"indexmap 2.2.6",
2023-02-21 14:49:28 +03:00
]
[[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"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "b430b470a0dfac4e22cd248210e3ef005346acd1ada670d74d6bdcdbab0dc96e"
2023-02-21 14:49:28 +03:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "pin-project-lite"
2024-04-15 16:13:26 +03:00
version = "0.2.14"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
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"
2024-02-29 19:05:55 +03:00
version = "0.3.30"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-02-21 14:49:28 +03:00
2023-11-24 18:05:44 +03:00
[[package]]
name = "platforms"
2024-04-15 16:13:26 +03:00
version = "3.4.0"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
2023-11-24 18:05:44 +03:00
[[package]]
name = "polyval"
2024-04-15 16:13:26 +03:00
version = "0.6.2"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
2023-11-24 18:05:44 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-02-09 19:53:10 +03:00
[[package]]
name = "portable-atomic"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2023-11-29 16:05:50 +03:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
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"
2023-11-29 15:43:56 +03:00
[[package]]
name = "predicates"
2024-01-19 16:25:45 +03:00
version = "3.1.0"
2023-11-29 15:43:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
2023-11-29 15:43:56 +03:00
dependencies = [
"anstyle",
"difflib",
"float-cmp",
2023-02-21 14:49:28 +03:00
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
2023-11-29 16:05:50 +03:00
version = "1.0.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2023-02-21 14:49:28 +03:00
[[package]]
name = "predicates-tree"
2023-11-29 16:05:50 +03:00
version = "1.0.9"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2023-02-21 14:49:28 +03:00
dependencies = [
"predicates-core",
"termtree",
]
2023-05-08 11:41:56 +03:00
[[package]]
name = "primeorder"
2023-11-29 16:05:50 +03:00
version = "0.13.6"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2023-05-08 11:41:56 +03:00
dependencies = [
"elliptic-curve",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "proc-macro2"
2024-06-14 21:45:58 +03:00
version = "1.0.85"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2023-02-21 14:49:28 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "pulldown-cmark"
2024-02-29 19:05:55 +03:00
version = "0.9.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
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"
2024-04-15 16:13:26 +03:00
version = "1.0.36"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
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.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2023-11-24 18:05:44 +03:00
"rand_chacha",
"rand_core",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-11-24 18:05:44 +03:00
"rand_core",
2023-02-21 14:49:28 +03:00
]
[[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-11-24 18:05:44 +03:00
"getrandom",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rayon"
2024-04-15 16:13:26 +03:00
version = "1.10.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-02-21 14:49:28 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-01-19 16:25:45 +03:00
version = "1.12.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-02-21 14:49:28 +03:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-03-30 18:25:29 +03:00
[[package]]
name = "redox_syscall"
2023-11-29 16:05:50 +03:00
version = "0.4.1"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
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
]
2024-05-22 00:22:11 +03:00
[[package]]
name = "redox_syscall"
2024-06-14 21:45:58 +03:00
version = "0.5.2"
2024-05-22 00:22:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2024-05-22 00:22:11 +03:00
dependencies = [
"bitflags 2.5.0",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "redox_users"
2024-04-15 16:13:26 +03:00
version = "0.4.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"getrandom",
2023-11-29 16:05:50 +03:00
"libredox",
2023-02-21 14:49:28 +03:00
"thiserror",
]
[[package]]
name = "regex"
2024-06-14 21:45:58 +03:00
version = "1.10.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"aho-corasick",
2023-02-21 14:49:28 +03:00
"memchr",
2024-06-14 21:45:58 +03:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
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
]
2023-11-29 16:05:50 +03:00
[[package]]
name = "regex-automata"
2024-06-14 21:45:58 +03:00
version = "0.4.7"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-11-29 16:05:50 +03:00
dependencies = [
"aho-corasick",
"memchr",
2024-06-14 21:45:58 +03:00
"regex-syntax 0.8.4",
2023-11-29 16:05:50 +03:00
]
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-11-24 18:05:44 +03:00
[[package]]
name = "regex-syntax"
2024-06-14 21:45:58 +03:00
version = "0.8.4"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-11-24 18:05:44 +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
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "reqwest"
2024-04-15 16:13:26 +03:00
version = "0.11.27"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2023-11-24 18:16:13 +03:00
dependencies = [
2024-09-02 15:22:47 +03:00
"base64",
2023-11-24 18:16:13 +03:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2024-09-27 14:34:31 +03:00
"hickory-resolver",
2023-11-24 18:16:13 +03:00
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-02-29 19:05:55 +03:00
"rustls-pemfile",
2023-11-24 18:16:13 +03:00
"serde",
"serde_json",
"serde_urlencoded",
2024-02-29 19:05:55 +03:00
"sync_wrapper",
2023-11-24 18:16:13 +03:00
"system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
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-11-24 18:05:44 +03:00
"digest",
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",
2024-02-29 19:20:40 +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-11-29 16:05:50 +03:00
version = "7.3.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2023-02-21 14:49:28 +03:00
dependencies = [
"libc",
2023-07-05 15:04:08 +03:00
"rtoolbox",
2023-11-29 16:05:50 +03:00
"windows-sys 0.48.0",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "rsa"
2023-12-15 20:30:34 +03:00
version = "0.9.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-05-08 11:41:56 +03:00
"const-oid",
2023-11-24 18:05:44 +03:00
"digest",
2023-02-21 14:49:28 +03:00
"num-bigint-dig",
"num-integer",
"num-traits",
2023-05-08 11:41:56 +03:00
"pkcs1",
"pkcs8",
2023-11-24 18:05:44 +03:00
"rand_core",
"signature",
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"
2023-11-29 16:05:50 +03:00
version = "0.0.2"
2023-07-05 15:04:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2023-07-05 15:04:08 +03:00
dependencies = [
"libc",
2023-11-29 16:05:50 +03:00
"windows-sys 0.48.0",
2023-07-05 15:04:08 +03:00
]
2023-04-18 15:20:37 +03:00
[[package]]
name = "rusqlite"
2024-02-29 19:05:55 +03:00
version = "0.31.0"
2023-04-18 15:20:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
2023-04-18 15:20:37 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
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"
2024-05-22 00:22:11 +03:00
version = "0.1.24"
2023-07-05 14:42:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-05 14:42:30 +03:00
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-11-24 18:05:44 +03:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "rustix"
2024-05-22 00:22:11 +03:00
version = "0.38.34"
2023-11-29 15:47:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-11-29 15:47:26 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"bitflags 2.5.0",
2023-11-29 15:47:26 +03:00
"errno",
"libc",
2023-11-29 16:05:50 +03:00
"linux-raw-sys",
2023-12-15 20:30:34 +03:00
"windows-sys 0.52.0",
2023-03-14 19:09:03 +03:00
]
2024-02-29 19:05:55 +03:00
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
2024-09-02 15:22:47 +03:00
"base64",
2024-02-29 19:05:55 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "rustversion"
2024-05-22 00:22:11 +03:00
version = "1.0.17"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2023-02-21 14:49:28 +03:00
[[package]]
name = "ryu"
2024-05-22 00:22:11 +03:00
version = "1.0.18"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
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"
2024-01-19 16:25:45 +03:00
version = "0.1.23"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-01-19 16:25:45 +03:00
"windows-sys 0.52.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"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-02-21 14:49:28 +03:00
2023-05-08 11:41:56 +03:00
[[package]]
name = "sec1"
2023-11-29 16:05:50 +03:00
version = "0.7.3"
2023-05-08 11:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2023-05-08 11:41:56 +03:00
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "security-framework"
2024-05-22 00:22:11 +03:00
version = "2.11.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-05-22 00:22:11 +03:00
"bitflags 2.5.0",
2023-02-21 14:49:28 +03:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-05-22 00:22:11 +03:00
version = "2.11.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2023-02-21 14:49:28 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-11-24 18:05:44 +03:00
[[package]]
name = "semver"
2024-05-22 00:22:11 +03:00
version = "1.0.23"
2023-11-24 18:05:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2023-11-24 18:05:44 +03:00
2023-02-21 14:49:28 +03:00
[[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 = [
2024-09-02 15:22:47 +03:00
"base64",
2023-02-21 14:49:28 +03:00
"sequoia-openpgp",
]
2023-03-14 19:09:03 +03:00
[[package]]
name = "sequoia-cert-store"
2024-06-14 20:35:57 +03:00
version = "0.6.0"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 20:35:57 +03:00
checksum = "41c48ce5b9596be3d68d197e6b2a9f7ec787d49a8dd5a758ffc53e2b381cd0e4"
2023-03-14 19:09:03 +03:00
dependencies = [
"anyhow",
"crossbeam",
2023-12-06 19:27:20 +03:00
"dirs",
2024-04-15 15:50:26 +03:00
"gethostname",
2023-03-14 19:09:03 +03:00
"num_cpus",
"openpgp-cert-d",
"rayon",
2023-04-18 15:20:37 +03:00
"rusqlite",
2023-12-06 19:27:20 +03:00
"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",
2024-06-14 20:35:57 +03:00
"url",
2023-02-21 14:49:28 +03:00
]
2024-05-20 00:22:11 +03:00
[[package]]
name = "sequoia-directories"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b01dd48960c5cf8617ab77e5c9f8ebeb55a1d694e3eabf830fa70453ffa637d5"
dependencies = [
"anyhow",
"directories",
"same-file",
"tempfile",
"thiserror",
]
2024-04-04 18:33:30 +03:00
[[package]]
name = "sequoia-gpg-agent"
2024-06-03 18:12:47 +03:00
version = "0.4.1"
2024-04-04 18:33:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-03 18:12:47 +03:00
checksum = "9b1df6f0a2de8dfdef7a4ea49d096237eb1a3081b3e235eb61255d654257a6de"
2024-04-04 18:33:30 +03:00
dependencies = [
"anyhow",
"chrono",
"futures",
2024-05-20 00:22:11 +03:00
"lalrpop",
"lalrpop-util",
2024-04-04 18:33:30 +03:00
"libc",
"sequoia-ipc",
"sequoia-openpgp",
"stfu8",
2024-05-20 00:22:11 +03:00
"tempfile",
2024-04-04 18:33:30 +03:00
"thiserror",
"tokio",
]
2024-01-18 20:09:59 +03:00
[[package]]
name = "sequoia-ipc"
2024-05-20 00:22:11 +03:00
version = "0.35.0"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 00:22:11 +03:00
checksum = "b4a7e644ec9e1055fde8dcdaa65c58fa4636c615b5e955a9b1942444145e308a"
2024-01-18 20:09:59 +03:00
dependencies = [
"anyhow",
"buffered-reader",
"capnp-rpc",
"ctor",
"dirs",
"fs2",
"lalrpop",
"lalrpop-util",
"lazy_static",
"libc",
2024-07-04 23:02:13 +03:00
"memsec",
2024-01-18 20:09:59 +03:00
"rand",
"sequoia-openpgp",
"socket2",
"tempfile",
"thiserror",
"tokio",
"tokio-util",
"winapi",
]
[[package]]
name = "sequoia-keystore"
2024-09-02 15:33:16 +03:00
version = "0.6.1"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:33:16 +03:00
checksum = "a8572d9c0258559533d483bbf1e601ab1d23aa4fe5867b4c7501966d43661a99"
2024-01-18 20:09:59 +03:00
dependencies = [
"anyhow",
2024-09-02 15:33:16 +03:00
"async-generic",
2024-01-18 20:09:59 +03:00
"capnp",
"capnpc",
"dirs",
"env_logger",
"lazy_static",
"log",
"paste",
2024-05-20 00:22:11 +03:00
"sequoia-directories",
2024-01-18 20:09:59 +03:00
"sequoia-ipc",
"sequoia-keystore-backend",
2024-04-04 18:33:30 +03:00
"sequoia-keystore-gpg-agent",
2024-01-18 20:09:59 +03:00
"sequoia-keystore-softkeys",
"sequoia-openpgp",
"thiserror",
"tokio",
"tokio-util",
]
[[package]]
name = "sequoia-keystore-backend"
2024-09-02 15:33:16 +03:00
version = "0.6.0"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:33:16 +03:00
checksum = "807cdfcf15808dc70081fa6f88a50df5b90876e9fffd461bbb75597b1fbedf96"
2024-01-18 20:09:59 +03:00
dependencies = [
"anyhow",
2024-04-04 18:33:30 +03:00
"async-trait",
"env_logger",
"futures",
"lazy_static",
"log",
2024-01-18 20:09:59 +03:00
"sequoia-openpgp",
2024-04-04 18:33:30 +03:00
"tempfile",
2024-01-18 20:09:59 +03:00
"thiserror",
2024-04-04 18:33:30 +03:00
"tokio",
]
[[package]]
name = "sequoia-keystore-gpg-agent"
2024-09-02 15:33:16 +03:00
version = "0.4.0"
2024-04-04 18:33:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:33:16 +03:00
checksum = "b306b5f91469c6af04ce96295c699e33819a840d9e289fbf638d997d66bfba68"
2024-04-04 18:33:30 +03:00
dependencies = [
"anyhow",
"async-trait",
"futures",
"lazy_static",
"log",
"openpgp-cert-d",
"sequoia-gpg-agent",
"sequoia-ipc",
"sequoia-keystore-backend",
"sequoia-openpgp",
"tokio",
2024-01-18 20:09:59 +03:00
]
[[package]]
name = "sequoia-keystore-softkeys"
2024-09-02 15:33:16 +03:00
version = "0.6.0"
2024-01-18 20:09:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:33:16 +03:00
checksum = "99ba56d1bd5c35643e7820936088ac98c4831bc89dcf30ad2bbebea69cbccaff"
2024-01-18 20:09:59 +03:00
dependencies = [
"anyhow",
2024-04-04 18:33:30 +03:00
"async-trait",
2024-01-18 20:09:59 +03:00
"dirs",
2024-04-04 18:33:30 +03:00
"futures",
2024-01-18 20:09:59 +03:00
"lazy_static",
"log",
"sequoia-keystore-backend",
"sequoia-openpgp",
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "sequoia-net"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6abf810ba698339f332b946b485cc815c13a0f750189009bc10514c71fba814b"
dependencies = [
"anyhow",
2024-09-02 15:22:47 +03:00
"base64",
2023-11-24 18:16:13 +03:00
"futures-util",
"hickory-client",
"hickory-resolver",
"http",
"hyper",
"hyper-tls",
"libc",
"percent-encoding",
"reqwest",
"sequoia-openpgp",
"tempfile",
"thiserror",
"tokio",
"url",
"z-base-32",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "sequoia-openpgp"
2024-09-02 15:22:47 +03:00
version = "1.21.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:22:47 +03:00
checksum = "13261ee216b44d932ef93b2d4a75d45199bef77864bcc5b77ecfc7bc0ecb02d6"
2023-02-21 14:49:28 +03:00
dependencies = [
"aes",
2023-11-24 18:05:44 +03:00
"aes-gcm",
2023-02-21 14:49:28 +03:00
"anyhow",
2024-09-02 15:22:47 +03:00
"base64",
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",
2023-11-24 18:05:44 +03:00
"camellia",
2023-02-21 14:49:28 +03:00
"cast5",
2023-05-08 11:41:56 +03:00
"cfb-mode",
2023-02-21 14:49:28 +03:00
"chrono",
"cipher",
"des",
2023-11-24 18:05:44 +03:00
"digest",
"dsa",
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-11-24 18:05:44 +03:00
"getrandom",
2023-02-21 14:49:28 +03:00
"idea",
2024-07-04 23:02:13 +03:00
"idna 1.0.0",
2023-02-21 14:49:28 +03:00
"lalrpop",
"lalrpop-util",
"lazy_static",
"libc",
"md-5",
2024-07-04 23:02:13 +03:00
"memsec",
2023-02-21 14:49:28 +03:00
"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",
2024-07-04 23:02:13 +03:00
"p384",
"p521",
2023-11-24 18:05:44 +03:00
"rand",
"rand_core",
2023-02-21 14:49:28 +03:00
"regex",
2024-06-14 21:45:58 +03:00
"regex-syntax 0.8.4",
2023-05-08 11:41:56 +03:00
"ripemd",
2023-02-21 14:49:28 +03:00
"rsa",
2023-11-29 16:05:50 +03:00
"sha1collisiondetection",
2023-11-24 18:05:44 +03:00
"sha2",
2023-02-21 14:49:28 +03:00
"thiserror",
"twofish",
"typenum",
"win-crypto-ng",
"winapi",
2023-11-24 18:05:44 +03:00
"x25519-dalek",
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"
2024-09-03 18:01:43 +03:00
version = "0.38.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-12-06 19:27:20 +03:00
"dirs",
2023-02-21 14:49:28 +03:00
"fehler",
2024-04-15 16:00:51 +03:00
"fs_extra",
2023-12-15 15:04:43 +03:00
"humantime",
2024-02-09 19:53:10 +03:00
"indicatif",
2024-01-08 16:13:03 +03:00
"libc",
2024-01-18 20:09:59 +03:00
"once_cell",
2023-11-29 16:05:50 +03:00
"predicates",
2024-02-08 18:23:01 +03:00
"regex",
2024-09-27 14:34:31 +03:00
"reqwest",
2023-02-21 14:49:28 +03:00
"roff",
"rpassword",
"sequoia-autocrypt",
2023-03-14 19:09:03 +03:00
"sequoia-cert-store",
2024-05-21 17:09:30 +03:00
"sequoia-directories",
2024-01-18 20:09:59 +03:00
"sequoia-keystore",
2023-12-06 19:27:20 +03:00
"sequoia-net",
2023-02-21 14:49:28 +03:00
"sequoia-openpgp",
2023-11-20 20:31:11 +03:00
"sequoia-policy-config",
2023-03-18 23:03:16 +03:00
"sequoia-wot",
2023-02-21 14:49:28 +03:00
"serde",
"subplot-build",
"subplotlib",
"tempfile",
2023-06-02 01:22:52 +03:00
"termcolor",
2023-11-29 16:05:50 +03:00
"terminal_size",
2024-02-29 19:20:40 +03:00
"textwrap",
2024-04-09 13:05:34 +03:00
"thiserror",
2023-02-21 14:49:28 +03:00
"tokio",
2024-09-25 13:32:27 +03:00
"typenum",
2023-02-21 14:49:28 +03:00
]
2023-03-18 23:03:16 +03:00
[[package]]
name = "sequoia-wot"
2024-06-14 20:35:57 +03:00
version = "0.12.0"
2023-03-18 23:03:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 20:35:57 +03:00
checksum = "486e5d22de6407e3f8b57104da7d1e34d60fc4101c2af0c49d1435542c0b3ddb"
2023-03-18 23:03:16 +03:00
dependencies = [
"anyhow",
"chrono",
"crossbeam",
"enumber",
"num_cpus",
"sequoia-cert-store",
"sequoia-openpgp",
"sequoia-policy-config",
"thiserror",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "serde"
2024-06-14 21:45:58 +03:00
version = "1.0.203"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2023-02-21 14:49:28 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-aux"
2024-02-29 19:05:55 +03:00
version = "4.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95"
2023-02-21 14:49:28 +03:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "serde_derive"
2024-06-14 21:45:58 +03:00
version = "1.0.203"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "serde_json"
2024-05-22 00:22:11 +03:00
version = "1.0.117"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2023-02-21 14:49:28 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
2023-11-29 16:05:50 +03:00
"indexmap 1.9.3",
2023-02-21 14:49:28 +03:00
"ryu",
"serde",
"yaml-rust",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "serde_yaml"
2024-04-15 16:13:26 +03:00
version = "0.9.34+deprecated"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2023-04-15 13:29:19 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"indexmap 2.2.6",
2023-04-15 13:29:19 +03:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2023-02-21 14:49:28 +03:00
[[package]]
2023-11-24 18:05:44 +03:00
name = "sha1collisiondetection"
2024-04-15 16:13:26 +03:00
version = "0.3.4"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "1f606421e4a6012877e893c399822a4ed4b089164c5969424e1b9d1e66e6964b"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"const-oid",
"digest",
"generic-array",
2023-03-30 18:25:29 +03:00
]
[[package]]
name = "sha2"
2023-11-29 16:05:50 +03:00
version = "0.10.8"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-03-30 18:25:29 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-11-24 18:05:44 +03:00
"digest",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "sharded-slab"
2023-11-29 16:05:50 +03:00
version = "0.1.7"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-02-21 14:49:28 +03:00
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"
2024-01-22 12:04:33 +03:00
version = "1.3.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 12:04:33 +03:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-02-21 14:49:28 +03:00
[[package]]
2023-05-08 11:41:56 +03:00
name = "signature"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"digest",
"rand_core",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "siphasher"
2023-11-29 16:05:50 +03:00
version = "0.3.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-02-21 14:49:28 +03:00
[[package]]
name = "slab"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-03-30 18:25:29 +03:00
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"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"deunicode",
"wasm-bindgen",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "smallvec"
2024-04-15 16:13:26 +03:00
version = "1.13.2"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-02-21 14:49:28 +03:00
[[package]]
name = "smawk"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2023-02-21 14:49:28 +03:00
2023-06-21 12:47:14 +03:00
[[package]]
name = "socket2"
2024-05-22 00:22:11 +03:00
version = "0.5.7"
2023-06-21 12:47:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-06-21 12:47:14 +03:00
dependencies = [
"libc",
2024-02-29 19:05:55 +03:00
"windows-sys 0.52.0",
2023-06-21 12:47:14 +03:00
]
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-11-29 16:05:50 +03:00
version = "0.7.3"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
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",
]
2024-04-04 18:33:30 +03:00
[[package]]
name = "stfu8"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978"
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-11-29 16:03:45 +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-11-29 16:03:45 +03:00
checksum = "a2c5723f41235a3deefab3cfd6164a5b780802f596fa97eb40dfcf3c39c36b21"
2023-02-21 14:49:28 +03:00
dependencies = [
"anyhow",
2024-09-02 15:22:47 +03:00
"base64",
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",
2024-04-15 16:13:26 +03:00
"serde_yaml 0.9.34+deprecated",
2023-02-21 14:49:28 +03:00
"tempfile",
"tempfile-fast",
"tera",
"thiserror",
2023-11-29 16:05:50 +03:00
"time",
2023-02-21 14:49:28 +03:00
"walkdir",
]
[[package]]
name = "subplot-build"
2023-11-29 16:03:45 +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-11-29 16:03:45 +03:00
checksum = "cd58ff7123e83e5a5ed5bcdcd9f6f23226eea5b08bc310e129cad5d24b18fabe"
2023-02-21 14:49:28 +03:00
dependencies = [
"subplot",
"tempfile",
"tracing",
]
[[package]]
name = "subplotlib"
2023-11-29 16:03:45 +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-11-29 16:03:45 +03:00
checksum = "4fc3c17998cc92ec00493a7d1c0d0256f8977c7baed553777ba347dd6d1c3ccf"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-09-02 15:22:47 +03:00
"base64",
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-11-29 16:05:50 +03:00
"time",
2023-02-21 14:49:28 +03:00
"unescape",
]
[[package]]
name = "subplotlib-derive"
2023-11-29 16:03:45 +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-11-29 16:03:45 +03:00
checksum = "0234a041a912954e3cc81230b9f64f6a471c4297e65053e6ad733bb3e473bc60"
2023-02-21 14:49:28 +03:00
dependencies = [
"fehler",
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
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
[[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"
2024-06-14 21:45:58 +03:00
version = "2.0.66"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
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
]
2024-02-29 19:05:55 +03:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-06-14 21:45:58 +03:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "tempfile"
2024-02-29 19:05:55 +03:00
version = "3.10.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"fastrand",
2023-11-29 16:05:50 +03:00
"rustix",
2024-01-19 16:25:45 +03:00
"windows-sys 0.52.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",
2023-11-24 18:05:44 +03:00
"rand",
2023-02-21 14:49:28 +03:00
"tempfile",
]
[[package]]
name = "tera"
2024-06-14 21:45:58 +03:00
version = "1.20.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
2023-02-21 14:49:28 +03:00
dependencies = [
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
2023-11-24 18:05:44 +03:00
"rand",
2023-02-21 14:49:28 +03:00
"regex",
"serde",
"serde_json",
"slug",
"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"
2024-01-19 16:25:45 +03:00
version = "1.4.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-02-21 14:49:28 +03:00
dependencies = [
"winapi-util",
]
2023-11-29 15:47:26 +03:00
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
2023-11-29 16:05:50 +03:00
"rustix",
2023-04-07 22:44:04 +03:00
"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"
2024-05-22 00:22:11 +03:00
version = "1.0.61"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2023-02-21 14:49:28 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-22 00:22:11 +03:00
version = "1.0.61"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "thread_local"
2024-02-29 19:05:55 +03:00
version = "1.1.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"cfg-if",
2023-02-21 14:49:28 +03:00
"once_cell",
]
[[package]]
name = "time"
2024-04-15 16:13:26 +03:00
version = "0.3.36"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"deranged",
2023-02-21 14:49:28 +03:00
"itoa",
2024-02-29 19:05:55 +03:00
"num-conv",
2023-11-29 16:05:50 +03:00
"powerfmt",
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"
2023-11-29 16:05:50 +03:00
version = "0.1.2"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-03-30 18:25:29 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "time-macros"
2024-04-15 16:13:26 +03:00
version = "0.2.18"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-03-30 18:25:29 +03:00
dependencies = [
2024-02-29 19:05:55 +03:00
"num-conv",
2023-03-30 18:25:29 +03:00
"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",
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2023-02-21 14:49:28 +03:00
[[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"
2024-06-14 21:45:58 +03:00
version = "1.38.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2023-02-21 14:49:28 +03:00
dependencies = [
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",
2024-01-19 16:25:45 +03:00
"socket2",
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"
2024-06-14 21:45:58 +03:00
version = "2.3.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
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"
2024-05-22 00:22:11 +03:00
version = "0.7.11"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-02-21 14:49:28 +03:00
dependencies = [
"bytes",
"futures-core",
2024-01-18 20:09:59 +03:00
"futures-io",
2023-02-21 14:49:28 +03:00
"futures-sink",
"pin-project-lite",
"tokio",
]
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-11-29 16:05:50 +03:00
version = "0.1.40"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-02-21 14:49:28 +03:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-11-29 16:05:50 +03:00
version = "0.1.27"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]
[[package]]
name = "tracing-core"
2023-11-29 16:05:50 +03:00
version = "0.1.32"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
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-11-29 16:05:50 +03:00
version = "0.2.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-02-21 14:49:28 +03:00
dependencies = [
"log",
2023-11-29 16:05:50 +03:00
"once_cell",
2023-02-21 14:49:28 +03:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-11-29 16:05:50 +03:00
version = "0.3.18"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
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 = "try-lock"
2023-12-15 20:30:34 +03:00
version = "0.2.5"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-15 20:30:34 +03:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
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-11-29 16:05:50 +03:00
version = "1.17.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-02-21 14:49:28 +03:00
[[package]]
name = "ucd-trie"
2023-11-29 16:05:50 +03:00
version = "0.1.6"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
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"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2023-02-21 14:49:28 +03:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-01-19 16:25:45 +03:00
version = "0.3.15"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-ident"
2023-11-29 16:05:50 +03:00
version = "1.0.12"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-linebreak"
2023-11-29 16:05:50 +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-11-29 16:05:50 +03:00
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2023-02-21 14:49:28 +03:00
[[package]]
name = "unicode-normalization"
2024-02-29 19:05:55 +03:00
version = "0.1.23"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-02-21 14:49:28 +03:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
2024-06-14 21:45:58 +03:00
version = "0.1.13"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
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-11-24 18:05:44 +03:00
[[package]]
name = "universal-hash"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
"crypto-common",
"subtle",
]
2023-04-15 13:29:19 +03:00
[[package]]
name = "unsafe-libyaml"
2024-04-15 16:13:26 +03:00
version = "0.2.11"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2023-04-15 13:29:19 +03:00
2023-02-21 14:49:28 +03:00
[[package]]
name = "url"
2024-06-14 21:45:58 +03:00
version = "2.5.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
2023-02-21 14:49:28 +03:00
dependencies = [
"form_urlencoded",
2024-06-14 21:45:58 +03:00
"idna 1.0.0",
2023-02-21 14:49:28 +03:00
"percent-encoding",
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2023-04-15 13:29:19 +03:00
[[package]]
name = "utf8-width"
2023-11-29 16:05:50 +03:00
version = "0.1.7"
2023-04-15 13:29:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
2024-06-14 21:45:58 +03:00
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2023-11-29 16:05:50 +03:00
[[package]]
name = "utf8parse"
2024-06-14 21:45:58 +03:00
version = "0.2.2"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-04-15 13:29:19 +03:00
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"
2024-04-15 16:13:26 +03:00
version = "2.5.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
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.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-04-15 16:13:26 +03:00
version = "0.2.92"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-02-21 14:49:28 +03:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-04-15 16:13:26 +03:00
version = "0.2.92"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
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",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
"wasm-bindgen-shared",
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "wasm-bindgen-futures"
2024-04-15 16:13:26 +03:00
version = "0.4.42"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-11-24 18:16:13 +03:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "wasm-bindgen-macro"
2024-04-15 16:13:26 +03:00
version = "0.2.92"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-02-21 14:49:28 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-04-15 16:13:26 +03:00
version = "0.2.92"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-02-21 14:49:28 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-04-15 16:13:26 +03:00
version = "0.2.92"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-02-21 14:49:28 +03:00
2023-11-24 18:16:13 +03:00
[[package]]
name = "web-sys"
2024-04-15 16:13:26 +03:00
version = "0.3.69"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2023-11-24 18:16:13 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "widestring"
2024-04-15 16:13:26 +03:00
version = "1.1.0"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2023-02-21 14:49:28 +03:00
[[package]]
name = "win-crypto-ng"
2023-11-24 18:05:44 +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-11-24 18:05:44 +03:00
checksum = "99abfb435a71e54ab2971d8d8c32f1a7e006cdbf527f71743b1d45b93517bb92"
2023-02-21 14:49:28 +03:00
dependencies = [
"cipher",
"doc-comment",
2023-11-24 18:05:44 +03:00
"rand_core",
2023-02-21 14:49:28 +03:00
"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"
2024-05-22 00:22:11 +03:00
version = "0.1.8"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-02-21 14:49:28 +03:00
dependencies = [
2024-05-22 00:22:11 +03:00
"windows-sys 0.52.0",
2023-02-21 14:49:28 +03:00
]
[[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"
2024-03-13 11:23:50 +03:00
version = "0.48.0"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 11:23:50 +03:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-30 18:25:29 +03:00
dependencies = [
2024-03-13 11:23:50 +03:00
"windows-targets 0.48.5",
2023-11-29 16:05:50 +03:00
]
[[package]]
name = "windows-core"
2024-01-19 16:25:45 +03:00
version = "0.52.0"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-19 16:25:45 +03:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-11-29 16:05:50 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"windows-targets 0.52.5",
2024-02-29 19:05:55 +03:00
]
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-11-29 16:05:50 +03:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-04-15 16:13:26 +03:00
"windows-targets 0.52.5",
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-03-30 18:25:29 +03:00
dependencies = [
2023-11-29 16:05:50 +03:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-11-29 16:05:50 +03:00
dependencies = [
2024-04-15 16:13:26 +03:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
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-11-29 16:05:50 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
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-11-29 16:05:50 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-30 18:25:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
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-11-29 16:05:50 +03:00
version = "0.48.5"
2023-03-14 19:09:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-29 16:05:50 +03:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-04-15 16:13:26 +03:00
version = "0.52.5"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 16:13:26 +03:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
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
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2023-02-21 14:49:28 +03:00
[[package]]
2023-11-24 18:05:44 +03:00
name = "x25519-dalek"
2024-02-29 19:05:55 +03:00
version = "2.0.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
2023-02-21 14:49:28 +03:00
dependencies = [
2023-11-24 18:05:44 +03:00
"curve25519-dalek",
"rand_core",
2023-02-21 14:49:28 +03:00
"zeroize",
]
[[package]]
name = "xxhash-rust"
2024-02-29 19:05:55 +03:00
version = "0.8.10"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
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",
]
2024-06-14 21:45:58 +03:00
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
]
2023-11-24 18:16:13 +03:00
[[package]]
name = "z-base-32"
2024-02-29 19:05:55 +03:00
version = "0.1.4"
2023-11-24 18:16:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 19:05:55 +03:00
checksum = "21bf7b4a78668416e1e8a332334e26fb2f377afe707f0c6feaf6ed5f9100133b"
2023-11-24 18:16:13 +03:00
2023-11-29 16:05:50 +03:00
[[package]]
name = "zerocopy"
2024-05-22 00:22:11 +03:00
version = "0.7.34"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2023-11-29 16:05:50 +03:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-22 00:22:11 +03:00
version = "0.7.34"
2023-11-29 16:05:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 00:22:11 +03:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2023-11-29 16:05:50 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
]
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
2023-11-29 16:05:50 +03:00
]
2023-02-21 14:49:28 +03:00
[[package]]
name = "zeroize"
2024-06-14 21:45:58 +03:00
version = "1.8.1"
2023-02-21 14:49:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 21:45:58 +03:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
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",
2024-06-14 21:45:58 +03:00
"syn 2.0.66",
]
[[package]]
name = "zerovec"
2024-07-04 23:50:45 +03:00
version = "0.10.4"
2024-06-14 21:45:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 23:50:45 +03:00
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
2024-06-14 21:45:58 +03:00
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
2024-07-04 23:50:45 +03:00
version = "0.10.3"
2024-06-14 21:45:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 23:50:45 +03:00
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2024-06-14 21:45:58 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-02-21 14:49:28 +03:00
]