mail-server/Cargo.lock

7468 lines
172 KiB
Plaintext
Raw Normal View History

2023-05-17 18:45:43 +08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-03 22:38:49 +08:00
[[package]]
name = "addr2line"
2023-08-29 01:44:23 +08:00
version = "0.21.0"
2023-07-03 22:38:49 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-03 22:38:49 +08:00
dependencies = [
"gimli",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
"crypto-common",
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "aes"
version = "0.8.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
2023-06-02 17:03:30 +08:00
"cipher 0.4.4",
2023-05-17 18:45:43 +08:00
"cpufeatures",
"zeroize",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "aes-gcm"
version = "0.10.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
2023-05-17 18:45:43 +08:00
dependencies = [
"aead",
2023-05-23 21:49:21 +08:00
"aes",
2023-06-02 17:03:30 +08:00
"cipher 0.4.4",
2023-05-17 18:45:43 +08:00
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "aes-gcm-siv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d"
dependencies = [
"aead",
2023-05-23 21:49:21 +08:00
"aes",
2023-06-02 17:03:30 +08:00
"cipher 0.4.4",
2023-05-17 18:45:43 +08:00
"ctr",
"polyval",
"subtle",
"zeroize",
]
[[package]]
name = "ahash"
version = "0.7.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
2023-05-17 18:45:43 +08:00
dependencies = [
"getrandom",
2023-05-17 18:45:43 +08:00
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"getrandom",
2023-05-17 18:45:43 +08:00
"once_cell",
"serde",
"version_check",
"zerocopy",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "aho-corasick"
2024-03-29 00:21:32 +08:00
version = "1.1.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-05-17 18:45:43 +08:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-05-17 18:45:43 +08: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-07-04 00:48:43 +08:00
[[package]]
name = "anstream"
2024-05-15 22:02:36 +08:00
version = "0.6.14"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-07-04 00:48:43 +08:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-15 22:02:36 +08:00
"is_terminal_polyfill",
2023-07-04 00:48:43 +08:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-15 22:02:36 +08:00
version = "1.0.7"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-07-04 00:48:43 +08:00
[[package]]
name = "anstyle-parse"
2024-05-15 22:02:36 +08:00
version = "0.2.4"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-07-04 00:48:43 +08:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-05-15 22:02:36 +08:00
version = "1.0.3"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
2023-07-04 00:48:43 +08:00
dependencies = [
"windows-sys 0.52.0",
2023-07-04 00:48:43 +08:00
]
[[package]]
name = "anstyle-wincon"
2024-05-15 22:02:36 +08:00
version = "3.0.3"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-07-04 00:48:43 +08:00
dependencies = [
"anstyle",
"windows-sys 0.52.0",
2023-07-04 00:48:43 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "anyhow"
2024-05-15 22:02:36 +08:00
version = "1.0.83"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
dependencies = [
"derive_arbitrary",
]
[[package]]
name = "arc-swap"
2024-03-29 00:21:32 +08:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-05-17 18:45:43 +08:00
2023-06-02 17:03:30 +08:00
[[package]]
name = "argon2"
2024-02-09 07:03:57 +08:00
version = "0.5.3"
2023-06-02 17:03:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
2023-06-02 17:03:30 +08:00
dependencies = [
"base64ct",
"blake2",
2023-07-16 16:34:18 +08:00
"cpufeatures",
2023-06-02 17:03:30 +08:00
"password-hash 0.5.0",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-05-17 18:45:43 +08:00
2023-09-07 20:28:51 +08:00
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "asn1-rs"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
dependencies = [
"asn1-rs-derive 0.4.0",
"asn1-rs-impl 0.1.0",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time",
]
[[package]]
name = "asn1-rs"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d"
dependencies = [
"asn1-rs-derive 0.5.0",
"asn1-rs-impl 0.2.0",
2023-05-17 18:45:43 +08:00
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure 0.12.6",
]
[[package]]
name = "asn1-rs-derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
"synstructure 0.13.1",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "asn1-rs-impl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
]
2023-12-04 02:40:16 +08:00
[[package]]
name = "async-compression"
2024-05-15 22:02:36 +08:00
version = "0.4.10"
2023-12-04 02:40:16 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498"
2023-12-04 02:40:16 +08:00
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "async-recursion"
2024-05-15 22:02:36 +08:00
version = "1.1.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "async-trait"
version = "0.1.80"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "attohttpc"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
dependencies = [
"http 0.2.12",
2023-06-07 00:53:29 +08:00
"log",
2023-08-29 18:31:08 +08:00
"rustls 0.20.9",
2023-06-07 00:53:29 +08:00
"serde",
"serde_json",
"url",
"webpki",
"webpki-roots 0.22.6",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "autocfg"
2024-05-15 22:02:36 +08:00
version = "1.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-05-17 18:45:43 +08:00
2023-06-07 00:53:29 +08:00
[[package]]
name = "aws-creds"
version = "0.34.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3776743bb68d4ad02ba30ba8f64373f1be4e082fe47651767171ce75bb2f6cf5"
dependencies = [
"attohttpc",
"dirs",
"log",
"quick-xml 0.26.0",
"rust-ini",
"serde",
"thiserror",
"time",
2023-06-07 00:53:29 +08:00
"url",
]
[[package]]
name = "aws-region"
2023-10-18 02:56:48 +08:00
version = "0.25.4"
2023-06-07 00:53:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 02:56:48 +08:00
checksum = "42fed2b9fca70f2908268d057a607f2a906f47edbf856ea8587de9038d264e22"
2023-06-07 00:53:29 +08:00
dependencies = [
"thiserror",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "axum"
2023-08-10 01:47:27 +08:00
version = "0.6.20"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-10 01:47:27 +08:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2023-05-17 18:45:43 +08:00
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
"bytes",
"futures-util",
"http 0.2.12",
"http-body 0.4.6",
2023-12-28 18:57:21 +08:00
"hyper 0.14.28",
2023-05-17 18:45:43 +08:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http 0.2.12",
"http-body 0.4.6",
2023-05-17 18:45:43 +08:00
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
2023-07-03 22:38:49 +08:00
[[package]]
name = "backtrace"
2024-03-29 00:21:32 +08:00
version = "0.3.71"
2023-07-03 22:38:49 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2023-07-03 22:38:49 +08:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-12-04 02:40:16 +08:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2023-05-17 18:45:43 +08:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
2024-02-09 07:03:57 +08:00
version = "0.21.7"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-05-17 18:45:43 +08:00
2024-03-22 03:07:21 +08:00
[[package]]
name = "base64"
2024-05-15 22:02:36 +08:00
version = "0.22.1"
2024-03-22 03:07:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-03-22 03:07:21 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-12-01 14:49:12 +08:00
[[package]]
name = "bigdecimal"
version = "0.4.3"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc"
2023-12-01 14:49:12 +08:00
dependencies = [
"autocfg",
"libm",
"num-bigint",
"num-integer",
"num-traits",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bindgen"
version = "0.69.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
2023-05-17 18:45:43 +08:00
"cexpr",
"clang-sys",
"itertools 0.12.1",
2023-05-17 18:45:43 +08:00
"lazy_static",
"lazycell",
2024-03-22 03:07:21 +08:00
"log",
"prettyplease",
2023-05-17 18:45:43 +08:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2024-03-22 03:07:21 +08:00
"which",
2023-05-17 18:45:43 +08:00
]
2023-08-12 00:46:09 +08:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2023-05-17 18:45:43 +08:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-03-29 00:21:32 +08:00
version = "2.5.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-05-17 18:45:43 +08:00
2024-05-13 00:15:41 +08:00
[[package]]
name = "bitpacking"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92"
dependencies = [
"crunchy",
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "bitvec-nom2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4863ce31b7ff8812568eaffe956024c824d845a1f9f08c329706166c357cae53"
dependencies = [
"bitvec",
"nom",
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "blake2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
dependencies = [
"digest 0.10.7",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "blake3"
version = "1.5.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
2023-05-17 18:45:43 +08:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
2023-07-16 16:34:18 +08:00
"constant_time_eq 0.3.0",
2023-06-02 17:03:30 +08:00
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-05-17 18:45:43 +08:00
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "block-padding"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-08-02 00:39:33 +08:00
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "blowfish"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32fa6a061124e37baba002e496d203e23ba3d7b73750be82dbfbc92913048a5b"
dependencies = [
"byteorder",
"cipher 0.2.5",
"opaque-debug",
]
[[package]]
name = "blowfish"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
dependencies = [
"byteorder",
"cipher 0.4.4",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "borsh"
2024-05-15 22:02:36 +08:00
version = "1.5.0"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77"
2023-12-01 14:49:12 +08:00
dependencies = [
"borsh-derive",
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
2024-05-15 22:02:36 +08:00
version = "1.5.0"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "d7a8646f94ab393e43e8b35a2558b1624bed28b97ee09c5d15456e3c9463f46d"
2023-12-01 14:49:12 +08:00
dependencies = [
"once_cell",
2024-03-22 03:07:21 +08:00
"proc-macro-crate",
2023-12-01 14:49:12 +08:00
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
"syn_derive",
]
[[package]]
name = "btoi"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
dependencies = [
"num-traits",
]
2023-08-02 00:39:33 +08:00
[[package]]
2023-09-07 20:28:51 +08:00
name = "buffered-reader"
version = "1.3.1"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd098763fdb64579407a8c83cf0d751e6d4a7e161d0114c89cc181a2ca760ec8"
2023-08-02 00:39:33 +08:00
dependencies = [
2023-09-07 20:28:51 +08:00
"lazy_static",
"libc",
2023-08-02 00:39:33 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "bumpalo"
version = "3.16.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-05-17 18:45:43 +08:00
2023-12-01 14:49:12 +08:00
[[package]]
name = "bytecheck"
version = "0.6.12"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2023-12-01 14:49:12 +08:00
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2023-12-01 14:49:12 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "bytemuck"
2024-05-15 22:02:36 +08:00
version = "1.16.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
2023-05-17 18:45:43 +08:00
[[package]]
name = "byteorder"
version = "1.5.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "bytes"
2024-03-29 00:21:32 +08:00
version = "1.6.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-05-17 18:45:43 +08:00
[[package]]
name = "bzip2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "camellia"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30"
dependencies = [
"byteorder",
"cipher 0.4.4",
]
[[package]]
name = "cast5"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911"
dependencies = [
"cipher 0.4.4",
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
"cipher 0.4.4",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "cc"
2024-05-15 22:02:36 +08:00
version = "1.0.97"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
2023-05-17 18:45:43 +08:00
dependencies = [
"jobserver",
2023-08-10 01:47:27 +08:00
"libc",
"once_cell",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "cedarwood"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90"
dependencies = [
"smallvec",
]
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfb"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
dependencies = [
"byteorder",
"fnv",
"uuid",
]
[[package]]
name = "cfb-mode"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330"
dependencies = [
"cipher 0.4.4",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-12-01 14:49:12 +08:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2023-05-17 18:45:43 +08:00
[[package]]
name = "chrono"
version = "0.4.38"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-05-17 18:45:43 +08:00
dependencies = [
"android-tzdata",
2023-05-17 18:45:43 +08:00
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.5",
2023-05-17 18:45:43 +08:00
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-06-02 17:03:30 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
"zeroize",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "clang-sys"
version = "1.7.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
2023-05-17 18:45:43 +08:00
dependencies = [
"glob",
"libc",
"libloading",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "clap"
2024-03-29 00:21:32 +08:00
version = "4.5.4"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2023-07-04 00:48:43 +08:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.2"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-07-04 00:48:43 +08:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-04-04 17:51:47 +08:00
"strsim 0.11.1",
2023-07-04 00:48:43 +08:00
]
[[package]]
name = "clap_derive"
2024-03-29 00:21:32 +08:00
version = "4.5.4"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
2023-07-04 00:48:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"heck 0.5.0",
2023-07-04 00:48:43 +08:00
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-07-04 00:48:43 +08:00
]
[[package]]
name = "clap_lex"
version = "0.7.0"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-07-04 00:48:43 +08:00
[[package]]
name = "cmac"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
dependencies = [
"cipher 0.4.4",
"dbl",
"digest 0.10.7",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "cmake"
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
dependencies = [
"cc",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "colorchoice"
2024-05-15 22:02:36 +08:00
version = "1.0.1"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-07-04 00:48:43 +08:00
2023-12-13 01:45:52 +08:00
[[package]]
name = "combine"
version = "4.6.7"
2023-12-13 01:45:52 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2023-12-13 01:45:52 +08:00
dependencies = [
"bytes",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
]
2024-03-22 03:07:21 +08:00
[[package]]
name = "common"
version = "0.8.0"
2024-03-22 03:07:21 +08:00
dependencies = [
"ahash 0.8.11",
"arc-swap",
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2024-03-23 03:16:02 +08:00
"bincode",
2024-03-22 03:07:21 +08:00
"chrono",
2024-03-23 03:16:02 +08:00
"decancer",
2024-03-22 03:07:21 +08:00
"directory",
"dns-update",
2024-03-22 03:07:21 +08:00
"futures",
"hostname 0.4.0",
"hyper 1.3.1",
2024-03-23 03:16:02 +08:00
"idna 0.5.0",
"imagesize",
"infer",
"jmap_proto",
2024-03-22 03:07:21 +08:00
"mail-auth",
2024-03-23 03:16:02 +08:00
"mail-parser",
2024-03-22 03:07:21 +08:00
"mail-send",
2024-03-23 03:16:02 +08:00
"md5",
2024-03-22 03:07:21 +08:00
"nlp",
2024-03-25 02:20:36 +08:00
"opentelemetry",
"opentelemetry-otlp",
"opentelemetry-semantic-conventions",
"opentelemetry_sdk",
2024-03-22 03:07:21 +08:00
"parking_lot",
"pem",
"privdrop",
"proxy-header",
"pwhash",
2024-03-29 00:21:32 +08:00
"rcgen 0.12.1",
2024-03-22 03:07:21 +08:00
"regex",
"reqwest 0.12.4",
2024-03-22 03:07:21 +08:00
"ring 0.17.8",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2024-03-22 03:07:21 +08:00
"rustls-pki-types",
"serde",
"serde_json",
2024-03-23 03:16:02 +08:00
"sha1",
"sha2 0.10.8",
2024-03-22 03:07:21 +08:00
"sieve-rs",
2024-03-23 03:16:02 +08:00
"smtp-proto",
2024-03-22 03:07:21 +08:00
"store",
"tokio",
"tokio-rustls 0.25.0",
"tracing",
2024-03-23 03:16:02 +08:00
"tracing-appender",
2024-03-22 03:07:21 +08:00
"tracing-journald",
2024-03-25 02:20:36 +08:00
"tracing-opentelemetry",
2024-03-23 03:16:02 +08:00
"tracing-subscriber",
"unicode-security",
2024-03-22 03:07:21 +08:00
"utils",
2024-03-23 03:16:02 +08:00
"whatlang",
2024-03-22 03:07:21 +08:00
"x509-parser 0.16.0",
"zip 0.6.6",
2024-03-22 03:07:21 +08:00
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "console"
2024-02-09 07:03:57 +08:00
version = "0.15.8"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2023-07-04 00:48:43 +08:00
dependencies = [
"encode_unicode 0.3.6",
"lazy_static",
"libc",
"unicode-width",
2024-02-09 07:03:57 +08:00
"windows-sys 0.52.0",
2023-07-04 00:48:43 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "const-oid"
2023-12-28 18:57:21 +08:00
version = "0.9.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2023-05-17 18:45:43 +08:00
2023-08-29 01:44:23 +08:00
[[package]]
name = "const_panic"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "constant_time_eq"
2023-07-16 16:34:18 +08:00
version = "0.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-16 16:34:18 +08:00
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
2023-05-17 18:45:43 +08:00
[[package]]
name = "core-foundation"
2023-12-02 22:52:05 +08:00
version = "0.9.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 22:52:05 +08:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-05-17 18:45:43 +08:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-02 22:52:05 +08:00
version = "0.8.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 22:52:05 +08:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-05-17 18:45:43 +08:00
[[package]]
name = "cpufeatures"
2024-02-09 07:03:57 +08:00
version = "0.2.12"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2023-12-13 01:45:52 +08:00
[[package]]
name = "crc16"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
2023-05-17 18:45:43 +08:00
[[package]]
name = "crc32fast"
version = "1.4.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "crossbeam"
2024-02-09 07:03:57 +08:00
version = "0.8.4"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
2023-12-01 14:49:12 +08:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "crossbeam-channel"
version = "0.5.12"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-02-09 07:03:57 +08:00
version = "0.8.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-02-09 07:03:57 +08:00
version = "0.9.18"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
2024-02-09 07:03:57 +08:00
version = "0.3.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-02-09 07:03:57 +08:00
version = "0.8.19"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2023-05-17 18:45:43 +08:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-bigint"
version = "0.5.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
"rand_core",
2023-05-17 18:45:43 +08:00
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
"rand_core",
2023-05-17 18:45:43 +08:00
"typenum",
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "crypto-mac"
2023-12-08 17:46:20 +08:00
version = "0.10.0"
2023-06-02 17:03:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 17:46:20 +08:00
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
2023-06-02 17:03:30 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-06-02 17:03:30 +08:00
"subtle",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "csv"
version = "1.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2023-05-17 18:45:43 +08:00
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2023-05-17 18:45:43 +08:00
dependencies = [
"memchr",
]
[[package]]
name = "ctr"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
2023-06-02 17:03:30 +08:00
"cipher 0.4.4",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "curve25519-dalek"
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest 0.10.7",
"fiat-crypto",
"platforms",
2023-12-04 02:40:16 +08:00
"rustc_version 0.4.0",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
]
2023-12-04 02:40:16 +08:00
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
"darling_core 0.13.4",
"darling_macro 0.13.4",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "darling"
version = "0.20.8"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
2023-12-01 14:49:12 +08:00
dependencies = [
"darling_core 0.20.8",
"darling_macro 0.20.8",
2023-12-04 02:40:16 +08:00
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
2023-12-04 02:40:16 +08:00
"syn 1.0.109",
2023-12-01 14:49:12 +08:00
]
[[package]]
name = "darling_core"
version = "0.20.8"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
2023-12-01 14:49:12 +08:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
2023-12-04 02:40:16 +08:00
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
"darling_core 0.13.4",
"quote",
"syn 1.0.109",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "darling_macro"
version = "0.20.8"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
2023-12-01 14:49:12 +08:00
dependencies = [
"darling_core 0.20.8",
2023-12-01 14:49:12 +08:00
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "dashmap"
version = "5.5.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
2023-05-17 18:45:43 +08:00
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "data-encoding"
2024-05-15 22:02:36 +08:00
version = "2.6.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2023-05-17 18:45:43 +08:00
[[package]]
name = "dbl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
]
2023-11-30 19:43:28 +08:00
[[package]]
name = "deadpool"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"tokio",
]
[[package]]
name = "deadpool-postgres"
version = "0.12.1"
2023-11-30 19:43:28 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda39fa1cfff190d8924d447ad04fd22772c250438ca5ce1dfb3c80621c05aaa"
2023-11-30 19:43:28 +08:00
dependencies = [
"deadpool",
"tokio",
"tokio-postgres",
"tracing",
]
[[package]]
name = "deadpool-runtime"
2024-05-15 22:02:36 +08:00
version = "0.1.4"
2023-11-30 19:43:28 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
2023-11-30 19:43:28 +08:00
dependencies = [
"tokio",
]
[[package]]
name = "decancer"
2024-05-15 22:02:36 +08:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "a053d1eb02357b64ce1a85133b1919466fc164a87fae45c11330dd41d0483b1e"
dependencies = [
2024-03-29 00:21:32 +08:00
"lazy_static",
"paste",
2024-03-29 00:21:32 +08:00
"regex",
]
[[package]]
name = "deflate64"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "der"
2024-04-04 17:51:47 +08:00
version = "0.7.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2023-05-17 18:45:43 +08:00
dependencies = [
"const-oid",
"pem-rfc7468",
2023-05-17 18:45:43 +08:00
"zeroize",
]
[[package]]
name = "der-parser"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
"asn1-rs 0.5.2",
"displaydoc",
"nom",
"num-bigint",
"num-traits",
"rusticata-macros",
]
[[package]]
name = "der-parser"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
dependencies = [
"asn1-rs 0.6.1",
2023-05-17 18:45:43 +08:00
"displaydoc",
"nom",
"num-bigint",
"num-traits",
"rusticata-macros",
]
2023-08-10 01:47:27 +08:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-08-10 01:47:27 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-08-10 01:47:27 +08:00
dependencies = [
2023-10-15 15:07:19 +08:00
"powerfmt",
2023-08-10 01:47:27 +08:00
"serde",
]
[[package]]
name = "derive_arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
]
[[package]]
name = "des"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
dependencies = [
"cipher 0.4.4",
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-06-02 17:03:30 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "digest"
2023-05-23 21:49:21 +08:00
version = "0.10.7"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 21:49:21 +08:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-06-02 17:03:30 +08:00
"block-buffer 0.10.4",
2023-05-17 18:45:43 +08:00
"const-oid",
"crypto-common",
"subtle",
]
2023-05-31 01:27:54 +08:00
[[package]]
name = "directory"
version = "0.8.0"
2023-05-31 01:27:54 +08:00
dependencies = [
"ahash 0.8.11",
2023-06-02 17:03:30 +08:00
"argon2",
2023-05-31 01:27:54 +08:00
"async-trait",
"deadpool",
2023-07-24 17:48:23 +08:00
"futures",
2023-12-14 19:35:25 +08:00
"jmap_proto",
2023-05-31 01:27:54 +08:00
"ldap3",
2023-06-02 17:03:30 +08:00
"lru-cache",
"mail-builder",
"mail-parser",
2023-05-31 01:27:54 +08:00
"mail-send",
2023-06-02 17:03:30 +08:00
"md5",
"parking_lot",
"password-hash 0.5.0",
2023-07-16 16:34:18 +08:00
"pbkdf2 0.12.2",
2023-06-02 17:03:30 +08:00
"pwhash",
2023-07-28 02:18:34 +08:00
"regex",
"rustls 0.22.4",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-06-02 17:03:30 +08:00
"scrypt",
"serde",
2023-06-02 17:03:30 +08:00
"sha1",
"sha2 0.10.8",
2023-05-31 01:27:54 +08:00
"smtp-proto",
"store",
2023-05-31 01:27:54 +08:00
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-05-31 01:27:54 +08:00
"tracing",
2023-06-02 17:03:30 +08:00
"utils",
2023-05-31 01:27:54 +08:00
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2023-07-04 00:48:43 +08: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-06-07 00:53:29 +08:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-07-04 00:48:43 +08: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",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "dlv-list"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "dns-update"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b0a9ca156a0285b2768b7fcb368b231e7736d3c13eef604c5c4203057bed33"
dependencies = [
"hickory-client",
"reqwest 0.12.4",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dsa"
2024-02-09 07:03:57 +08:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689"
dependencies = [
"digest 0.10.7",
"num-bigint-dig",
"num-traits",
"pkcs8",
"rfc6979",
"sha2 0.10.8",
"signature",
"zeroize",
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2023-09-07 20:28:51 +08:00
[[package]]
name = "eax"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9954fabd903b82b9d7a68f65f97dc96dd9ad368e40ccc907a7c19d53e6bfac28"
dependencies = [
"aead",
"cipher 0.4.4",
"cmac",
"ctr",
"subtle",
]
[[package]]
name = "ecb"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7"
dependencies = [
"cipher 0.4.4",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "ecdsa"
version = "0.16.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2023-05-17 18:45:43 +08:00
dependencies = [
"der",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
"elliptic-curve",
"rfc6979",
"signature",
"spki",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "ece"
2024-02-09 07:03:57 +08:00
version = "2.3.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "c2ea1d2f2cc974957a4e2575d8e5bb494549bab66338d6320c2789abcfff5746"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-05-17 18:45:43 +08:00
"byteorder",
"hex",
"hkdf",
"lazy_static",
"once_cell",
"openssl",
"serde",
"sha2 0.10.8",
2023-05-17 18:45:43 +08:00
"thiserror",
]
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand_core",
"serde",
"sha2 0.10.8",
"subtle",
"zeroize",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "either"
version = "1.11.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2023-05-17 18:45:43 +08:00
2023-12-04 02:40:16 +08:00
[[package]]
name = "elasticsearch"
version = "8.5.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40d9bd57d914cc66ce878f098f63ed7b5d5b64c30644a5adb950b008f874a6c6"
dependencies = [
"base64 0.11.0",
"bytes",
"dyn-clone",
"lazy_static",
"percent-encoding",
2024-03-29 00:21:32 +08:00
"reqwest 0.11.27",
2023-12-04 02:40:16 +08:00
"rustc_version 0.2.3",
"serde",
"serde_json",
"serde_with",
"url",
"void",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "elliptic-curve"
version = "0.13.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2023-05-17 18:45:43 +08:00
dependencies = [
"base16ct",
"crypto-bigint",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
"ff",
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-05-17 18:45:43 +08:00
"group",
"hkdf",
"pem-rfc7468",
"pkcs8",
"rand_core",
2023-05-17 18:45:43 +08:00
"sec1",
"subtle",
"zeroize",
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "ena"
2024-05-15 22:02:36 +08:00
version = "0.14.3"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
2023-09-07 20:28:51 +08:00
dependencies = [
"log",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encode_unicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2023-05-17 18:45:43 +08:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
]
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "enum-as-inner"
2023-09-06 00:23:52 +08:00
version = "0.6.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-06 00:23:52 +08:00
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"heck 0.4.1",
2023-05-17 18:45:43 +08:00
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "equivalent"
2023-07-16 16:34:18 +08:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-16 16:34:18 +08:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-05-17 18:45:43 +08:00
[[package]]
name = "errno"
2024-05-15 22:02:36 +08:00
version = "0.3.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
2023-12-02 22:52:05 +08:00
"windows-sys 0.52.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2023-05-17 18:45:43 +08:00
[[package]]
name = "fallible-iterator"
version = "0.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2023-05-17 18:45:43 +08:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2023-08-12 00:46:09 +08:00
[[package]]
name = "fancy-regex"
2023-12-28 18:57:21 +08:00
version = "0.13.0"
2023-08-12 00:46:09 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
2023-08-12 00:46:09 +08:00
dependencies = [
"bit-set",
"regex-automata 0.4.6",
2024-03-29 00:21:32 +08:00
"regex-syntax 0.8.3",
2023-08-12 00:46:09 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "farmhash"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f35ce9c8fb9891c75ceadbc330752951a4e369b50af10775955aeb9af3eee34b"
[[package]]
name = "fast-float"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
[[package]]
name = "ff"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
dependencies = [
"rand_core",
2023-05-17 18:45:43 +08:00
"subtle",
]
[[package]]
name = "fiat-crypto"
2024-05-15 22:02:36 +08:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2023-05-17 18:45:43 +08:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
2024-05-15 22:02:36 +08:00
version = "1.0.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2023-05-17 18:45:43 +08:00
dependencies = [
"crc32fast",
"libz-ng-sys",
2023-05-17 18:45:43 +08:00
"libz-sys",
"miniz_oxide",
]
[[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-data"
2024-05-15 22:02:36 +08:00
version = "0.5.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "5c9f1255b81bd56192c67475eefa322f44b85440030547cea7664fd5dc248964"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"http 1.1.0",
2023-05-17 18:45:43 +08:00
"httparse",
"memchr",
"mime",
"serde",
"thiserror",
"tracing",
]
[[package]]
name = "form_urlencoded"
version = "1.2.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-05-17 18:45:43 +08:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "foundationdb"
2024-03-22 03:07:21 +08:00
version = "0.9.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 03:07:21 +08:00
checksum = "020bf4ae7238dbdb1ff01e9f981db028515cf66883c461e29faedfea130b2728"
2023-05-17 18:45:43 +08:00
dependencies = [
"async-recursion",
"async-trait",
"foundationdb-gen",
"foundationdb-macros",
"foundationdb-sys",
"futures",
"memchr",
"rand",
2023-06-08 20:53:29 +08:00
"serde",
"serde_bytes",
"serde_json",
2023-05-17 18:45:43 +08:00
"static_assertions",
"uuid",
]
[[package]]
name = "foundationdb-gen"
2024-03-22 03:07:21 +08:00
version = "0.9.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 03:07:21 +08:00
checksum = "36878d54a76a48e794d0fe89be2096ab5968b071e7ec25f7becfe7846f55fa77"
2023-05-17 18:45:43 +08:00
dependencies = [
"xml-rs",
]
[[package]]
name = "foundationdb-macros"
2024-03-22 03:07:21 +08:00
version = "0.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 03:07:21 +08:00
checksum = "f8db6653cbc621a3810d95d55bd342be3e71181d6df21a4eb29ef986202d3f9c"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-06-08 20:53:29 +08:00
"proc-macro2",
2023-05-17 18:45:43 +08:00
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-06-08 20:53:29 +08:00
"try_map",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "foundationdb-sys"
2024-03-22 03:07:21 +08:00
version = "0.9.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 03:07:21 +08:00
checksum = "ace2f49db8614b7d7e3b656a12e0059b5fbd0a4da3410b1797374bec3db269fa"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-22 03:07:21 +08:00
"bindgen",
"libc",
2023-05-17 18:45:43 +08:00
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "frunk"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a351b59e12f97b4176ee78497dff72e4276fb1ceb13e19056aca7fa0206287"
dependencies = [
"frunk_core",
"frunk_derives",
"frunk_proc_macros",
]
[[package]]
name = "frunk_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2469fab0bd07e64ccf0ad57a1438f63160c69b2e57f04a439653d68eb558d6"
[[package]]
name = "frunk_derives"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fa992f1656e1707946bbba340ad244f0814009ef8c0118eb7b658395f19a2e"
dependencies = [
"frunk_proc_macro_helpers",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
[[package]]
name = "frunk_proc_macro_helpers"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b54add839292b743aeda6ebedbd8b11e93404f902c56223e51b9ec18a13d2c"
dependencies = [
"frunk_core",
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
[[package]]
name = "frunk_proc_macros"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71b85a1d4a9a6b300b41c05e8e13ef2feca03e0334127f29eca9506a7fe13a93"
dependencies = [
"frunk_core",
"frunk_proc_macro_helpers",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-05-17 18:45:43 +08:00
[[package]]
name = "futures"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "futures-executor"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-05-17 18:45:43 +08:00
[[package]]
name = "futures-macro"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "futures-sink"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-05-17 18:45:43 +08:00
[[package]]
name = "futures-task"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-05-17 18:45:43 +08:00
[[package]]
name = "futures-util"
2023-12-28 18:57:21 +08:00
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
"zeroize",
]
2024-02-09 07:03:57 +08:00
[[package]]
name = "generic-array"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe739944a5406424e080edccb6add95685130b9f160d5407c639c7df0c5836b0"
dependencies = [
"typenum",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "gethostname"
2023-05-23 21:49:21 +08:00
version = "0.4.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 21:49:21 +08:00
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
2023-08-29 01:44:23 +08:00
"windows-targets 0.48.5",
2023-05-17 18:45:43 +08:00
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "getrandom"
2024-05-15 22:02:36 +08:00
version = "0.2.15"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
2023-09-07 20:28:51 +08:00
"js-sys",
2023-05-17 18:45:43 +08:00
"libc",
"wasi",
2023-09-07 20:28:51 +08:00
"wasm-bindgen",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "ghash"
version = "0.5.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2023-05-17 18:45:43 +08:00
dependencies = [
"opaque-debug",
"polyval",
]
2023-07-03 22:38:49 +08:00
[[package]]
name = "gimli"
version = "0.28.1"
2023-07-03 22:38:49 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-07-03 22:38:49 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff",
"rand_core",
2023-05-17 18:45:43 +08:00
"subtle",
]
[[package]]
name = "h2"
version = "0.3.26"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
2024-03-29 00:21:32 +08:00
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 1.1.0",
2024-03-29 00:21:32 +08:00
"indexmap 2.2.6",
2023-05-17 18:45:43 +08:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.8",
2023-05-17 18:45:43 +08:00
]
2023-05-23 21:49:21 +08:00
[[package]]
name = "hashbrown"
2024-05-15 22:02:36 +08:00
version = "0.14.5"
2023-05-23 21:49:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-05-23 21:49:21 +08:00
dependencies = [
"ahash 0.8.11",
"allocator-api2",
2023-05-23 21:49:21 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "hashlink"
2024-05-15 22:02:36 +08:00
version = "0.9.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-03-29 00:21:32 +08:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-05-17 18:45:43 +08:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-05-17 18:45:43 +08:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hickory-client"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab9683b08d8f8957a857b0236455d80e1886eaa8c6178af556aa7871fb61b55"
dependencies = [
"cfg-if",
"data-encoding",
"futures-channel",
"futures-util",
"hickory-proto",
"once_cell",
"radix_trie",
"rand",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
"thiserror",
"tokio",
"tracing",
]
2023-10-21 22:31:10 +08:00
[[package]]
name = "hickory-proto"
version = "0.24.1"
2023-10-21 22:31:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
2023-10-21 22:31:10 +08:00
dependencies = [
"async-trait",
"bytes",
2023-10-21 22:31:10 +08:00
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
2023-10-21 22:31:10 +08:00
"idna 0.4.0",
"ipnet",
"once_cell",
"rand",
2023-10-21 22:31:10 +08:00
"ring 0.16.20",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2023-12-02 22:52:05 +08:00
"rustls-pemfile 1.0.4",
2023-10-21 22:31:10 +08:00
"thiserror",
"tinyvec",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.24.1",
2023-10-21 22:31:10 +08:00
"tracing",
"url",
]
[[package]]
name = "hickory-resolver"
version = "0.24.1"
2023-10-21 22:31:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
2023-10-21 22:31:10 +08:00
dependencies = [
"cfg-if",
"futures-util",
"hickory-proto",
"ipconfig",
"lru-cache",
"once_cell",
"parking_lot",
"rand",
2023-10-21 22:31:10 +08:00
"resolv-conf",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2023-10-21 22:31:10 +08:00
"smallvec",
"thiserror",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.24.1",
2023-10-21 22:31:10 +08:00
"tracing",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "hkdf"
2023-12-28 18:57:21 +08:00
version = "0.12.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-06-02 17:03:30 +08:00
"hmac 0.12.1",
]
[[package]]
name = "hmac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
"crypto-mac",
"digest 0.9.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "home"
2023-12-28 18:57:21 +08:00
version = "0.5.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-12-28 18:57:21 +08:00
"windows-sys 0.52.0",
2023-05-17 18:45:43 +08: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",
]
[[package]]
name = "hostname"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
dependencies = [
"cfg-if",
"libc",
"windows",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.1.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"http 0.2.12",
2023-05-17 18:45:43 +08:00
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"http 1.1.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "http-body-util"
version = "0.1.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.0",
2023-05-17 18:45:43 +08:00
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-08-19 01:48:57 +08:00
version = "1.0.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 01:48:57 +08:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-05-17 18:45:43 +08:00
2023-07-04 00:48:43 +08:00
[[package]]
name = "human-size"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9994b79e8c1a39b3166c63ae7823bb2b00831e2a96a31399c50fe69df408eaeb"
2023-05-17 18:45:43 +08:00
[[package]]
name = "hyper"
2023-12-28 18:57:21 +08:00
version = "0.14.28"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
2023-05-17 18:45:43 +08:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-03-22 03:07:21 +08:00
"socket2",
2023-05-17 18:45:43 +08:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
version = "1.3.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.4",
"http 1.1.0",
"http-body 1.0.0",
2023-05-17 18:45:43 +08:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
2023-05-17 18:45:43 +08:00
"tokio",
2024-03-22 03:07:21 +08:00
"want",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "hyper-rustls"
version = "0.24.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-util",
"http 0.2.12",
2023-12-28 18:57:21 +08:00
"hyper 0.14.28",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2023-05-17 18:45:43 +08:00
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.24.1",
2023-05-17 18:45:43 +08:00
]
2024-03-22 03:07:21 +08:00
[[package]]
name = "hyper-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.3.1",
2024-03-22 03:07:21 +08:00
"hyper-util",
"rustls 0.22.4",
2024-03-22 03:07:21 +08:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
"tower-service",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
2023-12-28 18:57:21 +08:00
"hyper 0.14.28",
2023-05-17 18:45:43 +08:00
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2023-07-16 16:34:18 +08:00
[[package]]
name = "hyper-util"
2024-02-09 07:03:57 +08:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
2023-07-16 16:34:18 +08:00
dependencies = [
2023-09-20 01:02:42 +08:00
"bytes",
2024-03-22 03:07:21 +08:00
"futures-channel",
2023-07-16 16:34:18 +08:00
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.3.1",
2023-07-16 16:34:18 +08:00
"pin-project-lite",
2024-03-22 03:07:21 +08:00
"socket2",
2023-07-16 16:34:18 +08:00
"tokio",
2024-03-22 03:07:21 +08:00
"tower",
"tower-service",
"tracing",
2023-07-16 16:34:18 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-05-17 18:45:43 +08:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-18 02:56:48 +08:00
"windows-core",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-23 21:49:21 +08:00
version = "0.1.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 21:49:21 +08:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-05-23 21:49:21 +08:00
"cc",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "idea"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "075557004419d7f2031b8bb7f44bb43e55a83ca7b63076a8fb8fe75753836477"
dependencies = [
"cipher 0.4.4",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-08-02 00:39:33 +08:00
[[package]]
2023-09-07 20:28:51 +08:00
name = "idna"
version = "0.4.0"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2023-08-02 00:39:33 +08:00
dependencies = [
2023-09-07 20:28:51 +08:00
"unicode-bidi",
"unicode-normalization",
2023-08-02 00:39:33 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "idna"
version = "0.5.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-05-17 18:45:43 +08:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "imagesize"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2023-06-14 03:52:13 +08:00
[[package]]
name = "imap"
version = "0.8.0"
2023-06-22 01:26:28 +08:00
dependencies = [
"ahash 0.8.11",
2024-03-25 02:20:36 +08:00
"common",
"dashmap",
2023-06-22 01:26:28 +08:00
"directory",
"imap_proto",
"jmap",
2023-06-23 01:29:39 +08:00
"jmap_proto",
"mail-parser",
"mail-send",
2023-06-26 02:00:45 +08:00
"md5",
"nlp",
2023-06-22 01:26:28 +08:00
"parking_lot",
"rand",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2023-06-23 01:29:39 +08:00
"store",
2023-06-22 01:26:28 +08:00
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-06-22 01:26:28 +08:00
"tracing",
"utils",
]
2023-06-14 03:52:13 +08:00
[[package]]
name = "imap_proto"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
2023-06-14 03:52:13 +08:00
"chrono",
2023-06-23 01:29:39 +08:00
"jmap_proto",
2023-06-14 03:52:13 +08:00
"mail-parser",
"store",
"tokio",
2023-06-14 03:52:13 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-05-23 21:49:21 +08:00
"hashbrown 0.12.3",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "indexmap"
2024-03-29 00:21:32 +08:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "indicatif"
version = "0.17.8"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
2023-07-04 00:48:43 +08:00
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "infer"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
dependencies = [
"cfb",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
2023-08-02 00:39:33 +08:00
"block-padding",
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "ipconfig"
2023-06-08 20:53:29 +08:00
version = "0.3.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 20:53:29 +08:00
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-22 03:07:21 +08:00
"socket2",
2023-05-17 18:45:43 +08:00
"widestring",
2023-06-08 20:53:29 +08:00
"windows-sys 0.48.0",
"winreg 0.50.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "ipnet"
version = "2.9.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-05-17 18:45:43 +08:00
2023-07-04 00:48:43 +08:00
[[package]]
name = "is-terminal"
version = "0.4.12"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2023-07-04 00:48:43 +08:00
dependencies = [
"hermit-abi",
"libc",
2023-12-30 00:33:55 +08:00
"windows-sys 0.52.0",
2023-07-04 00:48:43 +08:00
]
2024-05-15 22:02:36 +08:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-05-17 18:45:43 +08:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "itoa"
2024-03-29 00:21:32 +08:00
version = "1.0.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "jemalloc-sys"
2023-08-10 01:47:27 +08:00
version = "0.5.4+5.3.0-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-10 01:47:27 +08:00
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "jemallocator"
2023-08-10 01:47:27 +08:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-10 01:47:27 +08:00
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
dependencies = [
"jemalloc-sys",
"libc",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "jieba-rs"
2023-07-22 02:21:51 +08:00
version = "0.6.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-22 02:21:51 +08:00
checksum = "93f0c1347cd3ac8d7c6e3a2dc33ac496d365cf09fc0831aa61111e1a6738983e"
2023-05-17 18:45:43 +08:00
dependencies = [
"cedarwood",
"fxhash",
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
2023-05-17 18:45:43 +08:00
"lazy_static",
"phf",
"phf_codegen",
"regex",
]
[[package]]
name = "jmap"
version = "0.8.0"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-08-02 00:39:33 +08:00
"aes",
2023-05-17 18:45:43 +08:00
"aes-gcm",
"aes-gcm-siv",
"async-stream",
2023-08-02 00:39:33 +08:00
"async-trait",
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2023-05-17 18:45:43 +08:00
"bincode",
2023-08-02 00:39:33 +08:00
"cbc",
"chrono",
2024-03-25 02:20:36 +08:00
"common",
"dashmap",
2023-05-31 01:27:54 +08:00
"directory",
2023-05-17 18:45:43 +08:00
"ece",
"form-data",
"form_urlencoded",
"futures-util",
"hkdf",
"http-body-util",
"hyper 1.3.1",
2023-07-16 16:34:18 +08:00
"hyper-util",
2023-05-17 18:45:43 +08:00
"jmap_proto",
"lz4_flex",
2024-04-02 01:48:59 +08:00
"mail-auth",
2023-05-17 18:45:43 +08:00
"mail-builder",
"mail-parser",
"mail-send",
"mime",
"nlp",
2023-05-17 18:45:43 +08:00
"p256",
2024-04-08 17:09:02 +08:00
"pkcs8",
"quick-xml 0.31.0",
"rand",
2023-08-02 00:39:33 +08:00
"rasn",
"rasn-cms",
"rasn-pkix",
"reqwest 0.12.4",
2024-04-07 23:20:50 +08:00
"rev_lines",
2023-08-02 00:39:33 +08:00
"rsa",
2023-09-07 20:28:51 +08:00
"sequoia-openpgp",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
2023-11-01 19:08:24 +08:00
"sha1",
"sha2 0.10.8",
2023-05-17 18:45:43 +08:00
"sieve-rs",
2023-05-21 02:50:24 +08:00
"smtp",
2023-05-23 21:49:21 +08:00
"smtp-proto",
2023-05-17 18:45:43 +08:00
"store",
"tokio",
2023-12-28 18:57:21 +08:00
"tokio-tungstenite",
2023-05-17 18:45:43 +08:00
"tracing",
2023-12-28 18:57:21 +08:00
"tungstenite",
2023-05-17 18:45:43 +08:00
"utils",
"x509-parser 0.16.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "jmap-client"
2023-12-30 00:33:55 +08:00
version = "0.3.2"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-30 00:33:55 +08:00
checksum = "12c697483ad894a8184d0fd61848e057f86b16642049993b3e6a80c959dbc90a"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
2023-05-17 18:45:43 +08:00
"async-stream",
"base64 0.13.1",
"chrono",
"futures-util",
"maybe-async",
2023-05-17 18:45:43 +08:00
"parking_lot",
2024-03-29 00:21:32 +08:00
"reqwest 0.11.27",
"rustls 0.22.4",
2023-12-30 00:33:55 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
"tokio",
2023-12-28 18:57:21 +08:00
"tokio-tungstenite",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "jmap_proto"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
2023-05-17 18:45:43 +08:00
"fast-float",
"mail-parser",
"serde",
"serde_json",
"store",
2023-06-10 02:28:01 +08:00
"tokio",
2023-05-17 18:45:43 +08:00
"tracing",
"utils",
]
[[package]]
name = "jobserver"
2024-05-15 22:02:36 +08:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "js-sys"
version = "0.3.69"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-05-17 18:45:43 +08:00
dependencies = [
"wasm-bindgen",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "keyed_priority_queue"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d"
dependencies = [
2024-03-29 00:21:32 +08:00
"indexmap 2.2.6",
2023-12-01 14:49:12 +08:00
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "konst"
version = "0.3.9"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50a0ba6de5f7af397afff922f22c149ff605c766cd3269cf6c1cd5e466dbe3b9"
2023-08-02 00:39:33 +08:00
dependencies = [
2023-08-29 01:44:23 +08:00
"const_panic",
"konst_kernel",
"typewit",
2023-08-02 00:39:33 +08:00
]
[[package]]
2023-08-29 01:44:23 +08:00
name = "konst_kernel"
version = "0.3.9"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0a455a1719220fd6adf756088e1c69a85bf14b6a9e24537a5cc04f503edb2b"
2023-08-29 01:44:23 +08:00
dependencies = [
"typewit",
]
2023-08-02 00:39:33 +08:00
2023-09-07 20:28:51 +08:00
[[package]]
name = "lalrpop"
version = "0.20.2"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
2023-09-07 20:28:51 +08:00
dependencies = [
"ascii-canvas",
"bit-set",
"ena",
"itertools 0.11.0",
2023-09-07 20:28:51 +08:00
"lalrpop-util",
"petgraph",
"regex",
2024-03-29 00:21:32 +08:00
"regex-syntax 0.8.3",
2023-09-07 20:28:51 +08:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
"walkdir",
2023-09-07 20:28:51 +08:00
]
[[package]]
name = "lalrpop-util"
version = "0.20.2"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
dependencies = [
"regex-automata 0.4.6",
]
2023-09-07 20:28:51 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin 0.5.2",
]
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2023-05-31 01:27:54 +08:00
[[package]]
name = "lber"
version = "0.4.2"
2023-05-31 01:27:54 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2df7f9fd9f64cf8f59e1a4a0753fe7d575a5b38d3d7ac5758dcee9357d83ef0a"
2023-05-31 01:27:54 +08:00
dependencies = [
"bytes",
"nom",
]
[[package]]
name = "ldap3"
version = "0.11.3"
2023-05-31 01:27:54 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dceb52eac140c8679326f619b963577ccf5a4ab025fe5e6db424d2fd3e4f400"
2023-05-31 01:27:54 +08:00
dependencies = [
"async-trait",
"bytes",
"futures",
"futures-util",
"lazy_static",
"lber",
"log",
"nom",
"percent-encoding",
"ring 0.16.20",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2024-03-22 03:07:21 +08:00
"rustls-native-certs 0.6.3",
2023-05-31 01:27:54 +08:00
"thiserror",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.24.1",
2023-05-31 01:27:54 +08:00
"tokio-stream",
"tokio-util",
"url",
"x509-parser 0.15.1",
2023-05-31 01:27:54 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "libc"
2024-05-15 22:02:36 +08:00
version = "0.2.154"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2023-05-17 18:45:43 +08:00
[[package]]
name = "libloading"
version = "0.8.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"windows-targets 0.52.5",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "libm"
version = "0.2.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2023-05-17 18:45:43 +08:00
[[package]]
name = "libredox"
2024-04-04 17:51:47 +08:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
"libc",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "librocksdb-sys"
2024-02-16 01:57:21 +08:00
version = "0.16.0+8.10.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-16 01:57:21 +08:00
checksum = "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-22 03:07:21 +08:00
"bindgen",
2023-05-17 18:45:43 +08:00
"bzip2-sys",
"cc",
"glob",
"libc",
"libz-sys",
"lz4-sys",
"zstd-sys",
]
[[package]]
name = "libsqlite3-sys"
version = "0.28.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
2023-05-17 18:45:43 +08:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-ng-sys"
version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6409efc61b12687963e602df8ecf70e8ddacf95bc6576bcf16e3ac6328083c5"
dependencies = [
"cmake",
"libc",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "libz-sys"
2024-03-29 00:21:32 +08:00
version = "1.1.16"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
2023-05-17 18:45:43 +08:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-07-04 00:48:43 +08:00
[[package]]
name = "linux-raw-sys"
2024-02-09 07:03:57 +08:00
version = "0.4.13"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-07-04 00:48:43 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "lock_api"
2024-05-15 22:02:36 +08:00
version = "0.4.12"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-05-17 18:45:43 +08:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.21"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-05-17 18:45:43 +08:00
2023-12-01 14:49:12 +08:00
[[package]]
name = "lru"
version = "0.12.3"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
2023-12-01 14:49:12 +08:00
]
2023-05-17 18:45:43 +08:00
[[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 = "lz4-sys"
version = "1.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "lz4_flex"
2024-04-04 17:51:47 +08:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
[[package]]
name = "lzma-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
dependencies = [
"byteorder",
"crc",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "mail-auth"
version = "0.4.0"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40cffb3edf88628478c089488dd03c5c62a3af613d601efdfc3c18ced1d737ca"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
2023-05-17 18:45:43 +08:00
"flate2",
2023-10-21 22:31:10 +08:00
"hickory-resolver",
2023-05-17 18:45:43 +08:00
"lru-cache",
"mail-builder",
"mail-parser",
"parking_lot",
2023-12-28 18:57:21 +08:00
"quick-xml 0.31.0",
2024-04-04 17:51:47 +08:00
"rand",
"ring 0.17.8",
2024-04-04 17:51:47 +08:00
"rsa",
"rustls-pemfile 2.1.2",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
"zip 1.3.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "mail-builder"
2023-08-10 01:47:27 +08:00
version = "0.3.1"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef70f53409852d2612f2249810cbbe0c9931ca25b739b734bafc7f61d88051d4"
2023-05-17 18:45:43 +08:00
dependencies = [
"gethostname",
]
[[package]]
name = "mail-parser"
2024-03-29 00:21:32 +08:00
version = "0.9.3"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
2023-05-17 18:45:43 +08:00
dependencies = [
"encoding_rs",
"serde",
]
[[package]]
name = "mail-send"
version = "0.4.7"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "735ca5a9c5b6acb5f9e7089ee7b96d10c54d4df91e9b47321ef6bb468f90483d"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-05-17 18:45:43 +08:00
"gethostname",
"md5",
"rustls 0.22.4",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"smtp-proto",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
"webpki-roots 0.26.1",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "mail-server"
version = "0.8.0"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-25 02:20:36 +08:00
"common",
2023-05-31 01:27:54 +08:00
"directory",
"imap",
"jemallocator",
2023-05-17 18:45:43 +08:00
"jmap",
"jmap_proto",
"managesieve",
2024-05-22 17:28:35 +08:00
"pop3",
2023-05-17 18:45:43 +08:00
"smtp",
"store",
"tokio",
"tracing",
"utils",
]
[[package]]
name = "managesieve"
version = "0.8.0"
dependencies = [
"ahash 0.8.11",
"bincode",
2024-03-25 02:20:36 +08:00
"common",
"directory",
"imap",
"imap_proto",
"jmap",
"jmap_proto",
"mail-parser",
"mail-send",
"md5",
"parking_lot",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
"sieve-rs",
"store",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
"tracing",
"utils",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "matchit"
version = "0.7.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2023-05-17 18:45:43 +08:00
[[package]]
name = "maybe-async"
version = "0.2.10"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "md-5"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"opaque-debug",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "md-5"
version = "0.10.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
2024-03-29 00:21:32 +08:00
version = "2.7.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "memsec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa0916b001582d253822171bd23f4a0229d32b9507fae236f5da8cad515ba7c"
2023-05-17 18:45:43 +08:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-08-02 21:48:15 +08:00
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.7.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2023-05-17 18:45:43 +08:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
2023-12-01 14:49:12 +08:00
"log",
"wasi",
"windows-sys 0.48.0",
2023-05-17 18:45:43 +08:00
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "mysql-common-derive"
version = "0.31.1"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afe0450cc9344afff34915f8328600ab5ae19260802a334d0f72d2d5bdda3bfe"
2023-12-01 14:49:12 +08:00
dependencies = [
"darling 0.20.8",
2024-03-29 00:21:32 +08:00
"heck 0.4.1",
2023-12-01 14:49:12 +08:00
"num-bigint",
2024-03-22 03:07:21 +08:00
"proc-macro-crate",
2023-12-01 14:49:12 +08:00
"proc-macro-error",
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
"termcolor",
"thiserror",
]
[[package]]
name = "mysql_async"
2024-03-22 03:07:21 +08:00
version = "0.34.1"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 03:07:21 +08:00
checksum = "fbfe87d7e35cb72363326216cc1712b865d8d4f70abf3b2d2e6b251fb6b2f427"
2023-12-01 14:49:12 +08:00
dependencies = [
"bytes",
"crossbeam",
"flate2",
"futures-core",
"futures-sink",
"futures-util",
"keyed_priority_queue",
"lazy_static",
"lru",
"mio",
"mysql_common",
"once_cell",
"pem",
"percent-encoding",
"pin-project",
"rand",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2023-12-01 14:49:12 +08:00
"serde",
"serde_json",
2024-03-22 03:07:21 +08:00
"socket2",
2023-12-01 14:49:12 +08:00
"thiserror",
"tokio",
2024-03-22 03:07:21 +08:00
"tokio-rustls 0.25.0",
2023-12-01 14:49:12 +08:00
"tokio-util",
"twox-hash",
"url",
"webpki",
2024-03-22 03:07:21 +08:00
"webpki-roots 0.26.1",
2023-12-01 14:49:12 +08:00
]
[[package]]
name = "mysql_common"
2024-04-04 17:51:47 +08:00
version = "0.32.2"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "0ccdc1fe2bb3ef97e07ba4397327ed45509a1e2e499e2f8265243879cbc7313c"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-12-01 14:49:12 +08:00
"bigdecimal",
2024-03-22 03:07:21 +08:00
"bindgen",
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
2023-12-01 14:49:12 +08:00
"bitvec",
"btoi",
"byteorder",
"bytes",
"cc",
"cmake",
"crc32fast",
"flate2",
"frunk",
"lazy_static",
"mysql-common-derive",
"num-bigint",
"num-traits",
"rand",
"regex",
"rust_decimal",
"saturating",
"serde",
"serde_json",
"sha1",
"sha2 0.10.8",
"smallvec",
"subprocess",
"thiserror",
"time",
"uuid",
2024-03-29 00:21:32 +08:00
"zstd 0.13.1",
2023-12-01 14:49:12 +08:00
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "new_debug_unreachable"
2024-03-29 00:21:32 +08:00
version = "1.0.6"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2023-09-07 20:28:51 +08:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "nix"
2023-08-29 18:31:08 +08:00
version = "0.26.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 18:31:08 +08:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-08-29 18:31:08 +08:00
"bitflags 1.3.2",
2023-05-17 18:45:43 +08:00
"cfg-if",
"libc",
2023-12-28 18:57:21 +08:00
"memoffset",
2023-05-17 18:45:43 +08:00
"pin-utils",
]
[[package]]
name = "nlp"
version = "0.8.0"
dependencies = [
"ahash 0.8.11",
"bincode",
"farmhash",
"jieba-rs",
"lazy_static",
2023-10-12 01:21:11 +08:00
"lru-cache",
"nohash",
2023-10-12 01:21:11 +08:00
"parking_lot",
"phf",
"rust-stemmers",
"serde",
2024-03-29 00:21:32 +08:00
"siphasher 1.0.1",
"tinysegmenter",
2023-10-12 01:21:11 +08:00
"tokio",
"utils",
"whatlang",
"xxhash-rust",
]
[[package]]
name = "nohash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
2023-05-17 18:45:43 +08:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
2024-05-15 22:02:36 +08:00
version = "0.4.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2023-05-17 18:45:43 +08:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
2023-07-03 22:38:49 +08:00
version = "0.8.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 22:38:49 +08:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2023-05-17 18:45:43 +08:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
2023-05-17 18:45:43 +08:00
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-05-17 18:45:43 +08:00
[[package]]
name = "num-integer"
version = "0.1.46"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2023-05-17 18:45:43 +08:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2024-05-15 22:02:36 +08:00
version = "0.1.45"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2023-05-17 18:45:43 +08:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-15 22:02:36 +08:00
version = "0.2.19"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-05-17 18:45:43 +08:00
dependencies = [
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
2023-07-03 22:38:49 +08:00
version = "1.16.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 22:38:49 +08:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-07-03 22:38:49 +08:00
"hermit-abi",
2023-05-17 18:45:43 +08:00
"libc",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2023-07-03 22:38:49 +08:00
[[package]]
name = "object"
2023-12-28 18:57:21 +08:00
version = "0.32.2"
2023-07-03 22:38:49 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-07-03 22:38:49 +08:00
dependencies = [
"memchr",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
"asn1-rs 0.5.2",
]
[[package]]
name = "oid-registry"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d"
dependencies = [
"asn1-rs 0.6.1",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "once_cell"
2023-12-08 17:46:20 +08:00
version = "1.19.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 17:46:20 +08:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-05-17 18:45:43 +08:00
[[package]]
name = "opaque-debug"
version = "0.3.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2023-05-17 18:45:43 +08:00
[[package]]
name = "openssl"
version = "0.10.64"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
2023-05-17 18:45:43 +08:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08: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-04-04 17:51:47 +08:00
version = "0.9.102"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2023-05-17 18:45:43 +08:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "opentelemetry"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf"
dependencies = [
"futures-core",
"futures-sink",
"js-sys",
"once_cell",
"pin-project-lite",
"thiserror",
"urlencoding",
]
[[package]]
name = "opentelemetry-http"
2024-04-04 17:51:47 +08:00
version = "0.11.1"
2024-03-23 03:16:02 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "7690dc77bf776713848c4faa6501157469017eaf332baccd4eb1cea928743d94"
2024-03-23 03:16:02 +08:00
dependencies = [
"async-trait",
"bytes",
"http 0.2.12",
2024-03-25 02:20:36 +08:00
"opentelemetry",
2024-03-29 00:21:32 +08:00
"reqwest 0.11.27",
2023-05-17 18:45:43 +08:00
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "opentelemetry-otlp"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb"
dependencies = [
"async-trait",
"futures-core",
"http 0.2.12",
2024-03-25 02:20:36 +08:00
"opentelemetry",
"opentelemetry-http",
"opentelemetry-proto",
"opentelemetry-semantic-conventions",
"opentelemetry_sdk",
"prost",
2024-03-29 00:21:32 +08:00
"reqwest 0.11.27",
2024-03-23 03:16:02 +08:00
"thiserror",
"tokio",
2024-03-25 02:20:36 +08:00
"tonic",
2024-03-23 03:16:02 +08:00
]
[[package]]
name = "opentelemetry-proto"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4"
dependencies = [
2024-03-25 02:20:36 +08:00
"opentelemetry",
"opentelemetry_sdk",
"prost",
"tonic",
2023-05-17 18:45:43 +08:00
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "opentelemetry-semantic-conventions"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910"
[[package]]
name = "opentelemetry_sdk"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e"
dependencies = [
"async-trait",
"crossbeam-channel",
"futures-channel",
"futures-executor",
"futures-util",
"glob",
"once_cell",
2024-03-25 02:20:36 +08:00
"opentelemetry",
"ordered-float",
2023-05-17 18:45:43 +08:00
"percent-encoding",
"rand",
2023-05-17 18:45:43 +08:00
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "ordered-float"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
dependencies = [
"num-traits",
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
"hashbrown 0.12.3",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2 0.10.8",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "parking_lot"
2024-05-15 22:02:36 +08:00
version = "0.12.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2023-05-17 18:45:43 +08:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-15 22:02:36 +08:00
version = "0.9.10"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"libc",
2024-05-15 22:02:36 +08:00
"redox_syscall 0.5.1",
2023-05-17 18:45:43 +08:00
"smallvec",
2024-05-15 22:02:36 +08:00
"windows-targets 0.52.5",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "password-hash"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
2023-05-17 18:45:43 +08:00
"subtle",
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "password-hash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
dependencies = [
"base64ct",
"rand_core",
2023-06-02 17:03:30 +08:00
"subtle",
]
[[package]]
name = "paste"
2024-05-15 22:02:36 +08:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2023-05-17 18:45:43 +08:00
[[package]]
name = "pbkdf2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
"hmac 0.12.1",
"password-hash 0.4.2",
"sha2 0.10.8",
2023-06-02 17:03:30 +08:00
]
[[package]]
name = "pbkdf2"
2023-07-16 16:34:18 +08:00
version = "0.12.2"
2023-06-02 17:03:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-16 16:34:18 +08:00
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2023-06-02 17:03:30 +08:00
dependencies = [
"digest 0.10.7",
"hmac 0.12.1",
"password-hash 0.5.0",
"sha2 0.10.8",
2023-05-17 18:45:43 +08:00
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "pem"
version = "3.0.4"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2023-12-01 14:49:12 +08:00
"serde",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-05-17 18:45:43 +08:00
[[package]]
name = "petgraph"
2024-05-15 22:02:36 +08:00
version = "0.6.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2023-05-17 18:45:43 +08:00
dependencies = [
"fixedbitset",
2024-03-29 00:21:32 +08:00
"indexmap 2.2.6",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "phf"
version = "0.11.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2023-05-17 18:45:43 +08:00
dependencies = [
"phf_macros",
2023-09-07 20:28:51 +08:00
"phf_shared 0.11.2",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2023-05-17 18:45:43 +08:00
dependencies = [
"phf_generator",
2023-09-07 20:28:51 +08:00
"phf_shared 0.11.2",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "phf_generator"
version = "0.11.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-09-07 20:28:51 +08:00
"phf_shared 0.11.2",
"rand",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "phf_macros"
version = "0.11.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2023-05-17 18:45:43 +08:00
dependencies = [
"phf_generator",
2023-09-07 20:28:51 +08:00
"phf_shared 0.11.2",
2023-05-17 18:45:43 +08:00
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher 0.3.11",
2023-09-07 20:28:51 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "phf_shared"
version = "0.11.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2023-05-17 18:45:43 +08:00
dependencies = [
"siphasher 0.3.11",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "pin-project"
version = "1.1.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2023-05-17 18:45:43 +08:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "pin-project-lite"
2024-04-04 17:51:47 +08:00
version = "0.2.14"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-05-17 18:45:43 +08:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs1"
version = "0.7.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2023-05-17 18:45:43 +08:00
dependencies = [
"der",
"pkcs8",
"spki",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "pkg-config"
version = "0.3.30"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-05-17 18:45:43 +08:00
[[package]]
name = "platforms"
2024-03-29 00:21:32 +08:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
2023-05-17 18:45:43 +08:00
[[package]]
name = "polyval"
version = "0.6.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-05-22 17:28:35 +08:00
[[package]]
name = "pop3"
version = "0.8.0"
dependencies = [
"common",
"imap",
"jmap",
"jmap_proto",
"mail-parser",
"mail-send",
"rustls 0.22.4",
"store",
"tokio",
"tokio-rustls 0.25.0",
"tracing",
"utils",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "portable-atomic"
version = "1.6.0"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2023-07-04 00:48:43 +08:00
2023-11-30 19:43:28 +08:00
[[package]]
name = "postgres-protocol"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
dependencies = [
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-11-30 19:43:28 +08:00
"byteorder",
"bytes",
"fallible-iterator 0.2.0",
2023-11-30 19:43:28 +08:00
"hmac 0.12.1",
"md-5 0.10.6",
"memchr",
"rand",
"sha2 0.10.8",
"stringprep",
]
[[package]]
name = "postgres-types"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
dependencies = [
"bytes",
"fallible-iterator 0.2.0",
2023-11-30 19:43:28 +08:00
"postgres-protocol",
]
2023-10-15 15:07:19 +08:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-05-17 18:45:43 +08:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-09-07 20:28:51 +08:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2023-05-17 18:45:43 +08:00
[[package]]
name = "prettyplease"
2024-05-15 22:02:36 +08:00
version = "0.2.20"
2023-06-08 20:53:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2023-06-08 20:53:29 +08:00
dependencies = [
"proc-macro2",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-06-08 20:53:29 +08:00
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "prettytable-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
dependencies = [
"csv",
"encode_unicode 1.0.0",
"is-terminal",
"lazy_static",
"term",
"unicode-width",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "primeorder"
version = "0.13.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2023-05-17 18:45:43 +08:00
dependencies = [
"elliptic-curve",
]
[[package]]
name = "privdrop"
version = "0.5.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bc12de3935536ed9b69488faea4450a298dac44179b54f71806e63f55034bf9"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
"nix",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "proc-macro-crate"
2024-02-09 07:03:57 +08:00
version = "3.1.0"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-03-22 03:07:21 +08:00
"toml_edit",
2023-12-01 14:49:12 +08:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "proc-macro2"
2024-05-15 22:02:36 +08:00
version = "1.0.82"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
2023-05-17 18:45:43 +08:00
dependencies = [
"unicode-ident",
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "prost"
version = "0.12.4"
2024-03-23 03:16:02 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
2024-03-23 03:16:02 +08:00
dependencies = [
"bytes",
2024-03-25 02:20:36 +08:00
"prost-derive",
2023-05-17 18:45:43 +08:00
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "prost-derive"
2024-05-15 22:02:36 +08:00
version = "0.12.5"
2024-03-23 03:16:02 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a"
2024-03-23 03:16:02 +08:00
dependencies = [
"anyhow",
"itertools 0.12.1",
2024-03-23 03:16:02 +08:00
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2024-03-23 03:16:02 +08:00
]
2024-01-07 03:02:31 +08:00
[[package]]
name = "proxy-header"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e220ac9305411757d06712209b7c2d1d35c3a1a577301e87855f6219585ecb"
dependencies = [
"pin-project-lite",
"tokio",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "pwhash"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "419a3ad8fa9f9d445e69d9b185a24878ae6e6f55c96e4512f4a0e28cd3bc5c56"
dependencies = [
"blowfish 0.7.0",
2023-06-02 17:03:30 +08:00
"byteorder",
"hmac 0.10.1",
"md-5 0.9.1",
"rand",
"sha-1",
2023-06-02 17:03:30 +08:00
"sha2 0.9.9",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2023-06-07 00:53:29 +08:00
[[package]]
name = "quick-xml"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
"serde",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "quick-xml"
2023-12-28 18:57:21 +08:00
version = "0.31.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2023-05-17 18:45:43 +08:00
dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "1.0.36"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "r2d2"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
dependencies = [
"log",
"parking_lot",
"scheduled-thread-pool",
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[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",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
2023-05-17 18:45:43 +08:00
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "rasn"
version = "0.10.6"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76def3a472085e40dae01e4eeb106f2ed70f8c7dabe041faed1668a00ee143ef"
2023-08-02 00:39:33 +08:00
dependencies = [
"arrayvec",
"bitvec",
"bitvec-nom2",
"bytes",
"chrono",
"either",
"konst",
"nom",
"num-bigint",
"num-integer",
"num-traits",
"once_cell",
"rasn-derive",
"snafu",
]
[[package]]
name = "rasn-cms"
version = "0.10.6"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d45b1b6c0bfb41d1023246a3853a82d158d7e6690698ad4acac009f2f09380"
2023-08-02 00:39:33 +08:00
dependencies = [
"rasn",
"rasn-pkix",
]
[[package]]
name = "rasn-derive"
version = "0.10.6"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1fd02e16232e942b5e7ce305b447c550d09a9146255a3e8a2cf62a0e2ac2d"
2023-08-02 00:39:33 +08:00
dependencies = [
"either",
"itertools 0.10.5",
2023-08-02 00:39:33 +08:00
"proc-macro2",
"quote",
"rayon",
"syn 1.0.109",
"uuid",
]
[[package]]
name = "rasn-pkix"
version = "0.10.6"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c825c4183e8f4db9bd772206d7d0fa10f3df35b6ed5bcb8f6cb50fd1166f8e9"
2023-08-02 00:39:33 +08:00
dependencies = [
"rasn",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rayon"
2024-03-29 00:21:32 +08:00
version = "1.10.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-05-17 18:45:43 +08:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-02-09 07:03:57 +08:00
version = "1.12.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "rcgen"
2024-02-09 07:03:57 +08:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1"
dependencies = [
"pem",
"ring 0.17.8",
"time",
"yasna",
]
2024-03-29 00:21:32 +08:00
[[package]]
name = "rcgen"
version = "0.13.1"
2024-03-29 00:21:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779"
2024-03-29 00:21:32 +08:00
dependencies = [
"pem",
"ring 0.17.8",
"rustls-pki-types",
"time",
"yasna",
]
2023-12-13 01:45:52 +08:00
[[package]]
name = "redis"
version = "0.25.3"
2023-12-13 01:45:52 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
2023-12-13 01:45:52 +08:00
dependencies = [
"async-trait",
"bytes",
"combine",
"crc16",
"futures",
"futures-util",
"itoa",
"log",
"percent-encoding",
"pin-project-lite",
"rand",
"rustls 0.22.4",
2024-03-22 03:07:21 +08:00
"rustls-native-certs 0.7.0",
"rustls-pemfile 2.1.2",
2024-03-22 03:07:21 +08:00
"rustls-pki-types",
2023-12-13 01:45:52 +08:00
"ryu",
"sha1_smol",
2024-03-22 03:07:21 +08:00
"socket2",
2023-12-13 01:45:52 +08:00
"tokio",
2024-03-22 03:07:21 +08:00
"tokio-rustls 0.25.0",
2023-12-13 01:45:52 +08:00
"tokio-util",
"url",
2024-03-22 03:07:21 +08:00
"webpki-roots 0.26.1",
2023-12-13 01:45:52 +08:00
]
2023-10-21 01:18:18 +08:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-05-15 22:02:36 +08:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "redox_users"
2024-04-04 17:51:47 +08:00
version = "0.4.5"
2023-06-07 00:53:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2023-06-07 00:53:29 +08:00
dependencies = [
"getrandom",
"libredox",
2023-06-07 00:53:29 +08:00
"thiserror",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "regex"
2024-03-29 00:21:32 +08:00
version = "1.10.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-05-17 18:45:43 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.6",
2024-03-29 00:21:32 +08:00
"regex-syntax 0.8.3",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-23 21:49:21 +08:00
"regex-syntax 0.6.29",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
2024-03-29 00:21:32 +08:00
"regex-syntax 0.8.3",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2023-05-23 21:49:21 +08:00
[[package]]
name = "regex-syntax"
2024-03-29 00:21:32 +08:00
version = "0.8.3"
2023-05-23 21:49:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-05-23 21:49:21 +08:00
2023-12-01 14:49:12 +08:00
[[package]]
name = "rend"
version = "0.4.2"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
2023-12-01 14:49:12 +08:00
dependencies = [
"bytecheck",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "reqwest"
2024-03-29 00:21:32 +08:00
version = "0.11.27"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-12-04 02:40:16 +08:00
"async-compression",
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-05-17 18:45:43 +08:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
2023-12-28 18:57:21 +08:00
"hyper 0.14.28",
2024-03-22 03:07:21 +08:00
"hyper-rustls 0.24.2",
2023-05-17 18:45:43 +08:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2023-12-02 22:52:05 +08:00
"rustls-pemfile 1.0.4",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
"serde_urlencoded",
2024-02-09 07:03:57 +08:00
"sync_wrapper",
"system-configuration",
2023-05-17 18:45:43 +08:00
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.24.1",
2023-05-17 18:45:43 +08:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots 0.25.4",
"winreg 0.50.0",
2023-05-17 18:45:43 +08:00
]
2024-03-22 03:07:21 +08:00
[[package]]
name = "reqwest"
version = "0.12.4"
2024-03-22 03:07:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
2024-03-22 03:07:21 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2024-03-22 03:07:21 +08:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.4.4",
2024-03-22 03:07:21 +08:00
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
2024-03-22 03:07:21 +08:00
"hyper-rustls 0.26.0",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2024-03-22 03:07:21 +08:00
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tokio-rustls 0.25.0",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.1",
"winreg 0.52.0",
2024-03-22 03:07:21 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname 0.3.1",
2023-05-17 18:45:43 +08:00
"quick-error",
]
2024-04-07 23:20:50 +08:00
[[package]]
name = "rev_lines"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed62916ac7a5ccbf13fa5e1d303029ff015600fee841756dfc134a1ac62bf05f"
dependencies = [
"thiserror",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
2023-06-02 17:03:30 +08:00
"hmac 0.12.1",
2023-05-17 18:45:43 +08:00
"subtle",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted 0.7.1",
2023-05-17 18:45:43 +08:00
"web-sys",
"winapi",
]
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
]
[[package]]
name = "ripemd"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
dependencies = [
"digest 0.10.7",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "rkyv"
version = "0.7.44"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
2023-12-01 14:49:12 +08:00
dependencies = [
"bitvec",
"bytecheck",
2023-12-28 18:57:21 +08:00
"bytes",
2023-12-01 14:49:12 +08:00
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.44"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
2023-12-01 14:49:12 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "roaring"
2024-05-15 22:02:36 +08:00
version = "0.10.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "b26f4c25a604fcb3a1bcd96dd6ba37c93840de95de8198d94c0d571a74a804d1"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytemuck",
"byteorder",
]
[[package]]
name = "rocksdb"
2024-02-16 01:57:21 +08:00
version = "0.22.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-16 01:57:21 +08:00
checksum = "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
"librocksdb-sys",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "rpassword"
version = "7.3.1"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2023-07-04 00:48:43 +08:00
dependencies = [
"libc",
"rtoolbox",
"windows-sys 0.48.0",
2023-07-04 00:48:43 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rsa"
2023-12-04 02:40:16 +08:00
version = "0.9.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 02:40:16 +08:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-05-17 18:45:43 +08:00
dependencies = [
"const-oid",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
2023-05-17 18:45:43 +08:00
"subtle",
"zeroize",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "rtoolbox"
version = "0.0.2"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2023-07-04 00:48:43 +08:00
dependencies = [
"libc",
"windows-sys 0.48.0",
2023-07-04 00:48:43 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rusqlite"
version = "0.31.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
"fallible-iterator 0.3.0",
2023-05-17 18:45:43 +08:00
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
2023-06-07 00:53:29 +08:00
[[package]]
name = "rust-ini"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "rust-s3"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b2ac5ff6acfbe74226fa701b5ef793aaa054055c13ebb7060ad36942956e027"
dependencies = [
"async-trait",
"aws-creds",
"aws-region",
"base64 0.13.1",
"bytes",
"cfg-if",
"futures",
"hex",
"hmac 0.12.1",
"http 0.2.12",
2023-06-07 00:53:29 +08:00
"log",
"maybe-async",
2023-06-07 00:53:29 +08:00
"md5",
"percent-encoding",
"quick-xml 0.26.0",
2024-03-29 00:21:32 +08:00
"reqwest 0.11.27",
2023-06-07 00:53:29 +08:00
"serde",
"serde_derive",
"sha2 0.10.8",
2023-06-07 00:53:29 +08:00
"thiserror",
"time",
2023-06-07 00:53:29 +08:00
"tokio",
"tokio-stream",
"url",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rust-stemmers"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
dependencies = [
"serde",
"serde_derive",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "rust_decimal"
2024-03-29 00:21:32 +08:00
version = "1.35.0"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
2023-12-01 14:49:12 +08:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
2023-07-03 22:38:49 +08:00
[[package]]
name = "rustc-demangle"
2024-05-15 22:02:36 +08:00
version = "0.1.24"
2023-07-03 22:38:49 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-03 22:38:49 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-12-04 02:40:16 +08:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2024-05-15 22:02:36 +08:00
"semver 1.0.23",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "rustix"
2024-05-15 22:02:36 +08:00
version = "0.38.34"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-07-04 00:48:43 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"bitflags 2.5.0",
2023-07-04 00:48:43 +08:00
"errno",
"libc",
2023-07-22 02:21:51 +08:00
"linux-raw-sys",
2023-12-02 22:52:05 +08:00
"windows-sys 0.52.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "rustls"
2023-08-29 18:31:08 +08:00
version = "0.20.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 18:31:08 +08:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2023-05-17 18:45:43 +08:00
dependencies = [
"log",
"ring 0.16.20",
2023-05-17 18:45:43 +08:00
"sct",
"webpki",
]
[[package]]
name = "rustls"
2024-05-15 22:02:36 +08:00
version = "0.21.12"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2023-05-17 18:45:43 +08:00
dependencies = [
"log",
"ring 0.17.8",
2023-12-08 17:46:20 +08:00
"rustls-webpki 0.101.7",
2023-05-17 18:45:43 +08:00
"sct",
]
2023-12-08 17:46:20 +08:00
[[package]]
name = "rustls"
version = "0.22.4"
2023-12-08 17:46:20 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2023-12-08 17:46:20 +08:00
dependencies = [
"log",
"ring 0.17.8",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2024-05-15 22:02:36 +08:00
"rustls-webpki 0.102.3",
2023-12-08 17:46:20 +08:00
"subtle",
"zeroize",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2023-05-17 18:45:43 +08:00
dependencies = [
"openssl-probe",
2023-12-02 22:52:05 +08:00
"rustls-pemfile 1.0.4",
2023-05-17 18:45:43 +08:00
"schannel",
"security-framework",
]
2024-03-22 03:07:21 +08:00
[[package]]
name = "rustls-native-certs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.2",
2024-03-22 03:07:21 +08:00
"rustls-pki-types",
"schannel",
"security-framework",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-02-09 07:03:57 +08:00
"base64 0.21.7",
2023-05-17 18:45:43 +08:00
]
2023-12-02 22:52:05 +08:00
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
2023-12-02 22:52:05 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2023-12-02 22:52:05 +08:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-05-15 22:02:36 +08:00
version = "1.7.0"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2023-12-02 22:52:05 +08:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring 0.17.8",
"untrusted 0.9.0",
]
2023-12-08 17:46:20 +08:00
[[package]]
name = "rustls-webpki"
2024-05-15 22:02:36 +08:00
version = "0.102.3"
2023-12-08 17:46:20 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf"
2023-12-08 17:46:20 +08:00
dependencies = [
"ring 0.17.8",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
"untrusted 0.9.0",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "rustversion"
2024-05-15 22:02:36 +08:00
version = "1.0.17"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2023-05-17 18:45:43 +08:00
[[package]]
name = "ryu"
2024-05-15 22:02:36 +08:00
version = "1.0.18"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2023-05-17 18:45:43 +08:00
2023-06-02 17:03:30 +08:00
[[package]]
name = "salsa20"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
"cipher 0.4.4",
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "saturating"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71"
[[package]]
name = "scc"
2024-05-15 22:02:36 +08:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "76ad2bbb0ae5100a07b7a6f2ed7ab5fd0045551a4c507989b7a620046ea3efdc"
dependencies = [
"sdd",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "schannel"
2023-12-28 18:57:21 +08:00
version = "0.1.23"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-28 18:57:21 +08:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-12-28 18:57:21 +08:00
"windows-sys 0.52.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "scheduled-thread-pool"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
dependencies = [
"parking_lot",
]
[[package]]
name = "scopeguard"
2023-07-22 02:21:51 +08:00
version = "1.2.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-22 02:21:51 +08:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-05-17 18:45:43 +08:00
2023-06-02 17:03:30 +08:00
[[package]]
name = "scrypt"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
dependencies = [
"password-hash 0.5.0",
2023-07-16 16:34:18 +08:00
"pbkdf2 0.12.2",
2023-06-02 17:03:30 +08:00
"salsa20",
"sha2 0.10.8",
2023-06-02 17:03:30 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "sct"
version = "0.7.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2023-05-17 18:45:43 +08:00
dependencies = [
"ring 0.17.8",
"untrusted 0.9.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "sdd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b84345e4c9bd703274a082fb80caaa99b7612be48dfaa1dd9266577ec412309d"
2023-12-01 14:49:12 +08:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "sec1"
2023-07-22 02:21:51 +08:00
version = "0.7.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-22 02:21:51 +08:00
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2023-05-17 18:45:43 +08:00
dependencies = [
"base16ct",
"der",
2024-02-09 07:03:57 +08:00
"generic-array 0.14.7",
"pkcs8",
2023-05-17 18:45:43 +08:00
"subtle",
"zeroize",
]
[[package]]
name = "security-framework"
2024-05-15 22:02:36 +08:00
version = "2.11.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"bitflags 2.5.0",
2023-05-17 18:45:43 +08:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-05-15 22:02:36 +08:00
version = "2.11.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2023-05-17 18:45:43 +08:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-12-04 02:40:16 +08:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
2024-05-15 22:02:36 +08:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2023-12-04 02:40:16 +08:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2023-08-02 00:39:33 +08:00
[[package]]
2023-09-07 20:28:51 +08:00
name = "sequoia-openpgp"
version = "1.20.0"
2023-08-02 00:39:33 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06f82708c8568218b8544b4abbba1f6483067dca0a946a54991c1d3f424dcade"
2023-09-07 20:28:51 +08:00
dependencies = [
"aes",
"aes-gcm",
2023-09-07 20:28:51 +08:00
"anyhow",
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
"block-padding",
"blowfish 0.9.1",
2023-09-07 20:28:51 +08:00
"buffered-reader",
"camellia",
"cast5",
"cfb-mode",
2023-09-07 20:28:51 +08:00
"chrono",
"cipher 0.4.4",
"des",
"digest 0.10.7",
"dsa",
2023-09-07 20:28:51 +08:00
"dyn-clone",
"eax",
"ecb",
"ecdsa",
"ed25519",
"ed25519-dalek",
"getrandom",
"idea",
2024-02-09 07:03:57 +08:00
"idna 0.5.0",
2023-09-07 20:28:51 +08:00
"lalrpop",
"lalrpop-util",
"lazy_static",
"libc",
"md-5 0.10.6",
2023-09-07 20:28:51 +08:00
"memsec",
"num-bigint-dig",
2023-09-07 20:28:51 +08:00
"once_cell",
"p256",
"rand",
"rand_core",
2023-09-07 20:28:51 +08:00
"regex",
2024-03-29 00:21:32 +08:00
"regex-syntax 0.8.3",
"ripemd",
"rsa",
2023-09-07 20:28:51 +08:00
"sha1collisiondetection",
"sha2 0.10.8",
2023-09-07 20:28:51 +08:00
"thiserror",
"twofish",
"typenum",
"x25519-dalek",
2023-09-07 20:28:51 +08:00
"xxhash-rust",
]
2023-08-02 00:39:33 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "serde"
2024-05-15 22:02:36 +08:00
version = "1.0.202"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
2023-05-17 18:45:43 +08:00
dependencies = [
"serde_derive",
]
2023-06-08 20:53:29 +08:00
[[package]]
name = "serde_bytes"
version = "0.11.14"
2023-06-08 20:53:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
2023-06-08 20:53:29 +08:00
dependencies = [
"serde",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "serde_derive"
2024-05-15 22:02:36 +08:00
version = "1.0.202"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "serde_json"
2024-05-15 22:02:36 +08:00
version = "1.0.117"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2023-05-17 18:45:43 +08:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[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-12-04 02:40:16 +08:00
[[package]]
name = "serde_with"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
dependencies = [
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
dependencies = [
"darling 0.13.4",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "serial_test"
2024-05-15 22:02:36 +08:00
version = "3.1.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures",
"log",
"once_cell",
2023-05-17 18:45:43 +08:00
"parking_lot",
"scc",
2023-05-17 18:45:43 +08:00
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
2024-05-15 22:02:36 +08:00
version = "3.1.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "sha1"
version = "0.10.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
]
2023-12-13 01:45:52 +08:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2023-09-07 20:28:51 +08:00
[[package]]
name = "sha1collisiondetection"
2024-03-29 00:21:32 +08:00
version = "0.3.4"
2023-09-07 20:28:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "1f606421e4a6012877e893c399822a4ed4b089164c5969424e1b9d1e66e6964b"
2023-09-07 20:28:51 +08:00
dependencies = [
"const-oid",
"digest 0.10.7",
2024-02-09 07:03:57 +08:00
"generic-array 1.0.0",
2023-09-07 20:28:51 +08:00
]
2023-06-02 17:03:30 +08:00
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "sha2"
version = "0.10.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-05-17 18:45:43 +08:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shlex"
2024-02-09 07:03:57 +08:00
version = "1.3.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-05-17 18:45:43 +08:00
[[package]]
name = "sieve-rs"
2024-03-29 00:21:32 +08:00
version = "0.5.0"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "e21701f587c62a8f18d7f4eeb705a7043163630b684ed8e51955ffc5cefe379f"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
2023-05-17 18:45:43 +08:00
"bincode",
2023-08-29 01:44:23 +08:00
"fancy-regex",
2023-05-17 18:45:43 +08:00
"mail-builder",
"mail-parser",
"phf",
"serde",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-05-17 18:45:43 +08:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "2.2.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-06-02 17:03:30 +08:00
"digest 0.10.7",
"rand_core",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-12-01 14:49:12 +08:00
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2023-05-17 18:45:43 +08:00
[[package]]
name = "siphasher"
2023-08-29 01:44:23 +08:00
version = "0.3.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "siphasher"
2024-03-29 00:21:32 +08:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2023-05-17 18:45:43 +08:00
[[package]]
name = "slab"
2023-08-29 01:44:23 +08:00
version = "0.4.9"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-05-17 18:45:43 +08:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-03-29 00:21:32 +08:00
version = "1.13.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-05-17 18:45:43 +08:00
[[package]]
name = "smtp"
version = "0.8.0"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
"bincode",
2023-05-17 18:45:43 +08:00
"blake3",
2024-03-25 02:20:36 +08:00
"common",
2023-05-17 18:45:43 +08:00
"dashmap",
"decancer",
2023-06-02 17:03:30 +08:00
"directory",
2023-05-17 18:45:43 +08:00
"form_urlencoded",
"http-body-util",
"hyper 1.3.1",
2023-07-16 16:34:18 +08:00
"hyper-util",
"idna 0.5.0",
"imagesize",
"infer",
"lazy_static",
2023-05-17 18:45:43 +08:00
"lru-cache",
"mail-auth",
"mail-builder",
"mail-parser",
"mail-send",
"md5",
2023-10-12 01:21:11 +08:00
"nlp",
2023-05-17 18:45:43 +08:00
"num_cpus",
"parking_lot",
"rand",
2023-05-17 18:45:43 +08:00
"rayon",
"regex",
"reqwest 0.12.4",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
"sha1",
"sha2 0.10.8",
2023-05-17 18:45:43 +08:00
"sieve-rs",
"smtp-proto",
"store",
2023-05-17 18:45:43 +08:00
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-05-17 18:45:43 +08:00
"tracing",
"unicode-security",
2023-05-17 18:45:43 +08:00
"utils",
"webpki-roots 0.26.1",
2023-09-01 20:41:58 +08:00
"whatlang",
"x509-parser 0.16.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "smtp-proto"
2024-02-09 07:03:57 +08:00
version = "0.1.4"
2023-12-28 18:57:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "34344dcc7dd10b3de9224fd68e5f019fff2246d9cdf8e4322f770f48030e0c83"
dependencies = [
"serde",
]
2023-05-17 18:45:43 +08:00
2023-08-02 00:39:33 +08:00
[[package]]
name = "snafu"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
dependencies = [
"backtrace",
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
dependencies = [
2024-03-29 00:21:32 +08:00
"heck 0.4.1",
2023-08-02 00:39:33 +08:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-08 20:53:29 +08:00
[[package]]
name = "socket2"
version = "0.5.7"
2023-06-08 20:53:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-06-08 20:53:29 +08:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-06-08 20:53:29 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "spki"
2023-12-02 22:52:05 +08:00
version = "0.7.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 22:52:05 +08:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2023-05-17 18:45:43 +08:00
dependencies = [
"base64ct",
"der",
2023-05-17 18:45:43 +08:00
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "stalwart-cli"
version = "0.8.0"
2023-07-04 00:48:43 +08:00
dependencies = [
"clap",
"console",
"csv",
"form_urlencoded",
"futures",
"human-size",
"indicatif",
"jmap-client",
"mail-auth",
2023-07-04 00:48:43 +08:00
"mail-parser",
"num_cpus",
"prettytable-rs",
"pwhash",
"rand",
"reqwest 0.12.4",
2023-07-04 00:48:43 +08:00
"rpassword",
"serde",
"serde_json",
"tokio",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "store"
version = "0.8.0"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
"arc-swap",
"async-trait",
2024-02-09 07:03:57 +08:00
"bincode",
2024-05-13 00:15:41 +08:00
"bitpacking",
2023-05-17 18:45:43 +08:00
"blake3",
"bytes",
2023-12-13 01:45:52 +08:00
"deadpool",
2023-11-30 19:43:28 +08:00
"deadpool-postgres",
2023-12-04 02:40:16 +08:00
"elasticsearch",
2023-05-17 18:45:43 +08:00
"farmhash",
"flate2",
2023-05-17 18:45:43 +08:00
"foundationdb",
"futures",
"lazy_static",
"lru-cache",
"lz4_flex",
2023-12-01 14:49:12 +08:00
"mysql_async",
"nlp",
"num_cpus",
2023-05-17 18:45:43 +08:00
"parking_lot",
"r2d2",
"rand",
2023-05-17 18:45:43 +08:00
"rayon",
2023-12-13 01:45:52 +08:00
"redis",
"regex",
"ring 0.17.8",
2023-05-17 18:45:43 +08:00
"roaring",
"rocksdb",
"rusqlite",
2023-06-07 00:53:29 +08:00
"rust-s3",
"rustls 0.22.4",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"serde",
2023-12-04 02:40:16 +08:00
"serde_json",
2023-05-17 18:45:43 +08:00
"tokio",
2023-11-30 19:43:28 +08:00
"tokio-postgres",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-05-17 18:45:43 +08:00
"tracing",
"utils",
"xxhash-rust",
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "string_cache"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
"precomputed-hash",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "stringprep"
version = "0.1.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
2023-05-17 18:45:43 +08:00
dependencies = [
"finl_unicode",
2023-05-17 18:45:43 +08:00
"unicode-bidi",
"unicode-normalization",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strsim"
2024-04-04 17:51:47 +08:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-12-01 14:49:12 +08:00
[[package]]
name = "subprocess"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
dependencies = [
"libc",
"winapi",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "subtle"
2023-12-08 17:46:20 +08:00
version = "2.5.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 17:46:20 +08:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-05-17 18:45:43 +08:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-05-15 22:02:36 +08:00
version = "2.0.63"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-12-01 14:49:12 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
]
[[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-08-02 00:39:33 +08:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-07-04 00:48:43 +08:00
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "termcolor"
2024-02-09 07:03:57 +08:00
version = "1.4.1"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-12-01 14:49:12 +08:00
dependencies = [
"winapi-util",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "tests"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
2023-05-17 18:45:43 +08:00
"async-trait",
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2023-05-17 18:45:43 +08:00
"bytes",
2023-05-21 02:50:24 +08:00
"chrono",
2024-03-25 02:20:36 +08:00
"common",
2023-05-17 18:45:43 +08:00
"csv",
"dashmap",
2023-06-02 17:03:30 +08:00
"directory",
2023-05-17 18:45:43 +08:00
"ece",
"flate2",
"futures",
"http-body-util",
"hyper 1.3.1",
2023-07-16 16:34:18 +08:00
"hyper-util",
2023-06-26 02:00:45 +08:00
"imap",
"imap_proto",
"jemallocator",
"jmap",
2023-05-17 18:45:43 +08:00
"jmap-client",
"jmap_proto",
"mail-auth",
"mail-parser",
"mail-send",
"managesieve",
"nlp",
2023-05-17 18:45:43 +08:00
"num_cpus",
2024-05-22 17:28:35 +08:00
"pop3",
2023-05-17 18:45:43 +08:00
"rayon",
"reqwest 0.12.4",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
"serial_test",
"sieve-rs",
"smtp",
"smtp-proto",
"store",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-05-17 18:45:43 +08:00
"tracing",
"tracing-subscriber",
"utils",
]
[[package]]
name = "thiserror"
2024-05-15 22:02:36 +08:00
version = "1.0.60"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
2023-05-17 18:45:43 +08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-15 22:02:36 +08:00
version = "1.0.60"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "thread_local"
version = "1.1.8"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
version = "0.3.36"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-08-10 01:47:27 +08:00
"deranged",
2023-05-17 18:45:43 +08:00
"itoa",
"num-conv",
2023-10-15 15:07:19 +08:00
"powerfmt",
2023-05-17 18:45:43 +08:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-05-17 18:45:43 +08:00
[[package]]
name = "time-macros"
version = "0.2.18"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-05-17 18:45:43 +08:00
dependencies = [
"num-conv",
2023-05-17 18:45:43 +08:00
"time-core",
]
2023-09-07 20:28:51 +08:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "tinysegmenter"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1755695d17d470baf2d937a59ab4e86de3034b056fc8700e21411b0efca36497"
dependencies = [
"lazy_static",
"maplit",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-04-04 17:51:47 +08:00
version = "1.37.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-07-03 22:38:49 +08:00
"backtrace",
2023-05-17 18:45:43 +08:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-03-22 03:07:21 +08:00
"socket2",
2023-05-17 18:45:43 +08:00
"tokio-macros",
2023-05-23 21:49:21 +08:00
"windows-sys 0.48.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
2023-11-30 19:43:28 +08:00
[[package]]
name = "tokio-postgres"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator 0.2.0",
2023-11-30 19:43:28 +08:00
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand",
2024-03-22 03:07:21 +08:00
"socket2",
2023-11-30 19:43:28 +08:00
"tokio",
"tokio-util",
"whoami",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "tokio-rustls"
version = "0.24.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"rustls 0.21.12",
2023-05-17 18:45:43 +08:00
"tokio",
]
2023-12-08 17:46:20 +08:00
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.4",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
"tokio",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "tokio-stream"
2024-03-29 00:21:32 +08:00
version = "0.1.15"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
dependencies = [
"futures-util",
"log",
"rustls 0.22.4",
2023-12-28 18:57:21 +08:00
"rustls-pki-types",
"tokio",
2023-12-28 18:57:21 +08:00
"tokio-rustls 0.25.0",
"tungstenite",
"webpki-roots 0.26.1",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "tokio-util"
2024-05-15 22:02:36 +08:00
version = "0.7.11"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-05-17 18:45:43 +08:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
[[package]]
name = "toml_edit"
2024-02-09 07:03:57 +08:00
version = "0.21.1"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"indexmap 2.2.6",
2023-12-01 14:49:12 +08:00
"toml_datetime",
"winnow",
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "tonic"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
dependencies = [
"async-stream",
"async-trait",
"axum",
"base64 0.21.7",
"bytes",
"h2 0.3.26",
2024-03-23 03:16:02 +08:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
"hyper-timeout",
"percent-encoding",
"pin-project",
2024-03-25 02:20:36 +08:00
"prost",
2023-05-17 18:45:43 +08:00
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap 1.9.3",
2023-05-17 18:45:43 +08:00
"pin-project",
"pin-project-lite",
"rand",
2023-05-17 18:45:43 +08:00
"slab",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2023-10-21 01:18:18 +08:00
version = "0.1.40"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-21 01:18:18 +08:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-03-22 03:07:21 +08:00
"log",
2023-05-17 18:45:43 +08:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
2023-05-17 18:45:43 +08:00
dependencies = [
"crossbeam-channel",
"thiserror",
"time",
2023-05-17 18:45:43 +08:00
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
2023-10-15 15:07:19 +08:00
version = "0.1.27"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 15:07:19 +08:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "tracing-core"
2023-10-15 15:07:19 +08:00
version = "0.1.32"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 15:07:19 +08:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-05-17 18:45:43 +08:00
dependencies = [
"once_cell",
"valuable",
]
2023-09-16 01:39:03 +08:00
[[package]]
name = "tracing-journald"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
2023-05-17 18:45:43 +08:00
"tracing-core",
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "tracing-opentelemetry"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9be14ba1bbe4ab79e9229f7f89fab8d120b865859f10527f31c033e599d2284"
dependencies = [
"js-sys",
"once_cell",
2024-03-25 02:20:36 +08:00
"opentelemetry",
"opentelemetry_sdk",
"smallvec",
2023-05-17 18:45:43 +08:00
"tracing",
"tracing-core",
2023-11-30 19:43:28 +08:00
"tracing-log",
2023-05-17 18:45:43 +08:00
"tracing-subscriber",
2024-03-25 02:20:36 +08:00
"web-time",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-05-17 18:45:43 +08:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
2023-11-30 19:43:28 +08:00
"tracing-log",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "try-lock"
2023-12-08 17:46:20 +08:00
version = "0.2.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 17:46:20 +08:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-05-17 18:45:43 +08:00
2023-06-08 20:53:29 +08:00
[[package]]
name = "try_map"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1626d07cb5c1bb2cf17d94c0be4852e8a7c02b041acec9a8c5bdda99f9d580"
[[package]]
name = "tungstenite"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"httparse",
"log",
"rand",
"rustls 0.22.4",
2023-12-28 18:57:21 +08:00
"rustls-pki-types",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "twofish"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78e83a30223c757c3947cd144a31014ff04298d8719ae10d03c31c0448c8013"
dependencies = [
"cipher 0.4.4",
]
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
2023-12-01 14:49:12 +08:00
"rand",
"static_assertions",
]
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2023-05-17 18:45:43 +08:00
[[package]]
name = "typenum"
version = "1.17.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-05-17 18:45:43 +08:00
2023-08-29 01:44:23 +08:00
[[package]]
name = "typewit"
2024-02-09 07:03:57 +08:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24"
dependencies = [
"typewit_proc_macros",
]
[[package]]
name = "typewit_proc_macros"
version = "1.8.1"
2023-08-29 01:44:23 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
2023-08-29 01:44:23 +08:00
2023-08-02 21:48:15 +08:00
[[package]]
name = "unicase"
2023-08-29 01:44:23 +08:00
version = "2.7.0"
2023-08-02 21:48:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2023-08-02 21:48:15 +08:00
dependencies = [
"version_check",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "unicode-bidi"
2024-02-09 07:03:57 +08:00
version = "0.3.15"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-05-17 18:45:43 +08:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "unicode-normalization"
version = "0.1.23"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-05-17 18:45:43 +08:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-script"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
[[package]]
name = "unicode-security"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
dependencies = [
"unicode-normalization",
"unicode-script",
]
2023-07-04 00:48:43 +08:00
[[package]]
name = "unicode-width"
2024-05-15 22:02:36 +08:00
version = "0.1.12"
2023-07-04 00:48:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2023-07-04 00:48:43 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "universal-hash"
2023-05-23 21:49:21 +08:00
version = "0.5.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 21:49:21 +08:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2023-05-17 18:45:43 +08:00
dependencies = [
"crypto-common",
"subtle",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-05-17 18:45:43 +08:00
[[package]]
name = "url"
version = "2.5.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2023-05-17 18:45:43 +08:00
dependencies = [
"form_urlencoded",
"idna 0.5.0",
2023-05-17 18:45:43 +08:00
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-05-17 18:45:43 +08:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2023-07-04 00:48:43 +08:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-05-17 18:45:43 +08:00
[[package]]
name = "utils"
version = "0.8.0"
2023-05-17 18:45:43 +08:00
dependencies = [
"ahash 0.8.11",
2024-05-15 22:02:36 +08:00
"base64 0.22.1",
2024-02-09 07:03:57 +08:00
"blake3",
"chrono",
"dashmap",
2024-03-11 18:30:12 +08:00
"form_urlencoded",
"futures",
2024-03-11 18:30:12 +08:00
"http-body-util",
2024-03-07 00:41:38 +08:00
"lru-cache",
2023-05-17 18:45:43 +08:00
"mail-auth",
2023-05-18 01:35:36 +08:00
"mail-send",
"parking_lot",
"pem",
2023-05-17 18:45:43 +08:00
"privdrop",
"rand",
"rcgen 0.13.1",
"regex",
"reqwest 0.12.4",
"ring 0.17.8",
"rustls 0.22.4",
"rustls-pemfile 2.1.2",
2023-12-08 17:46:20 +08:00
"rustls-pki-types",
2023-05-17 18:45:43 +08:00
"serde",
"serde_json",
2023-05-17 18:45:43 +08:00
"smtp-proto",
"tokio",
2023-12-08 17:46:20 +08:00
"tokio-rustls 0.25.0",
2023-05-17 18:45:43 +08:00
"tracing",
2023-09-16 01:39:03 +08:00
"tracing-journald",
"webpki-roots 0.26.1",
"x509-parser 0.16.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "uuid"
2024-03-29 00:21:32 +08:00
version = "1.8.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2023-08-02 00:39:33 +08:00
dependencies = [
"getrandom",
2023-08-02 00:39:33 +08:00
]
2023-05-17 18:45:43 +08: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"
2023-12-04 02:40:16 +08:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "want"
version = "0.3.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023-05-17 18:45:43 +08: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 = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2023-05-17 18:45:43 +08:00
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-05-17 18:45:43 +08:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.42"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-05-17 18:45:43 +08:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-05-17 18:45:43 +08:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-05-17 18:45:43 +08:00
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
2023-05-17 18:45:43 +08:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-05-17 18:45:43 +08:00
[[package]]
name = "wasm-streams"
2024-02-09 07:03:57 +08:00
version = "0.4.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-05-17 18:45:43 +08:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.69"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2023-05-17 18:45:43 +08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-03-23 03:16:02 +08:00
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "webpki"
version = "0.22.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2023-05-17 18:45:43 +08:00
dependencies = [
"ring 0.17.8",
"untrusted 0.9.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
2023-08-19 01:48:57 +08:00
[[package]]
name = "webpki-roots"
version = "0.25.4"
2023-08-19 01:48:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2023-08-19 01:48:57 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "webpki-roots"
version = "0.26.1"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
2023-12-02 22:52:05 +08:00
dependencies = [
"rustls-pki-types",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "whatlang"
2024-02-09 07:03:57 +08:00
version = "0.16.4"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 07:03:57 +08:00
checksum = "471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0"
2023-05-17 18:45:43 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"hashbrown 0.14.5",
2023-05-17 18:45:43 +08:00
"once_cell",
]
[[package]]
name = "which"
version = "4.4.2"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2023-05-17 18:45:43 +08:00
dependencies = [
"either",
"home",
2023-05-17 18:45:43 +08:00
"once_cell",
"rustix",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "whoami"
version = "1.5.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2023-11-30 19:43:28 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"redox_syscall 0.4.1",
"wasite",
2023-11-30 19:43:28 +08:00
"web-sys",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "widestring"
version = "1.1.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2023-05-17 18:45:43 +08:00
[[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"
2023-12-01 14:49:12 +08:00
[[package]]
name = "winapi-util"
2024-05-15 22:02:36 +08:00
version = "0.1.8"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-05-15 22:02:36 +08:00
"windows-sys 0.52.0",
2023-12-01 14:49:12 +08:00
]
2023-05-17 18:45:43 +08: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"
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core",
"windows-targets 0.52.5",
]
2023-05-17 18:45:43 +08:00
[[package]]
2023-10-18 02:56:48 +08:00
name = "windows-core"
version = "0.52.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-05-17 18:45:43 +08:00
dependencies = [
"windows-targets 0.52.5",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-08-29 01:44:23 +08:00
"windows-targets 0.48.5",
2023-07-04 00:48:43 +08:00
]
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
2023-12-02 22:52:05 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows-targets"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-08-29 01:44:23 +08: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",
2023-05-17 18:45:43 +08:00
]
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows-targets"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-02 22:52:05 +08:00
dependencies = [
"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-12-02 22:52:05 +08:00
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_i686_gnu"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_i686_gnu"
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-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_i686_msvc"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-12-02 22:52:05 +08:00
2023-05-17 18:45:43 +08:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-29 01:44:23 +08:00
version = "0.48.5"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 01:44:23 +08:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-17 18:45:43 +08:00
2023-12-02 22:52:05 +08:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
2023-12-02 22:52:05 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-02 22:52:05 +08:00
2023-12-01 14:49:12 +08:00
[[package]]
name = "winnow"
version = "0.5.40"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2023-12-01 14:49:12 +08:00
dependencies = [
"memchr",
]
2023-06-08 20:53:29 +08:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2023-08-02 00:39:33 +08:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
name = "x25519-dalek"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
dependencies = [
"curve25519-dalek",
"rand_core",
"zeroize",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "x509-parser"
2023-08-10 01:47:27 +08:00
version = "0.15.1"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-10 01:47:27 +08:00
checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da"
2023-05-17 18:45:43 +08:00
dependencies = [
"asn1-rs 0.5.2",
2023-05-17 18:45:43 +08:00
"data-encoding",
"der-parser 8.2.0",
2023-05-17 18:45:43 +08:00
"lazy_static",
"nom",
"oid-registry 0.6.1",
"rusticata-macros",
"thiserror",
"time",
]
[[package]]
name = "x509-parser"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
dependencies = [
"asn1-rs 0.6.1",
"data-encoding",
"der-parser 9.0.0",
"lazy_static",
"nom",
"oid-registry 0.7.0",
2023-05-17 18:45:43 +08:00
"rusticata-macros",
"thiserror",
"time",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "xml-rs"
2024-04-04 17:51:47 +08:00
version = "0.8.20"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 17:51:47 +08:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
2023-05-17 18:45:43 +08:00
[[package]]
name = "xxhash-rust"
version = "0.8.10"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
2023-05-17 18:45:43 +08:00
[[package]]
name = "yasna"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time",
]
[[package]]
name = "zerocopy"
2024-05-15 22:02:36 +08:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-15 22:02:36 +08:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 22:02:36 +08:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "zeroize"
version = "1.7.0"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2024-05-15 22:02:36 +08:00
"syn 2.0.63",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "zip"
2023-05-23 21:49:21 +08:00
version = "0.6.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 21:49:21 +08:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2023-05-17 18:45:43 +08:00
dependencies = [
2023-05-23 21:49:21 +08:00
"aes",
2023-05-17 18:45:43 +08:00
"byteorder",
"bzip2",
"constant_time_eq 0.1.5",
"crc32fast",
"crossbeam-utils",
"flate2",
2023-06-02 17:03:30 +08:00
"hmac 0.12.1",
"pbkdf2 0.11.0",
2023-05-17 18:45:43 +08:00
"sha1",
"time",
2023-12-01 14:49:12 +08:00
"zstd 0.11.2+zstd.1.5.2",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "zip"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f4a27345eb6f7aa7bd015ba7eb4175fa4e1b462a29874b779e0bbcf96c6ac7"
dependencies = [
"aes",
"arbitrary",
"bzip2",
"constant_time_eq 0.3.0",
"crc32fast",
"crossbeam-utils",
"deflate64",
"displaydoc",
"flate2",
"hmac 0.12.1",
"indexmap 2.2.6",
"lzma-rs",
"pbkdf2 0.12.2",
"rand",
"sha1",
"thiserror",
"time",
"zeroize",
"zopfli",
"zstd 0.13.1",
]
[[package]]
name = "zopfli"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1f48f3508a3a3f2faee01629564400bc12260f6214a056d06a3aaaa6ef0736"
dependencies = [
"crc32fast",
"log",
"simd-adler32",
"typed-arena",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
2023-12-01 14:49:12 +08:00
"zstd-safe 5.0.2+zstd.1.5.2",
]
[[package]]
name = "zstd"
2024-03-29 00:21:32 +08:00
version = "0.13.1"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
2023-12-01 14:49:12 +08:00
dependencies = [
2024-03-29 00:21:32 +08:00
"zstd-safe 7.1.0",
2023-05-17 18:45:43 +08:00
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
2023-12-01 14:49:12 +08:00
[[package]]
name = "zstd-safe"
2024-03-29 00:21:32 +08:00
version = "7.1.0"
2023-12-01 14:49:12 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
2023-12-01 14:49:12 +08:00
dependencies = [
"zstd-sys",
]
2023-05-17 18:45:43 +08:00
[[package]]
name = "zstd-sys"
2024-03-29 00:21:32 +08:00
version = "2.0.10+zstd.1.5.6"
2023-05-17 18:45:43 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 00:21:32 +08:00
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
2023-05-17 18:45:43 +08:00
dependencies = [
"cc",
"pkg-config",
]